@charset "UTF-8";
/*-- ===============================================

Product: 'Cynic || Trendy HTML Template for Digital Agencies'
Version: 3.0.1 
Author: axilweb
Date Created: July 16, 2018

==================================================== --*/
/*-- == Table of contents =====================

( Example: Type 'ctrl+f' and then '1.example' to jump to the
 "example" section. Click 'find' if needed.)

1. Custom Animations
2. Base css
3. Common css
4. Spacing
5. Typography
6. Button css
7. Form css
8. Header css
9. Banner css
10. Services css
11. About css
12. Featuered Projects css
13. Case-study css
14. Team css
15. Pricing css
16. Clients css
17. Latest News css
18. Newsletter css
19. Contact css
20. Footer css


================================================== --*/
/* -- Imported Fonts
-------------------------------------- -- */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200,300,300i,400,400i,500,500i,600,700,800,900|Hind+Vadodara:300,400,500,600,700");
/* -- Custom Animations
------------------------------------------  -- */
/*-- Spinning loader animation --*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -- Animation fadeIn-- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fade-in {
  animation: fadeIn 1s;
}

/* -- Base css
-------------------------------------- -- */
/* Classes for colors */
.theme-color-a {
  color: #af46fc;
}

.theme-color-b {
  color: #f18cff;
}

.theme-color-c {
  color: #ff7cb0;
}

.theme-color-d {
  color: #e9a17b;
}

.theme-color-e {
  color: #6245fe;
}

.theme-color-f {
  color: #9a9fff;
}

.typo-color-a {
  color: #172b43;
}

.typo-color-b {
  color: #485768;
}

.typo-color-c {
  color: black;
}

/* Classes for background-color */
.theme-bg-a {
  background-color: #af46fc;
}

.theme-bg-b {
  background-color: #f18cff;
}

.theme-bg-c {
  background-color: #ff7cb0;
}

.theme-bg-d {
  background-color: #e9a17b;
}

.theme-bg-e {
  background-color: #6245fe;
}

.theme-bg-f {
  background-color: #9a9fff;
}

.typo-bg-a {
  background-color: #172b43;
}

.typo-bg-b {
  background-color: #485768;
}

.typo-bg-c {
  background-color: #69798d;
}

