@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900");
* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
strong {
  font-family: 'Montserrat', sans-serif !important;
  text-decoration: none !important;
}

input,
select {
  outline: none !important;
}

.bg-lightest-grey {
  background-color: #f0f0f0;
}

.bg-lightest-red {
  background-color: #f8426f26;
}

.bg-lightest-red img {
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  width: 79% !important;
}

.flex_end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

#header {
  top: 0;
  z-index: 999;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
}

#header .links {
  width: 48%;
}

#header .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

#header .links ul li {
  display: block;
  margin: 0 10px;
}

#header .links ul li a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
}

#header .links ul li a.activeLink {
  border-bottom: 3px solid #f8715d;
}

#header .links ul li a.primary_button {
  border: none !important;
  padding-bottom: 15px;
}

#header .links ul li:hover #sub_menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#header .links ul li #sub_menu {
  display: none;
  position: absolute;
  -webkit-transition: opacity 200ms ease-in 0s, visibility 0s linear 0s, -webkit-transform 200ms ease-in 0s;
  transition: opacity 200ms ease-in 0s, visibility 0s linear 0s, -webkit-transform 200ms ease-in 0s;
  transition: opacity 200ms ease-in 0s, transform 200ms ease-in 0s, visibility 0s linear 0s;
  transition: opacity 200ms ease-in 0s, transform 200ms ease-in 0s, visibility 0s linear 0s, -webkit-transform 200ms ease-in 0s;
  width: 800px;
  padding-top: 20px;
  z-index: 9999;
}

#header .links ul li #sub_menu .menu {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: -1px -1px 80px rgba(22, 61, 151, 0.07), 0 41.7776px 33.4221px rgba(22, 61, 151, 0.05), 0 22.3363px 17.869px rgba(22, 61, 151, 0.042), 1px 1px 10.0172px rgba(22, 61, 151, 0.035), 0 6.6501px 5.32008px rgba(22, 61, 151, 0.028), 0 2.76726px 2.21381px rgba(22, 61, 151, 0.02);
          box-shadow: -1px -1px 80px rgba(22, 61, 151, 0.07), 0 41.7776px 33.4221px rgba(22, 61, 151, 0.05), 0 22.3363px 17.869px rgba(22, 61, 151, 0.042), 1px 1px 10.0172px rgba(22, 61, 151, 0.035), 0 6.6501px 5.32008px rgba(22, 61, 151, 0.028), 0 2.76726px 2.21381px rgba(22, 61, 151, 0.02);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .links ul li #sub_menu .menu li {
  width: 30%;
  margin: 10px;
}

#header .links ul li #sub_menu .menu li a {
  color: #273266;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
  border-radius: 10px;
}

#header .links ul li #sub_menu .menu li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#424cde33), color-stop(100%, transparent), color-stop(0, #424cde00)), -webkit-gradient(linear, left top, right top, from(#2506e4cc), color-stop(80%, #367effcc), to(#367effcc)), #424cdecc;
  background: linear-gradient(180deg, #424cde33, transparent 100%, #424cde00 0), linear-gradient(90deg, #2506e4cc, #367effcc 80%, #367effcc), #424cdecc;
  color: #fff !important;
}

#header .links ul li #sub_menu .menu li a:hover p {
  color: #fff !important;
}

#header .links ul li #sub_menu .menu li a p {
  margin: 5px 0;
  color: #000;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: 1px;
}

#header .links ul li #sub_menu .menu li .menus {
  display: none;
}

#header #mid_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin: auto;
  padding: 1rem 0;
}

#header #mid_header .logo {
  width: 22%;
}

#header #mid_header .logo a img {
  width: 180px;
}

#header #mid_header .links {
  width: 70%;
}

#header #menu_links {
  background: -webkit-gradient(linear, left top, left bottom, from(#424cde33), color-stop(100%, transparent), color-stop(0, #424cde00)), -webkit-gradient(linear, left top, right top, from(#2506e4cc), color-stop(80%, #367effcc), to(#367effcc)), #424cdecc;
  background: linear-gradient(180deg, #424cde33, transparent 100%, #424cde00 0), linear-gradient(90deg, #2506e4cc, #367effcc 80%, #367effcc), #424cdecc;
  padding: 15px;
}

#header #menu_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

#header #menu_links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1rem;
  position: relative;
}

#header #menu_links ul li a {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
}

#header #menu_links ul li a.activeLink {
  border-bottom: 3px solid #f8715d;
}

