body {
  font-family: 'Open Sans', sans-serif;
    
}
body ::-webkit-scrollbar {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
}
.text::-webkit-scrollbar {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: inset 0 0 5px grey;
    width: 5px;
    border-radius:20px;
    max-height:100%;
    height:10px;
}
.text {
    padding-right:5px;
    height: 133px;
    overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Montserrat', sans-serif;
}
p{
   font-family: 'Poppins', sans-serif;
}
@font-face {
    font-family: "Sofia Pro";
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro'), url('../fonts/OpenSans/OpenSans-Regular.ttf') format('woff');
}

@font-face {
    font-family: "aSofiaProMediumAz";
    font-style: normal;
    font-weight: normal;
    src: local('SofiaProMediumAz'), url('../fonts/SofiaProMediumAz.otf') format('woff');
}

@font-face {
    font-family: "SofiaProBoldAz";
    font-style: normal;
    font-weight: normal;
    src: local('SofiaProBoldAz'), url('../fonts/SofiaProBoldAz.otf') format('woff');
}

@font-face {
    font-family: "SofiaProBlackAz";
    font-style: normal;
    font-weight: normal;
    src: local('SofiaProBlackAz'), url('../fonts/SofiaProBlackAz.otf') format('woff');
}

/* ------ HEADER-CSS-START  ------ */
header button.navbar-toggler {
  background: #0b60a5;
  width: 50px;
}
.top-header {
	border-bottom: 1px solid #0000008c;
	padding: 4px 0;
	display: none;
}
header button.navbar-toggler span {
    background: white !important;
    height: 2px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 0px;
    position: relative;
    top: 3px;
}
.top-header p{
    margin: 0;
}
.top-header p, .top-header a {
    color: #444444;
  
    text-decoration: none;
}
.top-header p span { margin-right: 20px; }

.top-header p span i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #444444;
    margin: 0.2rem;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 
      0 2px 2px #d1d1d1;
    color: #fff;
    cursor: pointer;
    transition:
      all 0.15s ease;
      text-align: center;
}
section.why-us-text {
    padding: 20px 0px 60px;
}

.top-header ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-header ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
}
.top-header ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #444444;
}
.top-header ul.social-icons li a:hover { color: #ffba00; }
header.active .top-header {
    height: 0;
    padding: 0;
}
.sticky-top{
    background: #fff;
}
header .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000000;
    font-size: 14px;
}

header .nav-link i {
    color: #000;
    font-size: 13px;
    padding: 0 0 0 2px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
}
header .nav-link:hover, .dropdown-content a:hover {
  color: #0674c9;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}
.navbar-light a.nav-item.nav-link.fill-btn {
    margin-right: 16px;
}
.white-btn {
    background: #fff;
    color: #130342 !important;
    border-radius: 5px;
    height: 30px;
}
.right-navbar {
    margin: 10px 0;
}

.dropbtn {
    border: none;
    background: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
  border-radius: 4px;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  padding: 10px 0 0;
  color: #000;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px 10px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  border-bottom: 1px dashed #ccc;
}
.dropdown-content a:hover {
  color: #0674c9;
  border-color: #0674c9;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.social-icons-btn {
    display: flex;
  }
  .icons {
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: #444444;
    margin: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 
      0 2px 2px #d1d1d1;
    color: #fff;
    cursor: pointer;
    transition:
      all 0.15s ease;
  }
  .twitter:hover {
    background: #00ECEE;
  }
  .facebook:hover {
    background: #4267B2;
  }
  .instagram:hover {
    background-image: 
      linear-gradient(
      #8a3ab9,
      #e95950, 
      #bc2a8d, 
      #fccc63
      );
  }
  .linkedin:hover {
    background: #0A66C2;
  }
  .youtube:hover{
    background: #FF0000;
  }
  .social-icons-btn i {
    color: #fff;
}
.pinterest:hover{
background: #E60023;
}

/* ------ HEADER-CSS-END  ------ */
/* ------ BUTTON-STYLE-CSS-START ------ */
.read-clr a {
  line-height: 1em;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  color: #0675C9;
  background: transparent;
  display: inline-block;
  padding: 10px 12px 10px 12px;
  transition: background 200ms;
  border-radius: 4px;
  font-weight: 600;
}
  .read-clr a:hover {
    background:#0675C9;
    color: #fff;
  }
  .read-clr a:after {
    font-family: 'FontAwesome', sans-serif;
    font-weight:300;
    content: "\f105";
    margin-left:8px;
    color:#0675C9;
    font-size:18px;
    vertical-align:middle;
    transition:color 200ms;
  }
  
  .read-clr a:hover:after {
    color:#fff;
  }
  
/* ------ BUTTON-STYLE-CSS-END ------ */
/* ------ COMMAN-CSS-START ------- */

.blue-head {
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 72px;
  color: #0675C9;
}
.blue-head::after {
  position: absolute;
  left: 30px;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #0675C9;
  margin-top: -1px;
}
.blue-head::before {
  position: absolute;
  content: url(../images/dotted-img.png);
  left: -46px;
  bottom: 0;
  top: -35px;
}
.white-head {
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 70px;
  color: #fff;
}
.white-head::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #fff;
  margin-top: -1px;
}
.white-head::before {
  position: absolute;
  content: url("../images/white-dott.png");
  left: -76px;
  bottom: 0;
  top: -35px;
}
.white-btn2 {
  display: inline-block;
  text-align: center;
  color: #0a58ca;
  padding: 10px 35px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
}
.white-btn2:hover::after {
  left: 0;
}