.grad-style-ab,
.case-study .video-play-btn,
.inner-page::before,
.icon-container.grad-style-ab-light::after {
  background-image: linear-gradient(45deg, #f18cff, #af46fc);
  background-repeat: repeat-x;
}

.grad-style-cd,
.pricing-block:hover .icon-container::after,
.pricing-block:hover .custom-btn,
.small-agency-case-study::before,
.small-agency-case-study::after,
.featured-item::before,
.body-bg-style-2.inner-page::before,
.banner::before,
.banner::after,
.navbar-toggler span,
.icon-container.grad-style-cd-light::after {
  background-image: linear-gradient(45deg, #fca678, #fe5252);
  background-repeat: repeat-x;
}

.grad-style-ef,
.small-agency-case-study::after,
.body-bg-style-3.inner-page::before,
.icon-container.grad-style-ef-light::after {
  background: #003755;
}

.grad-style-ab-light {
  background-image: linear-gradient(45deg, #fcf1ff, #faefff);
  background-repeat: repeat-x;
}

.grad-style-cd-light {
  background-image: linear-gradient(45deg, #fff3f6, #fef5f5);
  background-repeat: repeat-x;
}

.grad-style-ef-light {
  background-image: linear-gradient(45deg, #f1efff, #f3f3ff);
  background-repeat: repeat-x;
}

.txt-grad-ab {
  background: linear-gradient(45deg, #f18cff, #af46fc);
  -webkit-background-clip: text;
  color: transparent;
}

.txt-grad-cd,
.pricing-block:hover .price {
  background: linear-gradient(45deg, #e9a17b, #ff7cb0);
  -webkit-background-clip: text;
  color: transparent;
}

.text-underline {
  text-decoration: underline;
  color: #00183e;
}

.txt-grad-ef,
.filter-button:hover,
.filter-button.is-checked,
.nav-tabs .visited .nav-link i,
.nav-tabs .visited .nav-link span,
.nav-tabs .visited .nav-link::after,
.nav-tabs .nav-item:not(:last-child) .nav-link:hover::after,
.nav-tabs .nav-item:not(:last-child) .nav-link.active::after,
.nav-tabs .nav-link:hover i,
.nav-tabs .nav-link:hover span,
.nav-tabs .nav-link.active i,
.nav-tabs .nav-link.active span,
.common-list-items li i {
  background: linear-gradient(45deg, #969bff, #005fa1);
  -webkit-background-clip: text;
  color: transparent;
}

.ml-auto {
  margin-left: auto !important;
}

@media only screen and (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto !important;
  }
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
  font-size: 1.8rem;
  border: 1px #a5a1a1 solid;
  border-radius: 6px;
}

@media only screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}
/* -- Common css -- */
body {
  overflow-x: hidden;
}

.container {
  max-width: 1230px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.navbar-toggler:focus {
  box-shadow: none;
}

section {
  position: relative;
}

.section-padding {
  padding: 4rem 0 0;
}
.grey-bg {
  background-color: #172b43;
}
.grey-bg h1,
.grey-bg h2,
.grey-bg h3,
.grey-bg h4,
.grey-bg h5,
.grey-bg h6,
.grey-bg p {
  color: #fff;
}

.light-grey-bg {
  background-color: #fcfdff;
}

a,
button,
img,
a:focus,
button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.icon-container {
  width: 135px;
  height: 110px;
  border-radius: 110px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(150deg);
  margin-bottom: 4.5rem;
  position: relative;
}
.icon-container i {
  font-size: 5rem;
  line-height: 1;
  font-style: normal;
  transform: rotate(-150deg);
  transition: all 0.5s;
}
.icon-container::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 110px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.slick-track {
  display: flex;
  flex-wrap: wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
}

.slick-dots {
  display: none !important;
}

.slick-arrow {
  width: 60px;
  height: 30px;
  display: block;
  top: auto;
  bottom: -78px;
  background-color: red;
  transition: all 0.3s;
}

.slick-prev {
  background: url(../images/icon/slick-arrow-left.png) center center no-repeat;
  left: auto;
  right: 60px;
}

.slick-next {
  background: url(../images/icon/slick-arrow-right.png) center center no-repeat;
  left: auto;
  right: 0;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev:hover,
.slick-prev:focus {
  background: url(../images/icon/slick-arrow-left.png) center center no-repeat;
}

.slick-next:hover,
.slick-next:focus {
  background: url(../images/icon/slick-arrow-right.png) center center no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.modal {
  z-index: 99999999;
  background: transparent;
  padding: 60px 15px !important;
}

.modal-header {
  border: none;
  padding: 0;
}

.modal-dialog {
  width: 100%;
  max-width: 1230px;
}

.modal .modal-content {
  padding: 75px 75px 40px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  z-index: 1;
}
.modal .modal-content h3 {
  margin-bottom: 15px;
}
.modal .modal-content h3 span {
  display: block;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #69798d;
  font-weight: 300;
  margin-bottom: 4px;
}
.modal .modal-content h4 span {
  display: block;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #69798d;
  font-weight: 300;
  margin-bottom: 4px;
}
.modal .modal-content p:last-child {
  margin-bottom: 10px;
}

.get-a-quote-modal .modal-content {
  background-color: transparent;
  padding: 20px 0;
}

.get-a-quote-modal .contact-wrapper.contact-page-form-wrapper,
.get-a-quote-modal .contact-info.floating-contact-info {
  margin-bottom: 0;
}

.get-a-quote-modal .contact-wrapper h3 {
  margin-bottom: 3.2rem;
}

a:hover {
  text-decoration: none !important;
}

.modal.show .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

.modal button.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.6rem;
  background-color: transparent;
}
.modal button.close span {
  display: none;
}

.get-a-quote-modal button.close {
  right: 9rem;
  z-index: 9;
}

.modal-body {
  padding: 0;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
  transform: translate(-50%, -50%);
}

.modal-feat-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.8rem;
  border-radius: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}

.carousel-control-next,
.carousel-control-prev {
  transition: all 0.5s;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  background: #172b43;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
  border-top: none;
  border-bottom: none;
}
.carousel-indicators [data-bs-target].active {
  background: #172b43;
  opacity: 1;
}

/* --Spacing-- */
.m-0 {
  margin: 0;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-100 {
  margin: 100px;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-0 {
  margin-right: 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-r-65 {
  margin-right: 65px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-r-75 {
  margin-right: 75px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-85 {
  margin-right: 85px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-r-95 {
  margin-right: 95px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-l-0 {
  margin: 0;
}

.m-l-5 {
  margin: 5px;
}

.m-l-10 {
  margin: 10px;
}

.m-l-15 {
  margin: 15px;
}

.m-l-20 {
  margin: 20px;
}

.m-l-25 {
  margin: 25px;
}

.m-l-30 {
  margin: 30px;
}

.m-l-35 {
  margin: 35px;
}

.m-l-40 {
  margin: 40px;
}

.m-l-45 {
  margin: 45px;
}

.m-l-50 {
  margin: 50px;
}

.m-l-55 {
  margin: 55px;
}

.m-l-60 {
  margin: 60px;
}

.m-l-65 {
  margin: 65px;
}

.m-l-70 {
  margin: 70px;
}

.m-l-75 {
  margin: 75px;
}

.m-l-80 {
  margin: 80px;
}

.m-l-85 {
  margin: 85px;
}

.m-l-90 {
  margin: 90px;
}

.m-l-95 {
  margin: 95px;
}

.m-l-100 {
  margin: 100px;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-r-0 {
  padding-right: 0;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-l-85 {
  padding-left: 85px;
}

.p-l-90 {
  padding-left: 90px;
}

.p-l-95 {
  padding-left: 95px;
}

.p-l-100 {
  padding-left: 100px;
}

/* -- Typography
-------------------------------------- -- */
html {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 10px;
}

body,
p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #41474d;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif;
  color: #005fa1;
  line-height: 1.4;
}

h1 {
  font-size: 6rem;
  font-weight: 900;
}

h2 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 5.1rem;
}

h3 {
  font-size: 3.6rem;
  font-weight: 900;
}

h4 {
  font-size: 3rem;
  font-weight: 700;
}

h5 {
  font-size: 2.4rem;
  font-weight: 700;
}

h6 {
  font-size: 1.8rem;
  font-weight: 700;
}

.section-subheading {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #485768;
}

.small-heading {
  font-size: 3.6rem;
}

.content-block__sub-title {
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #69798d;
  font-weight: 300;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1.9rem;
}

/* -- Button css
-------------------------------------- -- */
.custom-btn {
  max-width: 100%;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  transition: all 0.5s;
}

.navbar-nav .nav-link.custom-btn {
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-big {
  font-size: 20px;
  line-height: 25px;
  padding: 3% 40%;
}

.btn-mid {
  font-size: 1.4rem;
  line-height: 30px;
  padding: 1rem 3rem;
}

.btn-small {
  font-size: 1.3rem;
  line-height: 30px;
  padding: 0.5rem 2.5rem;
}

.btn-full {
  width: 100%;
  max-width: 39rem;
}

.custom-btn:hover,
.custom-btn.active {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.video-play-btn {
  width: 100px;
  height: 100px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  padding-left: 7px;
  color: #6245fe;
  transition: all 0.5s;
  outline: none;
}
.video-play-btn:hover {
  color: #6245fe;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
}
.video-play-btn svg {
  margin-right: 5px;
}

.text-only-btn {
  display: inline-block;
  color: #6245fe;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s;
  margin-bottom: 0.7rem;
}
.text-only-btn i {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.text-only-btn:hover {
  text-decoration: none;
}

/* -- Form css
-------------------------------------- -- */
::placeholder {
  color: #69798d !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #69798d !important;
  opacity: 1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #69798d !important;
  opacity: 1;
}

input,
textarea {
  width: 100%;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 1.5rem 2rem;
  color: #69798d;
  background: transparent;
  border: 2px solid #f1f0ff;
  border-radius: 5px;
  transition: all 0.5s;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

/* -- Header css
-------------------------------------- -- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  background-color: transparent;
  z-index: 99998;
  transition: all 0.5s;
}
.navbar.scrolled {
  background: #002e4b;
  z-index: 999;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.navbar.scrolled .navbar-nav .custom-dropdown-menu {
  top: 125%;
}

.navbar-nav {
  flex-wrap: wrap;
}
.navbar-nav .nav-item {
  margin-left: 3rem;
}
.navbar-nav .nav-item .nav-link:not(.custom-btn) {
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: inherit;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  transition: all 0.3s;
  font-weight: 800;
}
.navbar-nav .nav-item .nav-link:not(.custom-btn):hover,
.navbar-nav .nav-item .nav-link:not(.custom-btn).active {
  color: #172b43;
}

.navbar-nav .nav-item .nav-link {
  font-family: "Hind Vadodara", sans-serif;
}

.navbar-brand {
  padding: 0;
}

.navbar.solid-bg {
  background: #fff;
  box-shadow: 0 0 10px rgba(166, 209, 237, 0.3);
}

.navbar-toggler {
  border: none;
  outline: none;
  padding: 0;
}
.navbar-toggler span {
  width: 3rem;
  height: 0.3rem;
  border-radius: 20px;
  display: block;
  margin: 0.6rem 0;
}
.navbar-toggler span.navbar-toggler-icon {
  display: none;
}
.navbar-toggler:focus {
  outline: none;
}

.navbar button .custom-toggler-icon {
  transition: all 0.5s;
}

.navbar button.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 5px);
}

.navbar button.change .bar2 {
  opacity: 0;
}

.navbar button.change .bar3 {
  transform: rotate(45deg) translate(-8px, -6px);
}

.navbar .dropdown > a::after {
  content: "";
  font-family: "miniline" !important;
  font-size: 12px;
  margin-left: 2px;
}

.navbar-nav .custom-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 152%;
  background-color: #fff;
  border: none;
  padding: 15px 0;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 2px solid #ff7cb0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition-timing-function: linear !important;
}

.dropdown-item {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #69798d;
  padding: 5px 25px;
  transition: all 0.5s;
}
.dropdown-item:hover,
.dropdown-item.active {
  background-color: transparent;
  color: #172b43;
}

/* -- Banner css
-------------------------------------- -- */
.banner {
  position: relative;
}
.banner::before,
.banner::after {
  content: " ";
  width: 68vw;
  height: 68vw;
  transform: rotate(260deg);
  position: absolute;
  top: -40%;
  right: -20%;
  border-radius: 50%;
  outline: 1px solid transparent;
  z-index: -2;
}
.banner::after {
  background: #fff url(../images/banner/banner-round-img.jpg) center center
    no-repeat;
  background-size: cover;
  top: -46%;
  right: -20%;
  transform: rotate(0deg);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
}

.small-agency-home-header-bg::after {
  background: #fff url(../images/banner/banner-round-img-2.jpg) center center
    no-repeat;
  background-size: cover;
  background-position: calc(100% - 120px) 394px;
  top: -46%;
  right: -20%;
}

.banner-content .custom-btn {
  margin-top: 2rem;
}

.bg-shape {
  position: absolute;
  z-index: -1;
  opacity: 0.9;
  max-width: 100% !important;
}

.shape-home-banner {
  left: 3%;
  top: 19rem;
}

h1 {
  margin-bottom: 1.1rem;
}

/* -- inner-page-banner css -- */
.inner-page {
  position: relative;
}
.inner-page::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 70vh;
  display: block;
  z-index: 1;
}

.page-wrapper {
  position: relative;
  z-index: 2;
}
.page-wrapper::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  display: block;
  background: linear-gradient(184deg, rgba(255, 255, 255, 0) 30%, white 60%);
}

.inner-page-banner {
  padding-top: 22.5rem;
  padding-bottom: 3px;
  margin-bottom: 6.5rem;
  position: relative;
}
.inner-page-banner::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 3px;
  margin-left: -40px;
  background: #fff;
  border-radius: 10px;
}
.inner-page-banner h1 {
  color: #fff;
}
.inner-page-banner p {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #fff;
}

.inner-banner-with-btn {
  padding-bottom: 0;
}
.inner-banner-with-btn::after {
  display: none;
}
.inner-banner-with-btn .custom-btn {
  margin-top: 2rem;
}

.inner-page-shape-banner-right {
  left: auto;
  right: -11%;
  transform: rotate(90deg);
  top: -6%;
  opacity: 0.1;
}

.inner-page-shape-banner-left {
  transform: rotate(90deg);
  top: 5%;
  opacity: 0.3;
  left: -12%;
}

/* -- Services css
-------------------------------------- -- */
.content-block {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  outline: none;
}
.content-block img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.content-block.service-box {
  padding: 5.6rem 3rem 2.2rem;
}
.content-block h5 {
  margin-bottom: 1.9rem;
  text-align: left;
}
.content-block::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(239 248 255);
  border-radius: 10px;
  z-index: -2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.content-block:hover {
  text-decoration: none;
}
.content-block:hover .icon-container i {
  color: #fff;
}
.content-block:hover .icon-container::after {
  opacity: 1;
}
.content-block:hover::after {
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.common-list-items {
  list-style-type: none;
  padding-left: 35px;
}
.common-list-items li {
  position: relative;
  margin-bottom: 15px;
}
.common-list-items li i {
  position: absolute;
  top: 0;
  left: -35px;
  line-height: 3rem;
}

.point_icon {
}

.image-with-description {
  position: relative;
  padding-top: 3%;
}
.image-with-description img {
  border-radius: 10px;
}
.image-with-description .common-list-items {
  padding-top: 1rem;
}

.image-with-description-shape-bg {
  right: -8%;
  transform: rotate(90deg);
  top: 20%;
  z-index: 0;
}

.service-process-tab,
.location-process-tab {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.service-process-tab img,
.location-process-tab img {
  border-radius: 10px;
}
.service-process-tab .tab-pane:last-child .text-only-btn,
.location-process-tab .tab-pane:last-child .text-only-btn {
  display: none;
}

.nav-tabs {
  display: inline-flex;
  border: none;
  background: #fff;
  justify-content: center;
  border-radius: 10px;
  padding: 4rem 0 1.2rem;
  margin-bottom: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.nav-tabs .nav-link {
  border: none;
  padding: 1rem 4rem;
  color: #5d5d5d;
  position: relative;
  z-index: 1;
}

.nav-tabs .tab-link {
  border: none;
  padding: 1rem 4rem;
  color: #5d5d5d;
  position: relative;
  z-index: 1;
}
.nav-tabs .nav-link:hover img,
.nav-tabs .nav-link.active img {
  filter: grayscale(0);
}
.nav-tabs .nav-link::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -30px;
  width: 6rem;
  height: 8rem;
  border-radius: 50px;
  background-image: linear-gradient(150deg, #f5fbff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  z-index: -1;
}
.nav-tabs .tab-link::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -30px;
  width: 6rem;
  height: 8rem;
  border-radius: 50px;
  background-image: linear-gradient(150deg, #f5fbff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  z-index: -1;
}
.nav-tabs .nav-link i {
  width: 6rem;
  height: 7rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0), #f5faff);
  font-size: 3.5rem;
}
.nav-tabs .nav-link span {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}
.nav-tabs .nav-link img {
  filter: grayscale(1);
  margin-bottom: 10px;
}
.nav-tabs .nav-link p {
  margin-top: 10px;
}

.nav-tabs {
  display: inline-flex;
  border: none;
  background: #f0f8fe;
  justify-content: center;
  border-radius: 10px;
  padding: 2rem 0 2rem;
  margin-bottom: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 100%;
}

.nav-tabs .tab-link {
  border: none;
  padding: 1rem 4rem;
  color: #5d5d5d;
  position: relative;
  z-index: 1;
}
.nav-tabs .tab-link:hover img,
.nav-tabs .tab-link.active img {
  filter: grayscale(0);
}

.nav-tabs .tab-link::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -30px;
  width: 6rem;
  height: 8rem;
  border-radius: 50px;
  background-image: linear-gradient(150deg, #f5fbff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  z-index: -1;
}
.nav-tabs .tab-link i {
  width: 6rem;
  height: 7rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0), #f5faff);
  font-size: 3.5rem;
}
.nav-tabs .tab-link span {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.nav-tabs .tab-link img {
  filter: grayscale(1);
  margin-bottom: 10px;
}
.nav-tabs .tab-link p {
  margin-top: 10px;
}
/* .nav-tabs .nav-item:not(:last-child) .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "miniline" !important;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 3rem;
  transform: translateY(-100%);
} */
.service-tab-content h4,
.location-tab-content h4 {
  margin-bottom: 1.7rem;
}

/* -- About css
-------------------------------------- -- */
.about-us {
  position: relative;
  /* padding: 12.1rem 0; */
  margin: 10rem 0 6.5rem;
  margin-top: 10%;
}
.about-us .bg-shape {
  right: -20%;
  bottom: -90%;
  transform: rotate(90deg);
}

.counter-wrapper {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  padding-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  justify-items: center;
}
.counter-wrapper br {
  display: none;
}

.inner-page-counter-wrapper {
  margin-bottom: 15px;
}

.inner-page-about-us {
  margin: 0;
  padding: 6.5rem 0;
}

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

.counter-block {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 900;
}

.video-play-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 50%;
  margin-right: 70px;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
  z-index: 1;
}
.video-play-bg .video-play-btn {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 5;
}
.video-play-bg::after {
  content: " ";
  position: absolute;
  top: -45px;
  right: -2px;
  width: 100%;
  height: 104%;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
  background-color: #fff;
  background-image: url(../images/About.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.border-rad {
  align-items: flex-start;
}

.privacy-content {
  padding: 5rem 0 10.2rem;
}

/* -- Featuered Projects css
-------------------------------------- -- */
.filter-button-group {
  display: inline-block;
  margin: 1.2rem auto 3rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  padding: 1.9rem 0;
}

.filter-button {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  color: #69798d;
  font-weight: 700;
  background: transparent;
  border: none;
  margin: 0 2rem;
  cursor: pointer;
}
.filter-button:focus {
  outline: none;
}

.project-showcase .grid {
  padding-top: 4rem;
  transition: all 1s;
}

.featured-project-showcase,
.blog-grid {
  padding-top: 4rem;
}

.featured-project-showcase .custom-btn {
  margin-bottom: 6rem;
}

.project-showcase .custom-btn {
  margin-bottom: 5.5rem;
}

.grid-item {
  margin-bottom: 6rem;
}

.featured-content-block h5 {
  padding: 2rem 3rem 2.1rem;
  background: #fff;
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.featured-project-carousel .carousel-inner {
  border-radius: 10px;
  overflow: hidden;
}

.featured-project-carousel .carousel-control-prev-icon {
  background: url(../images/icon/short-arrow-left.png) center center no-repeat;
}

.featured-project-carousel .carousel-control-next-icon {
  background: url(../images/icon/short-arrow-right.png) center center no-repeat;
}

.featured-project-modal .custom-btn {
  margin-top: 1.2rem;
}

.featured-project-modal .modal-content {
  padding: 75px;
}

.featured-project-modal .text-content {
  padding-left: 2rem;
}

.featured-project-modal-bg,
.news-modal-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(40%, 40%);
}

.featured-projects {
  position: relative;
  padding-bottom: 0.5rem;
}
.featured-projects .bg-shape {
  bottom: -10%;
  left: -10%;
  transform: rotate(90deg);
}

.featured-item {
  position: relative;
}
.featured-item::before {
  content: "featured";
  position: absolute;
  left: 15px;
  top: 3rem;
  width: 120px;
  height: 30px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 3;
}
.featured-item .img-container::after,
.featured-item .img-container::before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 120px;
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff7cb0;
}
.featured-item .img-container::after {
  transform: rotateX(180deg);
  top: 45px;
}

.portfolio {
  padding-bottom: 1.8rem;
}

.shape-project {
  left: -20%;
}

/* -- Case-study css
-------------------------------------- -- */
[class^=".grad-style-"] h2,
[class^=".grad-style-"] p {
  color: #fff;
}

.case-study {
  margin: 6.5rem 0 10rem;
  position: relative;
}
.case-study .container {
  z-index: 2;
  position: relative;
}
/* .case-study h2,
.case-study p {
  color: #fff;
} */
.case-study .img-container img {
  position: relative;
  bottom: 0px;
  left: 20%;
}
.case-study .btn-container {
  padding-top: 2rem;
}
.case-study .video-play-btn {
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  box-shadow: none;
  margin-left: 15px;
}
.case-study .video-play-btn:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.shape-case {
  right: -15%;
  bottom: -40%;
  z-index: 1;
  opacity: 0.2;
}

.shape-case-study {
  top: 40%;
  left: -20%;
}

.shape-case-studies-details {
  right: -15%;
  bottom: -40%;
}

.small-agency-case-study {
  position: relative;
  margin-bottom: 8.5rem;
}
.small-agency-case-study::before,
.small-agency-case-study::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: -2rem;
  left: 0;
  right: 5%;
  display: block;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
}
.small-agency-case-study::after {
  bottom: 0;
}

.case-study-slider .slick-arrow {
  bottom: -52px;
}
.case-study-slider .slick-prev,
.case-study-slider .slick-prev:hover,
.case-study-slider .slick-prev:focus {
  background: url(../images/icon/slick-arrow-left-2.png) center center no-repeat;
}
.case-study-slider .slick-next,
.case-study-slider .slick-next:hover,
.case-study-slider .slick-next:focus {
  background: url(../images/icon/slick-arrow-right-2.png) center center
    no-repeat;
}

.case-study-content {
  padding-top: 8rem;
  margin-bottom: 1rem;
  position: relative;
}
.case-study-content img {
  border-radius: 10px;
}

.case-study-showcase {
  padding-top: 1.5rem;
}
.case-study-showcase [class*="col-"] {
  padding: 0 45px;
  margin-bottom: 6rem;
}
.case-study-showcase .custom-btn {
  margin-bottom: 6rem;
}

.case-study-content-block .txt-content {
  padding: 6rem 6rem;
  background: #fff;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 20px 20rem;
}

.case-study-content-block .txt-content h5 {
  margin: 1.2rem 0;
}

.case-study-challenge-bg {
  position: absolute;
  top: 0;
  right: -240px;
  opacity: 0.6;
}

.case-study-solutions-bg {
  position: absolute;
  bottom: -220px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}

.scoreboard .scores {
  padding-left: 9rem;
  padding-right: 2rem;
  position: relative;
}
.scoreboard [class^="col-"]:not(:last-child) .scores::after {
  content: " ";
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 2px;
  right: 0;
  display: block;
  background: #edf7ff;
}
.scoreboard .score {
  padding-left: 50px;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #485768;
  margin-bottom: 2.2rem;
  position: relative;
}
.scoreboard .score i {
  font-size: 1.5rem;
  width: 3rem;
  line-height: 3rem;
  background: #f2f2ff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #6245fe;
  position: absolute;
  top: 7px;
  left: 0;
}

.modal .modal-content .scoreboard h3 {
  margin-bottom: 29px;
}

.case-studies-grid-wrapper {
  padding-bottom: 0.5rem;
}

.image-with-description-block {
  padding: 1rem 0 4.5rem;
}

.scroreboard-wrapper {
  max-width: 102rem;
  margin: 0 auto;
  padding: 2.5rem 0 0.6rem;
}
.scroreboard-wrapper
  [class*="col-"]:nth-of-type(odd)
  .scoreboard-content::after {
  content: " ";
  position: absolute;
  top: 2rem;
  right: -15px;
  bottom: 2rem;
  background: #edf7ff;
  display: block;
  width: 2px;
}

.scoreboard-content {
  padding-left: 8rem;
  position: relative;
}
.scoreboard-content > div {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #485768;
  font-weight: 500;
  margin-bottom: 2.2rem;
  padding-left: 5rem;
  position: relative;
}
.scoreboard-content > div i {
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  color: #af46fc;
  background: #f2f1ff;
  border-radius: 50%;
}

.inner-page-case-studies {
  padding-bottom: 0.5rem;
}

.slick-slide {
  outline: none;
}

/* -- Team css
--------------------------------- -- */
.team {
  padding-bottom: 102px;
  position: relative;
}
.team .bg-shape {
  top: -40%;
  left: -20%;
}
.team .bg-shape.shape-2 {
  left: auto;
  right: -30%;
  top: 0;
  transform: scale(1.5) rotate(90deg);
}

.common-slider {
  position: relative;
  left: calc((100% - 1250px) / 2);
  padding-top: 0px !important;
}
.common-slider .item {
  /* padding: 0 25px; */
  outline: none;
  border: none;
}
.common-slider .item h5 {
  padding-top: 2.9rem;
}
.common-slider .item h5 a {
  color: #172b43;
}
.common-slider .item h5 a:hover {
  text-decoration: none;
}
.common-slider .item h5 span {
  margin-top: 1.1rem;
}
.common-slider .slick-prev {
  right: 40%;
}
.common-slider .slick-next {
  right: 36%;
}

.team-content-block {
  height: auto;
  padding: 0;
  background: transparent;
}
.team-content-block::before {
  box-shadow: none;
}
.team-content-block img {
  width: 100%;
  border-radius: 10px;
}
.team-content-block:hover::after {
  transform: rotate(2deg) translateX(-5px) translateY(20px);
}

.team-grid-wrapper {
  padding-bottom: 0.5rem;
}

.team-grid {
  padding: 1.5rem 0 0;
}
.team-grid .item {
  margin-bottom: 4.1rem;
}
.team-grid h5 {
  padding-top: 2.9rem;
}
.team-grid h5 a {
  color: #172b43;
  transition: all 0.5s;
}
.team-grid h5 a:hover {
  text-decoration: none;
  color: #ff7cb0;
}
.team-grid h5 span {
  padding-top: 1.1rem;
}

.team-modal .modal-dialog {
  max-width: 450px;
}

.team-modal-bg {
  position: absolute;
  top: -10%;
  left: -20px;
}

.team-modal .modal-content h4 {
  padding-bottom: 10px;
  margin-bottom: 28px;
  border-bottom: 2px solid #edf7ff;
}
.team-modal .modal-content h4 span {
  line-height: 2.4rem;
}

.team-modal .modal-body {
  text-align: center;
}
.team-modal .modal-body .modal-feat-img {
  margin-bottom: 2.5rem;
}

.team-modal .modal-content {
  padding: 4rem 6.5rem 1rem;
}

.team-modal .social-icons {
  text-align: center;
  padding-left: 0;
  padding-top: 1.2rem;
  margin-bottom: 3rem;
}
.team-modal .social-icons li {
  display: inline-block;
  margin: 0 8px;
  background: #f1efff;
  border-radius: 5px;
  transition: all 0.5s;
}
.team-modal .social-icons li a {
  color: #6245fe;
  background: transparent;
}

/* -- Pricing starts
-------------------------------- -- */
.pricing {
  background: url(../images/pricing-bg-shape.png) center calc(100% + 420px)
    no-repeat;
  background-size: 100% auto;
}

.pricing-wrapper {
  padding-top: 102px;
}
.pricing-wrapper [class^="col-"] {
  margin-bottom: 3rem;
}

.pricing-block {
  padding: 3.5rem 2rem 3.5rem;
  position: relative;
}
.pricing-block::after {
  display: none;
}
.pricing-block .icon-container {
  position: absolute;
  left: 50%;
  top: -90px;
  transform: rotate(150deg) translateX(50%);
}
.pricing-block .price {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 900;
  padding-top: 2px;
  padding-bottom: 3px;
}
.pricing-block div,
.pricing-block h6 {
  width: 100%;
}
.pricing-block .custom-btn {
  width: 100%;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.facilities > div {
  font-weight: 400;
  line-height: 3rem;
  padding: 1.7rem 0;
  /* border-bottom: 2px solid #edf7ff; */
}
.facilities > div:last-child {
  margin-bottom: 4rem;
}

.inner-page-pricing {
  background: transparent;
}
.inner-page-pricing .pricing-wrapper {
  padding-top: 128px;
  padding-bottom: 3.5rem;
}

/* -- Clients
-------------------------------- -- */
.clients-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clients .client {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  margin: 25px 0;
  align-self: center;
  /* Firefox 28+, Opera 12.10, IE Not supported. */
}

/* -- Latest News css
-------------------------------------- -- */
.light-grey-grad {
  background-image: linear-gradient(to bottom, #fcfdff, #f9fcff);
  background-repeat: repeat-x;
}

.news-slider {
  /* padding-bottom: 6rem; */
}

.news-slider .item {
  margin-bottom: 3rem;
  outline: none;
  border: none;
  height: 470px;
}

.sw_test_cards {
  margin-bottom: 3rem;
  outline: none;
  border: none;
  height: 320px !important;
}
.sw_test_cards h5 {
  padding: 2rem 3rem 2.1rem;
  margin-bottom: 0;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-size: 20px;
  color: #005fa1 !important;
}
.sw_test_cards h5 span {
  margin-top: 0;
}
.sw_test_cards:focus {
  outline: none;
  border: none;
}

.news-slider .item h5 {
  padding: 2rem 3rem 2.1rem;
  margin-bottom: 0;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-size: 20px;
  color: #005fa1 !important;
}
.news-slider .item h5 span {
  margin-top: 0;
}
.news-slider .item:focus {
  outline: none;
  border: none;
}

.news-modal .modal-content {
  padding-bottom: 5.6rem;
}
.news-modal .modal-dialog {
  max-width: 1020px;
}

.blog-details-related-post {
  padding-bottom: 0.5rem;
}

.blog-by-category {
  padding-bottom: 0.5rem;
}
.blog-by-category.single-cat {
  padding-bottom: 0;
}
.blog-by-category .custom-btn {
  margin-bottom: 6rem;
}

.blog-grid .item {
  margin-bottom: 6rem;
}
.blog-grid .content-block h5 {
  padding: 2rem 3rem 2.1rem;
  margin-bottom: 0;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.article-wrapper {
  padding-bottom: 2.5rem;
}

.blog-post-details {
  position: relative;
}

.shape-blog-details {
  top: 40%;
  right: -20%;
}

.blog-details {
  padding: 5.9rem 0 3.8rem;
}
.blog-details h2 {
  margin-bottom: 1.1rem;
}
.blog-details h2 span {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #69798d;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.blog-details .social-icons {
  margin-bottom: 1.7rem;
}
.blog-details .social-icons a {
  background: #f1efff;
  color: #6245fe;
}
.blog-details img {
  margin: 3.9rem 0 5.8rem;
  border-radius: 10px;
}

.post-info {
  margin-bottom: 3.1rem;
}
.post-info a {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #69798d;
  text-decoration: none;
  margin-right: 2rem;
  transition: all 0.5s;
}
.post-info a i {
  margin-right: 1rem;
  vertical-align: -2px;
}
.post-info a:hover {
  color: #ff7cb0;
}

.article-inner-title {
  margin: 4.6rem 0 2.7rem;
}

.author-details {
  padding: 5rem 0 3.8rem;
}
.author-details h2 {
  margin-bottom: 3.3rem;
}

.author-thumbnail {
  margin-right: 3rem;
}

.blog-details-prev-next {
  margin-bottom: 3.8rem;
}
.blog-details-prev-next a {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #69798d;
  text-decoration: none;
  transition: all 0.5s;
}
.blog-details-prev-next a i {
  vertical-align: -1px;
  margin-right: 0.5rem;
}
.blog-details-prev-next a:hover {
  color: #6245fe;
}

/* -- Newsletter css
-------------------------------------- -- */
.newsletter {
  padding: 5.5rem 0 10rem;
}

.newsletter-form {
  max-width: 95rem;
  margin: 0 auto;
  padding-top: 3.2rem;
}
.newsletter-form input,
.newsletter-form .custom-btn {
  margin-bottom: 3rem;
}

/* -- Contact css
-------------------------------------- -- */
.contact {
  padding: 3.6rem 0px;
  overflow: hidden;
  background: #ededed;
}

.contact .grey-bg {
  position: relative;
  z-index: 1;
}
.contact .grey-bg .shape-contact {
  position: absolute;
  top: -60%;
  left: -10%;
  z-index: -1;
  opacity: 0.1;
}
.contact .grey-bg .shape-contact-2 {
  position: absolute;
  top: 20%;
  right: -10%;
  z-index: -1;
  opacity: 0.1;
}

.contact-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 5rem 6rem 6rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contact-wrapper.common-contact-wrapper {
  margin-top: -13rem;
  margin-bottom: 8rem;
}
.contact-wrapper.common-contact-wrapper::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120%;
  height: 120%;
  background: #f8fcff;
  display: block;
  transform: translate(50%, 50%);
  border-radius: 50%;
  z-index: -1;
}
.contact-wrapper.contact-page-form-wrapper {
  transform: translateX(75px);
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
.contact-wrapper h3 {
  margin-bottom: 3.2rem;
  color: #172b43;
}

.form-wrapper {
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 3rem;
  background: #fff;
}
.contact-form textarea {
  min-height: 18rem;
}
.contact-form .btn-wrapper {
  width: 100%;
  padding: 0 1.5rem;
  margin-top: 1rem;
}

.view-map-btn {
  display: inline-block;
  position: absolute;
  right: 26px;
  bottom: 60px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 6.2rem;
  color: #69798d;
  font-weight: 500;
  margin-left: auto;
  border-radius: 50px;
  background: transparent;
  padding: 0 3rem;
  text-decoration: none;
  z-index: 99;
  transition: all 0.3s;
}
.view-map-btn i {
  font-size: 3rem;
  margin-left: 6px;
  position: relative;
  top: 8px;
  transition: all 0.3s;
}
.view-map-btn:hover {
  text-decoration: none;
  color: #69798d;
}

.contact-info h3 {
  margin-bottom: 2.4rem;
}
.contact-info.floating-contact-info {
  background: #fff;
  border: 2px solid #f1f0ff;
  border-radius: 10px;
  padding: 4rem 3rem 4rem 16.5rem;
  margin-bottom: 3.7rem;
  transform: translateX(-75px);
}
.contact-info.floating-contact-info .social-icons a {
  background: #f1efff;
  color: #6245fe;
}
.contact-info.floating-contact-info .social-icons a:hover {
  color: #fff;
}

.social-icons-wrapper p {
  margin-bottom: 13px;
}

.social-icons {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
.social-icons li {
  margin-bottom: 1.4rem;
  display: inline-block;
  margin-right: 1rem;
}
.social-icons li:hover a {
  color: #fff;
}
.social-icons li:nth-of-type(1) a:hover {
  background-color: #0057ff;
}
.social-icons li:nth-of-type(2) a:hover {
  background-color: #1da1f2;
}
.social-icons li:nth-of-type(3) a:hover {
  background-color: #dd4b39;
}
.social-icons li:nth-of-type(4) a:hover {
  background-color: #ea4c89;
}
.social-icons li:nth-of-type(5) a:hover {
  background-color: #ff0000;
}
.social-icons a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #172b43;
  width: 3rem;
  height: 3rem;
  display: block;
  background: #a6d1ed;
  text-align: center;
  border-radius: 5px;
  transition: all 0.5s;
}

.address a,
.address span {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 900;
  color: #9a9fff;
  text-decoration: none;
  transition: all 0.5s;
}
.address a:hover {
  color: #ff7cb0;
}

.map-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.show-map .form-wrapper {
  right: 100%;
}
.show-map .map-wrapper {
  left: 0;
}
.show-map .view-map-btn {
  background: #fff;
  border-color: transparent !important;
}
.show-map .view-map-btn i {
  margin-right: 6px;
  margin-left: 0;
}

.err-msg,
.success-msg {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #dd4b39;
  position: absolute;
  bottom: 6px;
  left: 15px;
}

.success-msg {
  color: #519718;
  bottom: 4px;
}

.whats-next-wrapper {
  padding: 1.3rem 0 3.9rem 2rem;
}
.whats-next-wrapper p {
  margin-bottom: 1rem;
  position: relative;
}
.whats-next-wrapper p i {
  position: absolute;
  top: 0;
  left: -2rem;
  font-size: 1.1rem;
  line-height: 3rem;
}

.location-tab-nav {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}
.location-tab-nav li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
  margin: 0 15px;
  padding: 4rem 0 0;
}
.location-tab-nav li a::after {
  display: none;
}

.location-tab-content .tab-pane {
  padding: 0 75px;
}
.location-tab-content .tab-pane .map-wrapper {
  position: static;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.location-tab-content .tab-pane .map-wrapper iframe {
  border: none;
}

.shape-work-places {
  top: 0;
  right: -20%;
}

/* -- Footer css
-------------------------------------- -- */
.page-footer {
  padding: 4rem 0;
}

.footer-content p {
  margin-bottom: 0;
}
.footer-content p a {
  color: #69798d;
  text-decoration: none;
  transition: all 0.5s;
}
.footer-content p a:hover {
  color: #ff7cb0;
}

.small-agency-footer {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.small-agency-footer .shape-footer-top {
  position: absolute;
  top: -90%;
  z-index: 0;
  left: -8%;
  opacity: 0.1;
  transform: rotate(90deg);
}
.small-agency-footer .shape-footer-bottom {
  position: absolute;
  bottom: -80%;
  z-index: 0;
  right: -9%;
  opacity: 0.1;
  transform: rotate(90deg);
}
.small-agency-footer .footer-nav-wrapper {
  position: relative;
  padding: 8.9rem 0 7.8rem;
}
.small-agency-footer .footer-nav-wrapper .social-icons {
  margin-top: 12.5rem;
  margin-bottom: 3rem;
}
.small-agency-footer .footer-nav-wrapper h5 {
  font-weight: 400;
  margin-bottom: 2.1rem;
}
.small-agency-footer .footer-nav-wrapper .footer-nav {
  padding-left: 5rem;
}
.small-agency-footer .footer-nav-wrapper .footer-menu {
  padding-left: 0;
}
.small-agency-footer .footer-nav-wrapper .footer-menu li {
  list-style: none;
}
.small-agency-footer .footer-nav-wrapper .footer-menu li a {
  line-height: 3.6rem;
  color: #69798d;
  text-decoration: none;
  transition: all 0.5s;
}
.small-agency-footer .footer-nav-wrapper .footer-menu li a:hover {
  color: #ff7cb0;
}
.small-agency-footer .footer-nav-wrapper .footer-menu li.active a {
  color: #ff7cb0;
}
.small-agency-footer .footer-bottom {
  background-image: url("../images/Background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 0;
}
.small-agency-footer .footer-bottom p {
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  z-index: 8;
}

.small-agency-footer .footer-bottom p a {
  text-decoration: none;
  transition: all 0.5s;
  color: #ffffff;
}

.small-agency-footer .footer-bottom p a:hover {
  color: #bcdaff;
}

.footer-logo img {
  max-width: 15rem;
}

/* -- Browser Hacks
---------------------------------- -- */
/* -- Chrome hacks -- */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  textarea + .err-msg {
    bottom: 13px;
  }

  .success-msg {
    bottom: 12px;
  }
}
@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) and (max-width: 1199px) {
  html {
    overflow-x: initial;
  }

  .modal {
    padding: 0 15px !important;
  }
}
/* -- Firefox hacks -- */
@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
  .nav-tabs .nav-item:not(:last-child) .nav-link:hover::after,
  .nav-tabs .nav-item:not(:last-child) .nav-link.active::after,
  .service-tab-nav .visited .nav-link::after {
    color: #6245fe;
  }
}
/* -- IE hacks -- */
@media screen and (min-width: 0\0) {
  .txt-grad-ef,
  .nav-tabs .nav-link:hover i,
  .nav-tabs .nav-link:hover span,
  .nav-tabs .nav-link.active i,
  .nav-tabs .nav-link.active span,
  .nav-tabs .nav-item:not(:last-child) .nav-link:hover::after,
  .nav-tabs .nav-item:not(:last-child) .nav-link.active::after,
  .nav-tabs .visited .nav-link i,
  .nav-tabs .visited .nav-link span,
  .nav-tabs .visited .nav-link::after,
  .common-list-items li i,
  .service-tab-nav .nav-link:hover i,
  .service-tab-nav .nav-link:hover span,
  .service-tab-nav .nav-link.active i,
  .service-tab-nav .nav-link.active span,
  .service-tab-nav .nav-item:not(:last-child) .nav-link:hover::after,
  .service-tab-nav .nav-item:not(:last-child) .nav-link.active::after,
  .service-tab-nav .visited .nav-link::after,
  .filter-button:hover,
  .filter-button.is-checked {
    background: transparent;
    color: #6245fe;
  }

  .txt-grad-cd,
  .pricing-block:hover .price {
    color: #ff7cb0;
    background: transparent;
    transition: all 0.3s;
  }

  .txt-grad-ab {
    color: #af46fc;
    background: transparent;
    transition: all 0.3s;
  }

  .txt-grad-ef,
  .common-list-items li i,
  .nav-tabs .nav-link:hover i,
  .nav-tabs .nav-link:hover span,
  .nav-tabs .nav-link.active i,
  .nav-tabs .nav-link.active span,
  .nav-tabs .nav-item:not(:last-child) .nav-link:hover::after,
  .nav-tabs .nav-item:not(:last-child) .nav-link.active::after,
  .nav-tabs .visited .nav-link i,
  .nav-tabs .visited .nav-link span,
  .nav-tabs .visited .nav-link::after,
  .filter-button:hover,
  .filter-button.is-checked {
    color: #6245fe;
    background: transparent;
    transition: all 0.3s;
  }

  .content-block:hover .txt-grad-cd,
  .content-block:hover .pricing-block:hover .price,
  .pricing-block:hover .content-block:hover .price {
    color: #fff;
  }
  .content-block:hover .txt-grad-ab {
    color: #fff;
  }
  .content-block:hover .txt-grad-ef,
  .content-block:hover .common-list-items li i,
  .common-list-items li .content-block:hover i,
  .content-block:hover .nav-tabs .nav-link:hover i,
  .nav-tabs .nav-link:hover .content-block:hover i,
  .content-block:hover .nav-tabs .nav-link:hover span,
  .nav-tabs .nav-link:hover .content-block:hover span,
  .content-block:hover .nav-tabs .nav-link.active i,
  .nav-tabs .nav-link.active .content-block:hover i,
  .content-block:hover .nav-tabs .nav-link.active span,
  .nav-tabs .nav-link.active .content-block:hover span,
  .content-block:hover
    .nav-tabs
    .nav-item:not(:last-child)
    .nav-link:hover::after,
  .nav-tabs
    .nav-item:not(:last-child)
    .content-block:hover
    .nav-link:hover::after,
  .content-block:hover
    .nav-tabs
    .nav-item:not(:last-child)
    .nav-link.active::after,
  .nav-tabs
    .nav-item:not(:last-child)
    .content-block:hover
    .nav-link.active::after,
  .content-block:hover .nav-tabs .visited .nav-link i,
  .nav-tabs .visited .nav-link .content-block:hover i,
  .content-block:hover .nav-tabs .visited .nav-link span,
  .nav-tabs .visited .nav-link .content-block:hover span,
  .content-block:hover .nav-tabs .visited .nav-link::after,
  .nav-tabs .visited .content-block:hover .nav-link::after,
  .content-block:hover .filter-button:hover,
  .content-block:hover .filter-button.is-checked {
    color: #fff;
  }

  .filter-button:hover,
  .filter-button.is-checked {
    color: #6245fe;
    background: transparent;
  }

  .pricing-block:hover .price {
    color: #ff7cb0;
    background: transparent;
  }

  .modal {
    padding: 0 !important;
  }

  .modal-dialog-centered {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  .featured-project-modal .modal-content {
    padding: 75px 75px 52px;
  }
}

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

.navbar-brand img {
  transition: all 0.5s;
  width: 100%;
  height: 42px;
}

.navbar.scrolled .navbar-brand img {
  width: 100%;
}

.banner-content {
  padding: 280px 0 150px;
}

ul.course_list {
  list-style: none;
  text-align: left;
  color: black;
  padding: 0px 0px 20px 30px;
  font-size: 15px;
  font-weight: 500;
}

.content-block::after {
  content: " ";
  width: 95%;
  height: 95%;
  z-index: -3;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 12px;
  background-image: linear-gradient(100deg, #d20707, #0367cb);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  transition: all 0.5s;
}

ul.course_list:hover {
  color: #002e4b;
}

button.slick-prev.slick-arrow {
  display: none !important;
}
button.slick-next.slick-arrow {
  display: none !important;
}

section.about-us.section-padding.inner-page-about-us {
  margin-top: 100px !important;
}

.about_hd {
  font-size: 3.4rem !important;
  font-weight: 600 !important;
  margin-bottom: 2.1rem !important;
  color: #005fa1 !important;
  padding: 0px 30px;
}

.about_top {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 5.1rem;
  cursor: pointer;
  color: #dd291b;
}

button.menu_btn {
  padding: 5px 10px;
  background: #eaeaea;
  border-radius: 10px;
}

.banner_top {
  background-image: url(/images/Background.jpg);
}

.designation {
  color: #4f3dff;
  font-size: 32px;
}

.testi_name {
  font-size: 4.8rem !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
  padding-left: 20px;
  color: black;
}

.testi_desc {
  padding-left: 20px;
  color: balck;
}

.slick-initialized .slick-slide {
  display: inline-block !important;
}

.banner_section {
  background-image: url("../images/Background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0px;
}

.banner_section .row {
  padding-top: 0px;
}

.banner_cont {
  padding: 30px 10px 0px 30px;
}
.banner_cont p {
  color: #cdcdcd;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
}

button.menu_btn {
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 10px;
  color: black;
  font-size: 120%;
  font-weight: 600;
}

a.navbar-brand {
  background: #ffffff;
  padding: 10px 10px 10px 20px;
  border-radius: 15px;
}

.banner_cont h2 {
  font-size: 35px;
  margin-bottom: 10px !important;
  color: #ffffff;
}

.call_btn {
  padding: 10px 20px;
  background-color: #0197ff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
}

.banner_cont a:hover {
  color: #0056b3;
  text-decoration: none;
  color: black !important;
}

.banner_form {
  display: block;
  text-align: center;
  padding: 20px 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
}

.banner_form input,
textarea {
  width: 100%;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 6px 10px;
  color: #69798d;
  background: white;
  border: 2px solid #f1f0ff;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 10px 0px;
  border: 1px solid #a5a1a1;
}
.contact_form {
  display: block;
  text-align: center;
  padding: 20px 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
}

.contact_form input,
textarea {
  width: 100%;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 6px 10px;
  color: #69798d;
  background: white;
  border: 2px solid #f1f0ff;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 10px 0px;
  border: 1px solid #a5a1a1;
}

.form-input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #a5a1a1;
  border-radius: 8px;
  font-size: 15px;
  margin: 10px 0px 20px;
  background-color: #f9f9f9;
  color: #333;
  appearance: none;
}
.form-input:focus {
  outline: none;
  border-color: #007bff;
  background-color: #fff;
}

.form {
  border-radius: 15px;
  background-color: #ffffff;
}

.gal_R {
  padding-bottom: 5%;
}

h3.testi_hd {
  font-size: 25px;
  color: #005fa1;
}

.testi_container {
  border-radius: 15px;
  border: 1px solid rgb(198, 197, 197);
  height: 100%;
  padding: 20px 20px;
}

.cont_hd {
  color: #dd291b !important;
  font-size: 30px;
}

.slick-list.draggable {
  padding-top: 15%;
}

.swiper-button-next::after {
  font-size: 15px !important;
  font-weight: 900;
  color: #ffffff;
}

.swiper-button-prev::after {
  font-size: 15px !important;
  font-weight: 900;
  color: #ffffff;
}

.swiper-button-prev {
  top: 41%;
  padding-right: 10px;
  left: 5%;
  background: #00487a;
  padding: 20px 20px;
  border-radius: 50%;
  color: white !important;
}

.swiper-button-next {
  top: 41%;
  background: #00487a;
  padding: 20px 20px;
  border-radius: 50%;
  color: white !important;
  right: 5%;
}

.captcha {
  display: flex;
}

section.ratings {
  /* margin-bottom: 4rem; */
  background: #00183e;
  padding: 20px 20px;
  color: white;
}
.place_assure {
  margin-top: 0px !important;
}

.place_assure.section-padding.inner-page-about-us {
  background: #f0f8fe;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.place_prog li {
  list-style: none !important;
  color: #000000 !important;
  cursor: pointer;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 5%;
}
.place_prog li svg,
.common-list-items li svg {
  font-size: 14px !important;
  padding-right: 2px;
  color: #005fa1;
}

section.banner_section {
  padding-top: 13%;
}

.callus_btn {
  background: #003755;
  padding: 5px 20px;
  border-radius: 20px;
  color: white;
}

button.callus_btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

h4.item-title {
  font-size: 25px !important;
  margin-bottom: 23px;
}

.address_box {
  display: block;
  text-align: center;
  padding: 20px 35px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  height: 566px !important;
  background: white !important;
}

.address_space {
  padding: 20px 20px;
  text-align: left;
}
.phone_space {
  text-align: left;
  padding: 15px 20px;
}
.email_space {
  text-align: left;
  padding: 20px 20px;
}

.phone_space > a:hover {
  text-decoration: none !important;
  color: #107be5;
}

.placement_title {
  color: #dd291b !important;
  font-size: 30px;
  margin-bottom: 12px;
}

.cap {
  padding-left: 10px;
  padding-right: 10px;
}

.refresh_icon {
  width: 22px;
}

.captcha {
  list-style: none;
  padding: 0px !important;
  justify-content: space-evenly !important;
}

.captcha_cont {
  list-style: none;
  padding: 0px !important;
  justify-content: right !important;
}

input#captcha {
  width: 100%;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 6px 10px !important;
  color: #69798d;
  background: white;
  border: 2px solid #f1f0ff;
  border-radius: 5px;
  transition: all 0.5s;
  margin: 10px 0px;
  border: 1px solid #a5a1a1;
}

/* Scroll to Top Button Styles */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc281d, #1c1c5c);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  text-decoration: none;
}

.scroll-to-top:hover {
  background: linear-gradient(135deg, #bbbbbb, #ffffff);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top i {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

a#csend {
  margin-top: 10px;
}

.contact_hd > h5 {
  font-size: 25px;
}

.contact_hd {
  padding-bottom: 5rem;
}

.address_space > h5 {
  font-size: 20px;
}
.phone_space > h5 {
  font-size: 20px;
}
.email_space > h5 {
  font-size: 20px;
}

button.menu_btn:hover,
button.menu_btn:active {
  background: linear-gradient(135deg, #dc281d, #1c1c5c);
  color: white;
}

button.menu_btn.active {
  background: linear-gradient(135deg, #1c1c5c, #dc281d);
  color: white;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 3px solid #ffffff;
}

section#placements_area {
  background: #def1ff;
}

a.team-content-block.content-block.fancylight.popup-btn {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.go_enquiry {
  justify-content: center !important;
  padding-bottom: 5%;
}

section#about_area {
  padding-top: 20px;
}

input.select2-search__field {
  display: none;
}
.select2-container .select2-selection--single {
  height: 48px; /* Or your desired height */
  padding: 8px 12px;
  font-size: 16px;
  color: grey;
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #69798d;
  line-height: 28px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0px !important;
}

.more-rows {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.6s ease, opacity 0.3s ease;
}
.more-rows.show {
  opacity: 1;
}
.v_more {
  justify-content: center;
  padding-bottom: 20px;
}
/* Optional: Make button look good on mobile too */
.v_more_btn {
  background: #003755;
  padding: 8px 24px;
  border-radius: 20px;
  color: white;
  border: none;
  transition: background 0.3s ease;
}
.v_more_btn:hover {
  background: #005c87;
}

.service-tab-nav .nav-item .tab-link.active {
  color: #005c87 !important;
}

.edu_tours {
  background-color: #eff8ff !important;
}

#cas {
  border-radius: 30px;
  position: fixed;
  left: 21px;
  padding: 5px;
  bottom: 7%;
  z-index: 9999;
}
#cas img {
  width: 47px;
  height: 45px;
}

#wps {
  position: fixed;
  left: 20px;
  padding: 5px;
  bottom: 16%;
  z-index: 9999;
}
#wps img {
  width: 51px;
  height: 50px;
}

#csend {
    transition: background-color 0.3s ease, color 0.3s ease;
}

#bsend {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* for phones */
@media only screen and (max-width: 767px) {
  #service-tab-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #service-tab-nav::-webkit-scrollbar {
    display: none;
  }
  #service-tab-nav .nav-item {
    flex: 0 0 auto;
    min-width: max-content;
  }

  #cas {
    border-radius: 30px;
    position: fixed;
    left: 23px;
    padding: 5px;
    bottom: 13%;
    z-index: 9999;
  }
  #wps {
    position: fixed;
    left: 20px;
    padding: 5px;
    bottom: 20%;
    z-index: 9999;
  }
  #wps img {
    width: 45px;
    height: 45px;
  }
  #cas img {
    width: 40px;
    height: 38px;
  }
  span#select2-course-container {
    font-size: 13px !important;
  }
  .select2-container .select2-selection--single {
    height: 30px;
    padding: 8px 8px;
    color: grey;
    display: flex;
    align-items: center;
  }
  .service-tab-nav .nav-item .tab-link.active {
    color: #005c87 !important;
  }
  /* ul#service-tab-nav {
    width: 100%;
    max-width: 600px;
    overflow-x: auto;
    flex-wrap: nowrap;
  } */

  .content-block::before {
    background: rgb(255 255 255);
  }
  .feat_display {
    display: none;
  }
  section#about_area {
    padding-top: 15%;
  }
  .image-with-description {
    position: relative;
    padding-top: 7%;
  }
  section.image-with-description {
    background: #f1f2f3;
  }
  .contact_hd {
    padding-bottom: 2rem;
  }
  .address_space {
    padding: 5px 20px;
    text-align: left;
  }
  .phone_space {
    text-align: left;
    padding: 5px 20px;
  }
  .email_space {
    text-align: left;
    padding: 5px 20px;
  }

  textarea.form-control,
  textarea {
    min-height: 80px;
    padding-top: 16px;
    padding-bottom: 17px;
    font-size: 11px;
    border: 1px #a5a1a1 solid;
    border-radius: 6px;
  }
  .banner_cont {
    padding: 30px 30px 0px 30px;
  }
  .place_prog li {
    list-style: none !important;
    font-size: 1.4rem;
  }
  h4.item-title.aos-init {
    font-size: 21px !important;
    padding-left: 15px;
  }
  .navbar-brand img {
    transition: all 0.5s;
    width: 100%;
    height: 35px;
  }
  .mail_hd.pb-3 h5 {
    font-size: 22px;
    text-align: left;
  }
  .address_box {
    display: block;
    text-align: center;
    padding: 20px 20px;
    height: 476px !important;
    margin-bottom: 20px;
  }
  .phone_space > h5 {
    font-size: 20px;
  }

  .address_space > h5 {
    font-size: 20px;
  }
  .contact_hd > h5 {
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
  }
  p.testi_cont.aos-init.aos-animate {
    font-size: 1.8rem;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .case-study-content-block .txt-content {
    padding: 3rem 3rem;
    margin: 20px 10px;
  }
  .about_hd {
    font-size: 2.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.1rem !important;
    color: #005fa1 !important;
    text-align: left;
    /* padding-left: 27px; */
  }
  .gal_R .item {
    margin-bottom: 0px;
    padding: 20px;
  }
  .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .common-list-items {
    list-style-type: none;
    /* padding-left: 35px; */
    text-align: left;
    padding: 0px 30px;
  }
  .about_hd {
    font-size: 2.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.1rem !important;
    color: #005fa1 !important;
    text-align: center;
  }
  .about_top {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 2.1rem;
    cursor: pointer;
    color: #dd291b;
  }
  h2 {
    margin-bottom: 10px;
  }
  body,
  p {
    font-size: 14px;
  }
  .about-us {
    padding: 21px 0 2.4rem;
  }
  .btn-big {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 0.6rem 4rem;
  }
  p#captchaContainer {
    font-size: 15px;
  }
  .refresh_icon {
    width: 17px;
  }

  input#captcha {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 10px !important;
    color: #69798d;
    background: white;
    border: 2px solid #f1f0ff;
    border-radius: 5px;
    transition: all 0.5s;
    margin: 10px 0px;
    border: 1px solid #a5a1a1;
  }

  .form-input {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 15px;
    margin: 10px 0px 20px;
  }

  .banner_form input,
  textarea {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 10px;
    margin: 10px 0px;
  }

  .contact_form input,
  textarea {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    padding: 6px 10px;
    margin: 10px 0px;
  }
  .banner_cont {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .banner_cont h2 {
    font-size: 22px;
    margin-bottom: 0px !important;
  }

  .banner_cont p {
    font-size: 14px;
    margin-bottom: 10px !important;
  }

  .call_btn {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .banner_form {
    padding: 20px 20px;
  }

  .contact_form {
    padding: 20px 20px;
  }

  .cont_hd {
    color: #dd291b !important;
    font-size: 18px;
  }
}



/* Default styles for the tab navigation */
.service-tab-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* For Edge */
  scrollbar-width: none; /* For Firefox */
  white-space: nowrap;
  padding-bottom: 10px; /* Space for scrollbar */
    justify-content: start !important;
    width:100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.service-tab-nav::-webkit-scrollbar {
  display: none;
}

/* Styles for each nav item */
.service-tab-nav .nav-item {
  flex: 0 0 auto;
          width: auto !important;
}

/* Styles for the tab links */
.service-tab-nav .tab-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
}

/* Mobile-first approach - scrollable tabs by default */
@media (min-width: 768px) {
  /* For larger screens, you might want normal tabs */
  .service-tab-nav {
    flex-wrap: wrap;
    overflow-x: visible;
    white-space: normal;
  
  }
  
  .service-tab-nav .nav-item {
    flex: 1 1 auto;
  }
  
  .service-tab-nav .tab-link {
    white-space: normal;
  }
}