.primary_button {
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
  color: #fff !important;
  border-radius: 5px !important;
  padding: 15px 40px;
  font-weight: bold;
  border: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.secondary_button {
  color: #000;
  border-radius: 10px !important;
  padding: 16px 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#43e97b), to(#38f9d7));
  background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
  font-weight: bold;
  margin: 1rem 0;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.blink-1 {
  color: #367eff !important;
  font-weight: 700;
  animation: blink-1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite reverse forwards;
}

#hero {
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
  padding: 2rem;
}

#hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
}

#hero .container .left {
  width: 50%;
}

#hero .container .left h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 5rem;
}

#hero .container .right {
  width: 48%;
}

#hero .container .right img {
  width: 100%;
}

.common_sec {
  padding: 3rem 0;
}

.common_sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common_sec .container .left {
  width: 50%;
}

.common_sec .container .right {
  width: 50%;
}

.common_sec .container .left,
.common_sec .container .right {
  margin-top: 2rem;
}

.common_sec .container .left h3,
.common_sec .container .right h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 2.5rem;
  color: #000;
}

.common_sec .container .left h2,
.common_sec .container .right h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 2.5rem;
  color: #000;
}

.common_sec .container .left p,
.common_sec .container .left li,
.common_sec .container .right p,
.common_sec .container .right li {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.8rem;
  margin: 1rem 0;
  font-weight: 500;
}

.common_sec .container .left ul,
.common_sec .container .right ul {
  margin: 0;
  padding-left: 1rem;
  padding-top: 1rem;
}

.common_sec .container .left a,
.common_sec .container .right a {
  margin-top: 1rem;
  display: inline-block;
}

.common_sec .container .left img,
.common_sec .container .right img {
  width: 100%;
  margin: auto;
  z-index: 111;
  display: block;
  position: relative;
}

.common_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.common_heading h4 {
  font-size: 2rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #000;
  font-weight: 800;
  position: relative;
}

.common_heading h4::before {
  content: '';
  width: 55px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-animation: displace2 2.5s ease-in-out infinite both;
          animation: displace2 2.5s ease-in-out infinite both;
}

.common_heading h4::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: -1;
}

.common_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.colored_text {
  background-image: linear-gradient(135deg, #f87c57, #f74070);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dot {
  position: relative;
}

.dot::after {
  content: '';
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
  position: absolute;
  width: 47%;
  height: 100%;
  left: 0;
  top: 0;
  border-top-right-radius: 32%;
  border-bottom-right-radius: 32%;
}

.card_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 3rem 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card_grid .card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22%;
  background: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.card_grid .card_inner:hover {
  color: #fff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.card_grid .card_inner:hover::after {
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.card_grid .card_inner:hover img {
  border: 4px solid #fff;
  border-radius: 100%;
}

.card_grid .card_inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.card_grid .card_inner img {
  width: 100px;
  margin-bottom: 2rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 4px solid transparent;
}

.card_grid .card_inner h4 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2rem;
  margin: 0;
}

.three_grid_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.three_grid_sec .left {
  width: 59%;
}

.three_grid_sec .right {
  width: 38%;
}

.three_grid_sec .right img {
  width: 86% !important;
}

.three_grid_sec .inner_grid {
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  margin: 1rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
}

.three_grid_sec .inner_grid img {
  width: 100%;
  margin-bottom: 2rem;
}

.three_grid_sec .inner_grid h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 800;
  position: relative;
}

.three_grid_sec .inner_grid p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

#service_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

#service_grid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
  width: 32%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  margin: 1.3rem 0;
  padding: 20px;
  cursor: pointer;
  position: relative;
}

#service_grid ul li:hover h4, #service_grid ul li:hover span {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

#service_grid ul li:hover img {
  opacity: 1;
}

#service_grid ul li img {
  position: absolute;
  width: 67px;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

#service_grid ul li h4 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all .1s;
  transition: all .1s;
}

#service_grid ul li span {
  margin-left: 10px;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

footer {
  padding: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#f87c57), to(#f74070));
  background: linear-gradient(90deg, #f87c57, #f74070);
}

.fotter_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fotter_grid .left {
  width: 58%;
  margin: 0 1rem;
}

.fotter_grid .left .sm {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fotter_grid .left .sm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  border: 3px solid #fff;
  color: #fff;
  padding: 2px;
  border-radius: 5px;
}

.fotter_grid .mid {
  width: 38%;
  margin: 0 1rem;
}

.fotter_grid .mid img {
  width: 100%;
}

.fotter_grid .right {
  margin: 0 1rem;
  width: 58%;
}

.csec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffff;
}

.csec h4 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
}

.csec p {
  width: 80%;
  margin: auto;
  letter-spacing: 1px;
  font-size: 14px;
}

.csec a {
  margin: auto;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
}

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom .csec {
  margin: 1rem 5rem;
}
/*# sourceMappingURL=style.css.map */