.white-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(146.28deg, #3692d4 0%, #3691D4 72.1%);
  transition: all 0.35s ease-in-out;
  left: -100%;
  bottom: 0;
  z-index: -1;
}
.white-btn2:hover {
  color: #ffffff;
}
/* ------ COMMAN-CSS-END ------- */
/* ========================= HOME-PAGE-CSS-START =========================*/
/* ------ HERO-SECTION-CSS-STARAT ----- */
.hero-wrapper {
  color: #fff;
  padding: 100px 0 100px;
  position: relative;
  background: #00000091;
}
/* .hero-wrapper .shape-one {
    position: absolute;
    left: 20%;
    top: 24%;
    z-index: 1;
    animation: rotated 15s ease-in-out alternate infinite;
    max-width: 32px;
}

.hero-wrapper .shape-one {
  position: absolute;
  left: 30%;
  z-index: 1;
  animation: rotated 15s ease-in-out alternate infinite;
  max-width: 32px;
  top: 100%;
}
.hero-wrapper .shape-three {
    position: absolute;
    left: 2%;
    top: 70%;
    animation: rotated 15s ease-in-out alternate infinite;
    max-width: 32px;
}
.hero-wrapper  .shape-fourth{
    position: absolute;
    left: 40%;
    top: 26%;
    z-index: 1;
    animation: jump 10s ease-in-out alternate infinite;
    max-width: 32px;
}
.hero-wrapper .shape-five {
    position: absolute;
    right: 5%;
    z-index: 1;
    animation: jump 10s ease-in-out alternate infinite;
    max-width: 32px;
    bottom: 0;
}
@-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @-webkit-keyframes jump {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40% {
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes jump {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40% {
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes rotated {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotated {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes zoom_animation {
    0% {
      -webkit-transform: scale(1) translateY(-50%);
      transform: scale(1) translateY(-50%);
    }
    50% {
      -webkit-transform: scale(1.2) translateY(-50%);
      transform: scale(1.2) translateY(-50%);
    }
    100% {
      -webkit-transform: scale(1) translateY(-50%);
      transform: scale(1) translateY(-50%);
    }
  }
  @keyframes zoom_animation {
    0% {
      -webkit-transform: scale(1) translateY(-50%);
      transform: scale(1) translateY(-50%);
    }
    50% {
      -webkit-transform: scale(1.2) translateY(-50%);
      transform: scale(1.2) translateY(-50%);
    }
    100% {
      -webkit-transform: scale(1) translateY(-50%);
      transform: scale(1) translateY(-50%);
    }
  } */

.hero-inner {
    position: relative;
}
.text-blur {
    position: absolute;
    font-size: 100px;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff21 !important;
    font-style: normal !important;
    top: -50px;
}
.hero-inner h5{
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    color: #fff;
}
.hero-inner h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #ffff;
    margin-top: -1px;
}
.hero-inner h5{
    font-weight:bold;
}
/* ------ HERO-SECTION-CSS-STARAT ----- */
/* ------ ABOUT-US-SECTION-START ------ */
.read-btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    padding: 10px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    background: #0675C9;
}
.read-btn:hover::after {
    left: 0;
}

.read-btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(146.28deg, #3692d4 0%, #3691D4 72.1%);
    transition: all 0.35s ease-in-out;
    left: -100%;
    bottom: 0;
    z-index: -1;
}
.read-btn:hover {
    color: #ffffff;
}
.about-banner-wrapper img {
  position: relative;
  top: -127px;
}
/* ------ ABOUT-US-SECTION-END ------ */
/* ------ PROJEECT-SECTION-CSS-START ------ */
/* Remove for prod */
.rtl-slider-flex {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
  border-radius: 10px;
}

.thumb-prev, .thumb-next {
  right: calc(9% + 0.75em) !important;
  background: #fff;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.31));
  width: 40px;
  height: 40px;
  display: inline-block !important;
  text-align: center;
  line-height: 36px;
  color: #0675C9;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}
.thumb-prev {
  right: calc(0% + 0.75em) !important;
}
/* Necessary styles */
.rtl-slider-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.rtl-slider-flex .rtl-slider {
  width: 80%;
  margin-right: 1%;
}
.rtl-slider-flex .rtl-slider-nav {
  width: 20%;
  margin-top: -2px;
  height: 390px;
  overflow: hidden;
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  padding-top: 90%;
  margin-bottom: 4px;
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
}
.project-slider-wrapper {
  background: url(../images/banner.png);
  background-size: cover;
  padding: 80px 0 50px;
  background-repeat: no-repeat;
  min-height: 700px;
  margin-bottom: 100px;
}
.portfolio-project-slider-wrapper {
    background: #fff !important;
}
.rtl-slider-flex .rtl-slider-slide {
  padding-top: 300px;
  background-position: center;
  background-size: 100%;
  border-radius: 8px;
}
.rtl-slider-flex .thumb-prev,
.rtl-slider-flex .thumb-next {
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 88px;
  width: 9.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}
.rtl-slider-flex .thumb-prev {
  right: 9.5%;
}
.projectslider-content {
  border-radius: 6px;
  background: #fff;
  margin: 14px;
  padding: 14px;
  display: none;
}
.slick-active .projectslider-content {
  display: block !important;
}
.add-btn {
  background: #0675C9;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 31%);
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 20px 0 0 0;
}
.add-btn i {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.white-clr{
  color: #fff;
}
.arrow-bg {
  background-image: url(../images/arrow-bg.png);
  background-size: 100%;
  background-position: center;
  width: 19%;
  padding: 10px;
  border-radius: 8px;
  float: right;
  text-align: center;
}
.slick-vertical .projectslider-content{
  display: none !important;
}
/* ------form msg css ------ */
.screen-reader-response p {
    display: none;
}
.wpcf7-response-output {
    color: #086db5;
}
/* ------ PROJEECT-SECTION-CSS-END ------ */
/* ------ SERVICES-SECTION-START ------- */
.services-inner {
  background: transparent;
  padding: 20px 30px;
  height: 100%;
  border-radius: 20px;
  box-shadow:0 6px 44px #ffffff1f;
  border-bottom: 2px solid transparent;
  transition: all 0.35s ease-in-out;
}
.services-inner:hover {
  background: transparent;
  padding: 20px 30px;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 6px 44px #0000001f;
  border-bottom: 2px solid #0675c9;
}
.services-inner:hover h5 {
  color: #0675c9;
}
/* ------ SERVICES-SECTION-END ------- */
/* ------ WHY-CHOOSE-US-SECTION-START ------ */
.terms-banner{
	background-image: url("../images/terms-banner.png");
	padding: 140px 0 60px 0;
	background-size: 100% 100%;
  height: 400px;
}
.whychoose-wrapper {
	/* background-image: url(../images/choose-banner.png); */
	padding: 140px 0 60px 0;
	background-size: 100% 100%;
}
.blue-clr{
  color: #0675c9;
}
.whychoose-list li{
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.whychoose-list li i {
  padding: 0 10px 0 0;
  vertical-align: middle;
  font-size: 20px;
}
/* ------ WHY-CHOOSE-US-SECTION-END ------ */
/* ------ LOGO-SLIDER-SECTION-START ------ */
 
.logoslider-wrapper .img-fluid {
  width: 100%;
  max-width: 260px;
  height: 120px;
  object-fit: scale-down;
  padding: 10px;
  box-shadow: 0 9px 8px #0000001c;
  margin: 0 0 10px 0;
  background: #f9f9f9;
}
.How-it-works {
	/* background-image: url(../images/choose-banner.png); */
	padding: 140px 0 100px 0;
	background-size: 100% 100%;
}
	@media (max-width: 767px) {
   
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.logoslider-wrapper .carousel-inner .carousel-item.active,
.logoslider-wrapper .carousel-inner .carousel-item-next,
.logoslider-wrapper  .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    
  .logoslider-wrapper  .carousel-inner .carousel-item-end.active,
  .logoslider-wrapper  .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .logoslider-wrapper  .carousel-inner .carousel-item-start.active, 
    .logoslider-wrapper  .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.logoslider-wrapper  .carousel-inner .carousel-item-end,
.logoslider-wrapper  .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
.logoslider-wrapper  .card{
  border: none;
}

/* ------ LOGO-SLIDER-SECTION-END ------ */
/* ------ 
\
-BG-SECTION-START ------ */
.blog-wrapper{ 
  background-size: cover;
  padding: 100px 0 100px !important;
  position: relative;
}
.blog-inner {
  background: #fff;
  box-shadow: 2px 6px 34px -5px rgb(0 0 0 / 16%);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
}
.blog-inner img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* ------ BLOG-BG-SECTION-END ------ */
/* ------ TESTIMONIALS-SECTION-CSS-START ------ */
 .testimonials-wrapper {
  background: url(../images/testimonials-bg.png);
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
.testimonials-wrapper h6::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #ffff;
  margin-top: -1px;
}
.white-head::after {
  position: absolute;
  left: 30px;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #fff;
  margin-top: -1px;
}
.white-head::before {
  position: absolute;
  content: url(../images/white-dott.png);
  left: -46px;
  bottom: 0;
  top: -35px;
}

.testimonials-item {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  transition: all .5s ease;
  box-shadow: -1px 3px 7px 0 #00000029;
    color: #7C7C7C;
    margin: 0 10px;
    height: 100%;
    min-height: 200px;
    margin-bottom: 20px;
}
.main-testimonials .owl-theme .owl-nav{
  display: none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0574c8 !important; 
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #0574c8;
  background: transparent !important;
}
.circle-img img {
  width: 80px !important;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 4px hwb(0deg 0% 100% / 25%);
}
.test-text {
  text-align: left;
  margin: 0 20px 0 0;
}
.commas {
  width: 80% !important;
  float: right;
}
.test-text h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.main-testimonials {
    margin: -70px 0 0 0;
} 
/* ------ TESTIMONIALS-SECTION-CSS-END ------ */
/* ------ FOOTER-CSS-START ------ */
.location-bg a {
  color: #fff;
  text-decoration: none;
}
.foot-list a.light-clr:hover {
  color: #0e76c2;
}
footer{
  background-image: url("../images/footer.png");
  background-size: cover;
  padding:120px 0 0; 
}
.footer-box {
  background: #202020;
  border-radius: 6px;
  padding: 20px;
  color: #fff;
  margin: -120px 0 0 0;
  box-shadow: 0 6px 12px 0 hsl(0deg 0% 0% / 10%);
}
.footer-box p{
color: #7C7C7C;
font-size: 14px;
}
.footer-box .icons {
  transition: 1s;
  box-shadow: 0px 30px 30px rgb(0, 0, 0, 0.5);
}
.footer-box .social-icons-btn .icons:hover {
  transform: rotate(380deg);
}
.footer-box .twitter {
  background: #00ECEE;
}
.footer-box .facebook{
  background: #4267B2;
}
.footer-box .instagram {
  background-image: 
    linear-gradient(
    #8a3ab9,
    #e95950, 
    #bc2a8d, 
    #fccc63
    );
}
.footer-box .linkedin {
  background: #0A66C2;
}
.footer-box .youtube{
  background: #FF0000;
}

.footer-box .pinterest{
background: #E60023;
}
.location-bg li {
  display: flex;
  color: #fff;
}
footer p {
  color: #7C7C7C;
  font-size: 14px;
}
.location-bg li span img {
  padding: 0 10px;
}
.call{
  width: 80%;
}
.foot-head{
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #fff;
}
.foot-head::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 30px;
  background: #ffff;
  margin-top: -1px;
}
.foot-list a.light-clr {
  color: #7c7c7c;
  text-decoration: none;
  font-size: 14px;
}
.locat-send {
  width: 80%;
  margin: 0 0 0 25px;
}
.locat-send button#button-addon2 {
  background: #035A9E;
  border-color: #035A9E;
  color: #fff;
}
input#button-addon2 {
    /* display: inline-block; */
    background: #0c6ab1;
    color: white;
    border: 0 !important;
    border-radius: 0 5px 5px 0;
}

.input-group p {
    display: inline-flex;
}

.form-control {
    border-radius: 5px 0 0 5px;
}


.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus{
  box-shadow: inset  !important;
}
.location-bg:hover h5 {
  color: #035A9E;
}
.foot-bottom{
  background: #202020;
  color: #7C7C7C;
  padding: 10px 0;
  font-size: 14px;
}
/* ------- FOOTER-SECTION-CSS-START -------*/
/* ========================= HOME-PAGE-CSS-END =========================*/
/* ========================= INNER-BANNER-CSS-START =====================*/
.about-banner-wrapper,
.our-services-banner-bg
{
  background-size: cover;
  height: 500px;
  background-position: center;
  padding: 160px 0 0 0;
  background-repeat: no-repeat;
}

.our-process-banner-bg{
 background-size: cover;
  height: 500px;
  background-position: center;
  padding: 160px 0 0 0;
  background-repeat: no-repeat;
}
.about-banner-wrapper{
height: 600px;
} 
.carrer-banner{
  background-image: url("../images/carrer-banner.png");
  background-size: cover;
  height: 500px;
  background-position: center;
  padding: 160px 0 0 0;
}
.horizontal-tab .tabs-section.pt-6.carrer-tabs {
  background: transparent;
}
.results {
  background-color: #f0f4fd;
}
.protfolio-product .tabs-section.pt-6.carrer-tabs {
  background: transparent;
}
.protfolio-product .nav-tabs li {display: flex;width: 259px;padding: 6px;align-items: center;justify-content: space-between;}

.accordion-main .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #1063a9;
  box-shadow: 0px 0px 6px 0px #cfcfcf;
  border-radius: 15px 0px 15px 0px !important;
}
.accordion-main .accordion-button {
  box-shadow: 0px 0px 6px 0px #cfcfcf;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 15px 0px 15px 0px !important;
  color: #076eb6 !important;
  font-weight: 700 !important;
  padding: 15px 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 20px;
}
.accordion-main .accordion-button:not(.collapsed)::after {
  background-image: url("../images/download\ 1.png");
  transform: rotate(-180deg);
}
.accordion-main  .accordion-item {
  border: none !important;
  box-shadow: 0px 0px 6px 0px #cfcfcf;
  border-radius: 15px 0px 15px 0px !important;
  margin: 0 0 20px 0;
}
.accordion-main h5 {
  font-size: 16px;
  line-height: 26px;
}
/* ========================= INNER-BANNER-CSS-END =====================*/
/* ========================= ABOUT-PAGE-CSS-START =========================*/
.about-banner-wrapper
{
  background-image: url(../images/about-banner.png);
}
.about-banner-wrapper2
{
  background: url(../images/about-banner.png);
}
.about-content p {
  color: #7C7C7C;
}
.about-list li {
  display: flex;
  vertical-align: middle;
}
.about-list li span.material-symbols-outlined {
  color: #3691D4;
  vertical-align: middle;
  margin: 0 8px 0 0;
  line-height: 35px;
  font-weight: 600;
}
.about-list li :nth-child(2) {
  font-weight: 600;
  color: #010101;
  font-size: 18px;
}

.main {
  justify-content: space-between;
  align-items: center;
}

.counter-main .items {
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 7px 15px rgb(193 193 193 / 71%);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.counter-main:first-child .items {
  background: #FCEBEB;
}
.counter-main:nth(2)-child .items{
  background: #EBF9FC;
}
.projectcomp-content .counter-main.border-bottom {
  border-bottom: 1px dashed #b6b6b6 !important;
  padding: 22px 0;
}
.ourexperts-wrapper {
  padding: 120px 0 160px;
  background-position: center;
}
.mission-wrapper{
  background: url(../images/mission-bg.png);
  background-size: 100%;
  padding: 120px 0 160px;
background-repeat: no-repeat;
}
.culture-wrapper {
  background: url(../images/culture-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding:100px 0;
  color: #fff;
}
.culture-bottom-inner {
  margin: -80px 0 0 0;
  padding: 30px 0;
}
.culture-box {
  box-shadow: 2px 6px 34px -5px rgb(0 0 0 / 16%);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
  padding: 20px;
  height: 100%;
  border-left: 2px solid #fff;
  transition: all 0.35s ease-in-out;
}
.culture-box:hover{
  border-left: 2px solid #0675c9;
  box-shadow: 0 6px 44px #0000001f;
}
.culture-box:hover h5{
  color: #0675c9;
}
/* ========================= ABOUT-PAGE-CSS-END =========================*/

/* ========================= CARRER-PAGE-CSS-START ===================== */
.gettouch-wrapper{
  background: url(../images/getintouch-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding:100px 0;
  color: #fff;
}
.gettouch-bottom {
  margin: -80px 80px 20px 80px;
  padding: 60px;
  background: #fff;
  box-shadow: 2px 6px 34px -5px rgb(0 0 0 / 16%);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  
}
.our-services-banner-bg{
background-image: url("../images/services-banner.png");
}

section.our-process-banner-bg {
background: url("../images/our-process-banner.png") no-repeat center top !important;  
}
.data-analysis-bg {
  background-image: url("../images/data-analyist-banner.png");
}
.socialmedia-banner{
  background-image: url("../images/socialmedia-banner.png") ;
}
.ppc-banner{
  background-image: url("../images/ppc-banner.png") ;
}
.research-banner{
  background-image: url("../images/research-and-strategy-banner.png");
}
.app-marketing-banner{
  background-image: url("../images/app-marketing-banner.png");
}
.contentmarketing-banner{
  background-image: url("../images/content-marketing-banner.png");
}
.affilatemarkting-banner{
  background-image: url("../images/affiliate-marketing-banner.png");
}
.ecommerce-banner{
  background-image: url("../images/ecommerce-banner.png");
}
.online-banner{
  background-image: url("../images/online-reputation-management-banner.png");
}
.seo-banner{
  background-image: url("../images/seo-banner.png");
}
.data-analysis-bg,
.webdesign-bg,
.socialmedia-banner,
.ppc-banner,
.research-banner,
.app-marketing-banner,
.contentmarketing-banner,
.affilatemarkting-banner,
.ecommerce-banner,
.online-banner,
.seo-banner{
  background-size: cover;
  padding: 120px 0 100px;
  height: 600px;
}
.webdesign-bg{
  background-image: url(../images/webdesign-banner.png);
}

.inner-serv {
  background: #fff;
  box-shadow: 0px 0px 11px 0px #c5c5c5;
  border-radius: 0px 20px 0px 20px;
  padding: 80px 60px 30px 60px;
  margin: -100px 30px 0 30px;
  border-bottom: 3px solid #fff;
}
.inner-serv:hover{
  border-bottom: 3px solid #1063a9;
}
.carrer-list i {
  font-size: 14px !important;
  line-height: 22px;
}
.carrer-list li {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 10px;
}
.carrer-text{
  background: url("../images/carrer-bg.jpg");
  background-size: cover;
  padding: 160px 0 100px;
  height: 500;
}
/* ========================= CARRER-PAGE-CSS-END ===================== */
/* ========================= OUR-SERVICES-PAGE-CSS-START ===================== */
.our-services-banner-bg{
  background-image: url("../images/services-banner.png");
  }
  section.seo {
    background:url("../images/seo-service.jpg") no-repeat center top;
  }
  
  section.services-wrapper {
    background:url("../images/blog-bg.png") no-repeat center;
    background-size: cover;
  }
  .services-wrapper .service-box {
    background: #fff;
    margin-top: 60px;
    box-shadow: 0px 0px 11px 0px #c5c5c5;
    border-radius: 0px 20px 0px 20px;
    padding: 35px 0;
  }
  .service-box a.services-link {
    text-decoration: none !important;
    color: #0e67ad;
    font-weight: bold;
  }
  .services-wrapper .row {
    padding-bottom: 60px !important;
  }
  .services-wrapper .service-box {
    min-height: 360px !important;
  }
  .wide-range-wrapper {
    background: url(../images/blue-bg-service.jpg);
     
    background-size: cover;
    padding: 100px 0;
}
  .right-shift {
    float: right;
    width: 60%;
    text-align: left;
    margin-top: 0px;
    font-size: 62px;
    font-weight: 700;
    color: #0070c5;
  }
  .img-wrap-experience {
    float: left;
    width: 34%;
    margin-top: 5px;
    margin-left: 6%;
  }
  .img-wrap-experience img {
    max-width: 100%;
  }
  .right-shift h4 {
    color: #000 !important;
    font-size: 22px !important;
  }
  section.wide-range-wrapper {
    padding-bottom: 10em;
  }
  section.work-experience .container {
    margin-top: -100px;
    background: #fff;
    padding: 30px 0;
    box-shadow: 0px 0px 8px 1px #979494;
    border-radius: 10px;
  }
  .carrer-text {
    padding: 100px 200px;
    height: 300px;
    background: linear-gradient(200deg, #FFF 0%, #EBF9FC 66.15%);
    text-align: center;
}
.contactform-bg .form-control {
  border: none;
  box-shadow: 0 1px 6px #0202024a;
  margin: 0 0 24px 0;
  padding: 12px;
}
.maincontact-bg {
  background: #f6f8fc;
  padding: 100px 0;
}
.contactbox-wrapper .services-inner img {
  width: 40%;
}
.services-inner a {
  text-align: center;
  color: #000;
  text-decoration: none;
}
  /* ========================= OUR-SERVICES-PAGE-CSS-END ===================== */
  
  /* ========================= SEO-SERVICES-PAGE-CSS ===================== */
  .seo-service.service-box {
    background: #fbfbfb;
    box-shadow: 0px 1px 10px 0px #c3c3c3;
    border-radius: 25px 0px 25px 0px;
    padding: 80px 60px 30px 60px;
    margin-top: -150px !important;
    padding-bottom: 3em;
  }
  
  .button-wrap a {
    background: #fff;
    box-shadow: 0px 0px 9px 0px #d3d3d3;
    padding: 1em 1em;
    border-radius: 15px 0px 15px 0px;
    color: #076eb6 !important;
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center !important;
    width: 100%;
    justify-content: space-between;
  }
  .button-wrap svg {
    margin-left: 35px;
  }
  .button-wrap a:hover {
    background: #076eb6;
    color: #fff !important;
  }
  .best-seo i.fa.fa-arrow-circle-o-right::before {
    font-size: 38px !important;
    margin-left: 30px;
  }
  .button-wrap {
    padding: 0 3em;
  }
  .side-right-seo-ser h3 {
    text-align: left;
  }
  .col-md-6.side-right-seo-ser {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }
  .col-md-6.side-right-seo-ser p {
    text-align: left;
    margin-top: 2em;
  }
  .seo-certification-wrapper.logoslider-wrapper .img-fluid {
    background: transparent !important;
    box-shadow: none !important;
  }
  /* ========================= SEO-SERVICES-PAGE-CSS-END ===================== */
/* ========================= TEAM PAGE-CSS ===================== */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flip-card-front img.img-fluid {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 20px;
  border: 1.5px dashed #fff;
  padding: 6px;
}
.flip-card-front {
  background: linear-gradient(to left, #4364f7, #6fb1fc);
  color: black;
  z-index: 2;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.flip-card-back {
  background: linear-gradient(to right, #4364f7, #6fb1fc);
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-card  h3 {
  font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
}
.flip-card h5 {
  font-size: 15px;
}
.tab-wrapper_ .nav-item button {
  box-shadow: 0px 0px 6px 0px #cfcfcf;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 15px 0px 15px 0px !important;
  color: #076eb6 !important;
  font-weight: 700 !important;
  padding: 15px 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
ul#myTab {
  border: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}

.tab-pane.fade {
	padding: 0em 4em;
}
.nav-tabs button.active {
  background: #1063a9 !important;
  color: #fff !important;
}
.tab-pane img {
  max-width: 100%;
  height: 225px;
}
.tamp_name {
  position: relative;
  top: 71px;
  background: red;
  text-align: center;
  border-radius: 5px;
  color: white;
  padding: 15px 0;
}

.slide_1 {
  overflow: hidden;
}

.slide_1:hover .tamp_name {
  top: -40px;
  transition: 1s all ease-in-out;
}


.protfolio-product .tab-pane img {
  max-width: 100%;
  height: 350px;}

.side-right-seo-ser img {
  max-width: 100%;
}
.what-we-do-wrapper img {
  max-width: 100%;
}
.horizontal-tab ul li {
	width: 100%;
	margin-bottom: 15px;
}
.protfolio-product ul li {
	width: 100%;
	margin-bottom: 15px;
}
.horizontal-tab.tabs-section.pt-6,.tabs-section.pt-6 {
	padding: 60px 0px;
	background: linear-gradient(200deg, #FFF 0%, #EBF9FC 66.15%);
}
.protfolio-product.tabs-section.pt-6,.tabs-section.pt-6 {
	padding: 60px 0px;
	background: linear-gradient(200deg, #FFF 0%, #EBF9FC 66.15%);
}
.tab-wrapper_ button i {
	font-size: 30px;
}
.col-md-12.vertical-tab-content.side-right-seo-ser p {
	margin-top: 20px;
}
.tabs-section pt-6, .nav-tabs, .tab-content {
	margin-bottom: 40px !important;
}
/* ========================= TEAM PAGE-CSS-END ===================== */
/* ========================= BLOG-PAGE-CSS-START ==================== */

.blog-banner-wrapper {
  background-image: url(../images/blog-banner.png);
  background-size: cover;
  color: #fff;
  padding: 100px 0 0 0;
}
.blog-banner-wrapper .shape-one {
  position: absolute;
  left: 20%;
  top: 24%;
  z-index: 1;
  animation: rotated 15s ease-in-out alternate infinite;
  max-width: 32px;
}

.blog-banner-wrapper .shape-two {
  position: absolute;
  right: 10%;
  z-index: 1;
  animation: rotated 15s ease-in-out alternate infinite;
  max-width: 32px;
  bottom: 50%;
}
.blog-banner-wrapper .shape-three {
  position: absolute;
  left: 2%;
  top: 70%;
  animation: rotated 15s ease-in-out alternate infinite;
  max-width: 32px;
}
.blog-banner-wrapper .shape-fourth{
  position: absolute;
  left: 40%;
  top: 26%;
  z-index: 1;
  animation: jump 10s ease-in-out alternate infinite;
  max-width: 32px;
}
.blog-banner-wrapper .shape-five {
  position: absolute;
  right: 0;
  z-index: 1;
  animation: jump 10s ease-in-out alternate infinite;
  max-width: 32px;
  top: 20%;
}
.bloginner-main .rtl-slider-flex {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.bloginner-main h6 {
  color: #000;
}
.by-btn {
  background: #0675c9;
  color: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 31%);
  padding: 10px 20px;
  border-radius: 8px;
  margin: 30px 0 0 0;
}
.by-btn a{
  color: #fff;
  text-decoration: none;
}

.blog-inner img.img-fluid {
  width: 100%;
}

/* ========================= BLOG-PAGE-CSS-END ==================== */


.how-it-work .we-do-content {
  text-align: left !important;
}

.how-it-work p {
  text-align: left;
}

.left-choose li,.how-it-work li {
	text-align: left;
	margin-bottom: 10px;
}

.col-md-6.vertical-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.height .services-inner {
	height: unset !important;
}
/* ------ call-to action-css start ------- */
.cll-to-act .col-md-4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cll-to-act .col-md-4 a {
  background: #086db5;
  padding: 10px 50px;
  color: #fff;
  text-decoration: none;
}

section.cll-to-act {
  background: #3691d4;
  padding: 30px 0px;
  margin-top: 40px;
  padding-bottom: 150px !important;
}
.cll-to-act h2 {
  color: #fff;
}
.cll-to-act p {
  color: #fff;
}
/* ------ call-to action-css end ------- */

/* ------ Blog-sidebar-css start ------- */
.article- h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  float: left;
  width: 100%;
}
.article- p {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
}
.article- a {
  background: #1065aa;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  float: left;
}
.article- {
  float: left;
  background: #e9e9e9;
  padding: 8px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.blog-page .col-md-6 {
  min-height: 500px;
  margin-bottom: 30px;
}
.blog-page .col-md-3.right-side-bar {
  z-index: 0;
}
.side-b {
  margin: 0 !important;
    margin-bottom: 0px;
  width: 100% !important;
  margin-bottom: 43px !important;
}

.side-bar-social {
  display: flex;
  width: 100%;
}
/* ------ Blog-sidebar-css end ------- */

.web-d {
  padding-top: 10px;
  padding-bottom: 50px;
}

.discuss {
  padding-top: 60px;
  padding-bottom: 80px;
}

.mt-5.web-design-footer {
  margin-top: -120px !important;
}
/*******Nisha********/
video#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next i, .carousel-control-prev i{
font-size: 40px;
    color: #000;
    opacity: 1;
    background: #fff;
    width: 50px;
    justify-content: center;
    display: flex;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 2px 10px #0000002e;
    align-items: center;
}
.counter-wrap p{
	font-size:16px;
}
.counter-wrap .items {
    padding-top:10px;
    height: 140px;
}
/*****Abhishek*******/
.large-container {
          position: static;
          max-width: 1580px;
          padding: 0px 30px;
          margin: 0 auto;
        }
        
        .testimonial-section {
          position: relative;
          padding-bottom: 80px;
          overflow: hidden;
        }
        /* .testimonial-section:before {
          position: absolute;
          left: -200px;
          top: 22%;
          background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
          background-repeat: no-repeat;
          background-position: center;
          width: 701px;
          height: 756px;
          content: " ";
          -webkit-animation: fa-spin 25s infinite alternate;
          animation: fa-spin 25s infinite alternate;
        } */
        .testimonial-section .sec-title {
          position: relative;
          margin-bottom: 115px;
        }
        .testimonial-section .sec-title .title {
          margin-bottom: 20px;
        }
        .testimonial-section .testimonial-carousel {
          position: relative;
          max-width: 1100px;
          margin: 0 -50px;
        }
        
        .testimonial-block {
          position: relative;
          padding: 50px;
        }
        .testimonial-block .inner-box {
          padding: 80px 105px;
          background-color: #ffffff;
              box-shadow: 0 0 10px #8080803d;
          /*box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);*/
        }
        .testimonial-block .text {
          position: relative;
          display: block;
          font-size: 18px;
          line-height: 32px;
          color: #282331;
          font-weight: 400;
          margin-bottom: 50px;
          font-family: "Muli", sans-serif;
              margin-bottom: 20px;
        }
        .testimonial-block .info-box {
          position: relative;
          padding-left: 115px;
          padding-top: 10px;
        }
        .testimonial-block .info-box .thumb {
          position: absolute;
          left: 0;
          top: 0;
          height: 82px;
          width: 82px;
        }
        .testimonial-block .info-box .thumb img {
          border: 6px solid #e5e6fa;
          border-radius: 50%;
          overflow: hidden;
          display: block;
          width: 100%;
          box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
        }
        .testimonial-block .info-box .name {
          position: relative;
          display: block;
          font-size: 21px;
          line-height: 1.2em;
          color: #382c4d;
          font-weight: 700;
          margin-bottom: 10px;
          font-family: "Niramit", sans-serif;
        }
        .testimonial-block .info-box .designation {
          position: relative;
          display: block;
          font-size: 16px;
          line-height: 24px;
          color: #8053f7;
          font-weight: 400;
          font-family: "Muli", sans-serif;
        }
        
        .testimonial-carousel .owl-nav {
          position: absolute;
          right: 75px;
          bottom: 70px;
        }
        .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
          position: relative;
          display: inline-block;
          height: 75px;
          width: 75px;
          line-height: 75px;
          text-align: center;
          border-radius: 50%;
          background-color: #ffffff;
          transition: all 300ms ease;
        }
        .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
          background-color: #00df97;
          box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
        }
        
        .arrow-right, .arrow-left {
          position: relative;
          display: inline-block;
          height: 9px;
          width: 43px;
          background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
          background-repeat: no-repeat;
          background-position: center;
        }
        
        .arrow-right {
          background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
        }
        
        .testimonial-section .thumb-layer {
          position: absolute;
          right: 30px;
          top: 120px;
        }
        .testimonial-section .thumb-layer .image {
          position: relative;
          margin-right: 0;
        }
        .testimonial-section .thumb-layer .image img {
          display: inline-block;
          max-width: 100%;
          height: auto;
        }
        .owl-theme .owl-nav [class*=owl-]:hover {
          background: #096db4;
          color: #FFF;
          text-decoration: none;}

          .owl-theme .owl-nav [class*=owl-] {

            background-color: #d6d6d61a;
          }

        @media only screen and (max-width: 767px) {
          .testimonial-section .sec-title {
            margin-bottom: 50px;
          }
        
          .testimonial-block {
            padding: 0;
          }
          .testimonial-block .inner-box {
            box-shadow: none;
            border: 2px solid #f1f1f1;
          }
        
          .testimonial-carousel .owl-nav {
            position: relative;
            left: 0;
            bottom: 0;
            margin-top: 20px;
            text-align: center;
          }
          .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
            border: 2px solid #f1f1f1;
          }
        }
        
/* ------ Unmatched-CSS-START------- */
.services-inner img {
  width: 150px !important;
}
.unmatched_collaboration {
  background-color: #F0F4FD;
  padding: 100px 0 !important;
}
.shake-vertical {
	-webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: shake-vertical 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

 @-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
/* ------ Unmatched-CSS-END------- */
/* ------ WhyChooseus-CSS-START------- */
.quality-services p {
  max-width: 810px;
  margin: auto;
}
.trust_img img {
  height: 560px;
  object-fit: cover;
}
.trust_cont {
  padding: 22px 20px;
  margin: 10px;
  background: #ffffff;
  color: #1b2e35;
  border-radius: 10px;
  min-height: 198px;
  box-shadow: 0 0 10px #8080803d;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.trust_cont:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: #0b60a5;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: 1000ms all;
 
}

.trust_cont:hover:after {
  height: 100%;
  transform: skew(180deg);
}

.trust_cont:hover p {
  color: white;
  transition-delay: 400ms;
}
.trust_cont:hover h5 {
  color: white;
  transition-delay: 400ms;
}
.trust_cont:hover a {
  color: white;
  transition-delay: 400ms;
}

.trust_cont a{
  text-decoration: none;
  color: #0b60a5;
 
  font-weight: bold;

}
.trust_cont p {
  font-size: 13.7px !important;
  line-height: 1.8;
}
/* ------ WhyChooseus-CSS-END------- */
/* ------ .ourservices-wrapper-CSS-start------- */


.ourservices-wrapper {
  padding: 100px 0;
}

.testimonials-item .testimonial-content::-webkit-scrollbar {
  width: 100%;
}

.testimonials-item .testimonial-content::-webkit-scrollbar-thumb {
  background: #000000 m !important; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Rounded corners for the thumb */
}




.testimonials-item p {
  max-height: 47px;
  overflow-y: scroll;
}
/* ------ .ourservices-wrapper-CSS-end------- */

.blue-head, .white-head {
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* ------ what-we-do-wrapper-CSS-end------- */
.case_studies {
 
  background-size: cover;
background-color:#F0F4FD;
  background-attachment: fixed;
  background-repeat: no-repeat;

  background-repeat: no-repeat;
  min-height: 300px;
}
.we-do-content p {

  margin: 30px 0;
}

.we-do-content h6 {
  margin: 30px 0;
}
/* ------ what-we-do-wrapper-CSS-end------- */
        @media only screen and (max-width: 1366px) {
          .large-container {
            padding-left: 20px;
            padding-right: 20px;
          }
        }


        /* ------ RESPOSNIVE-CSS-START ------- */

@media (max-width:1199.98px) {
  
}
@media (max-width: 991.98px) {
  
}

@media (max-width: 767.98px) {
  a.navbar-brand {
    width: 70%;
}
header img {
  width: 70%;
}
.ourservices-wrapper .services-inner img {
  width: 40%;
}
.services-inner {
 
  text-align: center;
}
.ourservices-wrapper .text-center {
  text-align: center !important;
}
}
@media only screen and (min-width:320px) and (max-width:766px) {
  .about-list li :nth-child(2) {
    
    font-size: 14px;
  }
  .how-works-content {
    padding: 30px 0 0 10px;
  }
  .what-we-do-wrapper .fw-bold {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  .we-do-content.text-center.pt-4,.text-center{
    text-align: left !important;
  }
  .services-wrapper .service-box {
    padding: 30px 15px !important;
    margin-top: 40px !important;
    min-height: 300px !important;
  }
  .service-box.text-center p {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  .service-box.text-center img {
    margin-bottom: 20px;
  }
  .col-md-11.seo-service.m-auto.service-box.text-center {
    padding: 20px 10px !important;
    margin-top: 0 !important;
  }
  .tab-pane.fade {
    padding: inherit !important;
  }
  .horizontal-tab.tabs-section.pt-6 {
    padding: 30px 0 !important;
  }
  .protfolio-product.tabs-section.pt-6 {
    padding: 30px 0 !important;
  }
  .owl-item {
    width: 100% !important;
  }
  .testimonials-item {
    padding: 10px;
  }
  .blog-wrapper .col-md-4 {
    margin-bottom: 20px !important;
  }
  .tabs-section.pt-6 ul li {
    width: 100%;
    margin-block-start: 15px !important;
  }  

  .about-content {
    padding: 55px 29px;
}

.unmatched_collaboration-content {
    padding: 60px 30px;
}

.we-do-content {
    padding: 60px 30px;
}

.quality-services {
    padding: 20px 30px;
}

.blog-wrapper .blue-head {margin-left: 30px;}
.project-slider-wrapper .white-head {
  margin-left: 30px;
}
.arrow-bg {
  position: relative;
     top: -107px;
     left: 5px;}

.counter-main:first-child .items {
    background: #FCEBEB;
    margin-bottom: 20px !important;
}


.seo-service.service-box {
    margin: -30px 10px 0 10px !important;
    padding: 20px 15px 20px 15px !important;
}

.inner-serv {
    margin: -60px 15px 15px 15px;
    padding: 40px 15px 40px 15px;
}

.service-box p {
    padding: 0 !important;
}
.about-content {
    padding: 10px !important;
}

.seo-service-wrapper h2 {
	font-size: 18px !important;
}
.seo-service-wrapper h3 {
    font-size: 17px !important;
}

.we-do-content {
    padding: 30px 15px !important;
}

.we-do-content h1 {
	font-size: 18px;
	text-align: center;
	padding: 0 !important;
}
.blog-content h4 {
    font-size: 18px !important;
}



/* ------GET-TOUCH-BOTTOM RESPOSNIVE-CSS-START ------- */

.gettouch-bottom {
    margin: -100px 20px 20px 20px;
    padding: 20px;
  
}

.gettouch-wrapper h2 {
    font-size: 13px;
    text-align: center !important;
}
/* ------GET-TOUCH-BOTTOM RESPOSNIVE-CSS-END ------- */

}
/* ------ RESPOSNIVE-CSS-END ------- */


section.data-analysis-bg.c-study {
    background: url(/assets/images/data-analyist-bannerr.png) no-repeat center top !important;
    padding-bottom: 0 !important;
    padding-bottom: 180px !important;
    background-size: cover !important;
    height: unset !important;
    position: relative;
    z-index: 1;
}

.c-next-study h2 {
    margin-top: 40px !important;
}

section.culture-wrapper.c-next-study {
    margin-top: -120px !important;
    padding-top: 170px !important;
}
/*Process page*/
.service-box.text-center.process-box {
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    gap:30px;
}
.process-box-text{
    text-align:left !important;
}
.service-box.text-center.process-box {
    min-height: 290px !important;
}
.service-box.text-center.process-box IMG {
    WIDTH: 100%;
    MAX-WIDTH: 225PX;
}
.process-box-text h2 {
    font-size: 28px;
}

.octonaut.about-content{
    background: linear-gradient(#ffffff,#3c8ced, #3c8ced, #fff) !important;}
    
.octonaut-bg-bottom {
  background: url(/assets/images/octonaut-bg.png) no-repeat center top !important;
  padding-top: 170px !important;
    padding-bottom: 180px !important;
    background-size: cover !important;
    height: unset !important;
   
}

@media (max-width:697px){
.service-box.text-center.process-box{
  display: block;
} 
.service-box.text-center.process-box IMG {
    MAX-WIDTH: 80PX;
    display:block;
    margin:auto;
    padding-bottom:20px;
}
.process-box-text {
    text-align: center !important;
}
.service-box.text-center.process-box {
    min-height: fit-content !important;
}
}
/*End Process page*/
/*Process page inner page*/
.about-banner-wrapper2
{
  background-size: cover;
  height: 500px;
  background-position: center;
  padding: 160px 0 0 0;
  background-repeat: no-repeat;
}
.about-content ul{
padding:0;    
}
.about-content li i{
        color: #0680d0;
padding-right:10px;
}
.about-content li {
        list-style: none;
    padding-bottom: 16px;
    font-weight: 600;
    font-size: 17px;
    list-style: none;
}
.unmatched2{
background-color: #F0F4FD;
padding:80px 0px;
margin-top:50px;
}  
.col-md-6.scholer-img img {
    width: 100%;
    height: 100%;
    max-height: 283px;
    object-fit: cover;
}
.white-btn-video {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 10px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    background:#0a58ca;
}
.white-btn-video:hover{
background:#0d6efd;
}
section.why-us-text.about-content.pb-5.video-boxes .video-box {
    /* padding: 22px 20px; */
    /* margin: 10px; */
    background: #ffffff;
    color: #1b2e35;
    border-radius: 10px;
    /* min-height: 198px; */
    box-shadow: 0 0 10px #8080803d;
}
.video-box-content {
    padding: 20px;
}
.video-box img {
    width: 100%;
    height: 100%;
    max-height: 230px !important;
    object-fit: cover;
}
.video-box {
    margin-bottom: 40px;
}
.Activities .video-box {
    min-height: 370px;
}
.app-img img {
    width: 100%;
}
.app-img.shake-vertical img {
    width: 100%;
    height: 100%;
    min-height: 420px !important;
    object-fit: cover;
}
.android-banifits img{
    
}
.android-banifits img {
    width: 65px;
    margin-bottom: 18px;
}

/*Thank you page*/
.border {
    border: 1px solid #0675C9!important;
}
.text-success {
    --bs-text-opacity: 1;
    color: #086db5 !important;
}
.btn-outline-success {
    border-color: #0d61a6 !important;
}
.icon-ryt .text-success svg {
    color: #086db5 !important;
}
.btn-main-slider img {
    width: 50px;
}
.btn-main-slider {
    display: flex;
    align-items: center;
    gap: 20px;
}
.faq-list li i {
    padding: 0 10px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
.counter-container {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}


@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}

@media (max-width:760px){
    .btn-main-slider img{
        display:none;
    }
    section.unmatched2.py-md-3.py-sm-3.text-center {
    text-align: center !important;
    padding: 40px 20px !important;
    }
    section#cs-stydy p {
        font-size: 13px;
    }
    section#cs-stydy{
    padding: 80px 0 100px !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 400px)  {
	.blue-head, .white-head {
		font-size: 12px;
	}
	.we-do-content h6 {
		font-size: 12px;
	}
	
}

/*End Process inner page*/


 

 