/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: 
@Developed By: 
@Developer URL: 
Author E-mail: 

@Default Styles

Table of Content:
01/ Variables
02/ mixins
03/ reset
04/ button
05/ tooltip
=====================================================================*/
/**************** common css start ****************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 18px;
  color: #000000;
}

input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

.section_padding {
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0px;
  }
}

.padding_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}

.padding_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 62px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

h5 {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  line-height: 18px;
  font-size: 15px;
  margin-bottom: 0px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 1200px) {
  .custom_container {
    max-width: 1300px;
  }
}

.cre_section_title {
  margin-bottom: 73px;
}

@media (max-width: 991px) {
  .cre_section_title {
    margin-bottom: 35px;
  }
}

.cre_section_title .title {
  font-size: 36px;
  margin-bottom: 5px;
}

.cre_section_title .title span {
  font-weight: 700;
}

@media (max-width: 991px) {
  .cre_section_title .title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_section_title .title {
    font-size: 35px;
  }
}

.cre_section_title .description {
  margin-top: 15px;
}

.cre_input {
  padding: 13px 20px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 18px;
  height: auto;
  background-clip: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cre_input:focus {
  border: 1px solid rgba(243, 112, 34, 0.5);
}

.cre_input:focus::placeholder {
  color: #000000;
}

.zoom_in_effect .masonry_img {
  overflow: hidden;
  display: inline-block;
}

.zoom_in_effect .zoom_in_img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.zoom_in_effect:hover .zoom_in_img {
  transform: scale(1.1);
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.cre_top_scroll {
  display: inline-grid;
  place-items: center;
  background-color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 999;
  border: 2px solid #0C71C3;
}

.cre_top_scroll i {
  color: #0C71C3;
  font-size: 24px;
}

.cre_top_scroll:hover {
  cursor: pointer;
  background-color: #333;
}

.cre_top_scroll:active {
  background-color: #555;
}

.cre_top_scroll.show {
  opacity: 1;
  visibility: visible;
}

.title span {
  color: #0c71c3;
}

.slider_pagination {
  text-align: center;
}

.slider_pagination .swiper-pagination-bullet {
  width: 23px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(12, 113, 195, 0.3);
  margin: 0 10px;
  z-index: 9;
}

.slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #0C71C3;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  br {
    display: none;
  }
}

/**************** common css end ****************/
/******** base color css ********/
button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

.cu_btn {
  display: inline-block;
  padding: 20px 40px;
  line-height: 19px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Inter", sans-serif;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .cu_btn {
    padding: 17px 20px;
    font-size: 15px;
  }
}

.cu_btn.lg_btn {
  padding: 25px 44px;
}

.cu_btn.md_btn {
  padding: 19px 26px;
}

.cu_btn.xs_btn {
  padding: 14px 26px;
}

.cu_btn.btn_1 {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
  color: #fff;
}

.cu_btn.btn_1:hover {
  background-color: #F37022;
  border-color: #F37022;
  color: #fff;
}

.cu_btn.btn_2 {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}

.cu_btn.btn_2:hover {
  background-color: #F37022;
  border-color: #F37022;
  color: #fff;
}

.cu_btn.btn_3 {
  background-color: #F37022;
  border: 2px solid #F37022;
  color: #fff;
}

.cu_btn.btn_3:hover {
  background-color: #fff;
  border-color: #fff;
  color: #F37022;
}

.cu_btn.btn_4 {
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
}

.cu_btn.btn_4:hover {
  background-color: #F37022;
  border-color: #F37022;
}

.cu_btn.btn_5 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  padding: 17px 40px;
}

.cu_btn.btn_5:hover {
  background-color: #F37022;
  border-color: #F37022;
}

.cu_btn.base_btn {
  background-color: #F37022;
  border: 2px solid #F37022;
  color: #fff;
}

.cu_btn.base_btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.cu_btn.white_btn {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000000;
}

.cu_btn.white_btn:hover {
  border-color: #F37022;
  color: #fff;
  background-color: #F37022;
}

.cre_header_part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.mobile_collaps_icon .cu_btn.white_btn {
  margin-right: 15px;
}

.navbar-toggle .icon-bar {
  width: 35px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 6px 0;
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
.cre_header_part_wrapper {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .cre_header_part_wrapper .navbar-brand img {
    max-width: 100px;
  }
}

.cre_header_part_wrapper .navbar-nav .nav-item {
  padding: 20px;
}

@media (max-width: 991px) {
  .cre_header_part_wrapper .navbar-nav .nav-item {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_header_part_wrapper .navbar-nav .nav-item {
    padding: 12px;
  }
}

.cre_header_part_wrapper .navbar-nav .nav-item:last-child {
  padding: 0;
}

.cre_header_part_wrapper .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

@media (max-width: 991px) {
  .cre_header_part_wrapper .navbar-nav .nav-link {
    color: #000000;
  }
}

.cre_header_part_wrapper .navbar-nav .nav-link:hover {
  color: #F37022;
}

.cre_header_part_wrapper .navbar-nav .nav-link:focus {
  color: #F37022;
}

.cre_header_part_wrapper .navbar-nav .nav-link.active {
  color: #F37022 !important;
  background-color: transparent;
}

.cre_header_part_wrapper .cu_btn.white_btn {
  padding: 13px 27px;
  min-width: auto;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .cre_header_part_wrapper .cu_btn.white_btn {
    padding: 13px 20px;
  }
}

@media (max-width: 370px) {
  .cre_header_part_wrapper .cu_btn.white_btn {
    padding: 9px;
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .cre_header_part_wrapper {
    padding: 10px 0;
  }

  .cre_header_part_wrapper .navbar-collapse {
    background-color: #fff;
  }
}

.cre_header_part_wrapper .sticky_logo {
  display: none;
}

.cre_header_part {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cre_header_part .cre_header_part_wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cre_header_part .navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cre_header_part.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(17, 17, 17, 0.1);
}

.cre_header_part.menu_fixed .cre_header_part_wrapper {
  padding: 0;
}

.cre_header_part.menu_fixed .navbar {
  padding: 0;
}

@media (max-width: 991px) {
  .cre_header_part.menu_fixed {
    padding: 13px 0;
  }

  .cre_header_part.menu_fixed .navbar-toggle .icon-bar {
    background-color: #000000;
  }
}

.cre_header_part.menu_fixed .navbar-nav .nav-item {
  padding: 13px 20px;
}

.cre_header_part.menu_fixed .navbar-nav .nav-item:last-child {
  padding: 13px 0 13px 20px;
}

@media (max-width: 991px) {
  .cre_header_part.menu_fixed .navbar-nav .nav-item {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_header_part.menu_fixed .navbar-nav .nav-item {
    padding: 12px;
  }
}

.cre_header_part.menu_fixed .navbar-nav .nav-link {
  color: #000000;
}

.cre_header_part.menu_fixed .navbar-nav .nav-link:hover {
  color: #F37022;
}

.cre_header_part.menu_fixed .cu_btn.white_btn {
  background-color: #F37022;
  border: 2px solid #F37022;
  color: #fff;
}

.cre_header_part.menu_fixed .main_logo {
  display: none;
}

.cre_header_part.menu_fixed .sticky_logo {
  display: block;
}

@media (min-width: 991px) {
  .navbar-nav .dropdown .dropdown-toggle::after {
    content: "\f107";
    border: 0 solid transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 16px;
    width: 16px;
    vertical-align: 0px;
  }

  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: visible;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
  }

  .navbar-nav .dropdown .dropdown-item:hover {
    color: #F37022;
    background-color: transparent;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-nav .navbar-nav {
    box-shadow: 0 20px 45px rgba(17, 17, 17, 0.3);
  }

  .navbar-nav .dropdown .dropdown-toggle {
    position: relative;
  }

  .navbar-nav .dropdown .dropdown-toggle::after {
    content: "\f107";
    border: 0 solid transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 16px;
    width: 16px;
    float: right;
    position: absolute;
    right: 0;
    top: 33%;
    transform: translateY(-50%);
    margin-left: 0;
    vertical-align: 0;
  }

  .navbar-nav .dropdown .dropdown-toggle.show::after {
    content: "\f106";
  }

  .navbar-nav .dropdown-menu {
    border: 0px solid transparent;
    border-radius: 0;
    padding-bottom: 0;
  }

  .cre_header_part.active_header {
    background-color: #fff;
  }

  .cre_header_part.active_header .sticky_logo {
    display: block;
  }

  .cre_header_part.active_header .main_logo {
    display: none;
  }

  .cre_header_part.active_header .cu_btn.white_btn {
    background-color: #C70752;
    border: 2px solid #C70752;
    color: #fff;
  }

  .cre_header_part.active_header .navbar-toggle .icon-bar {
    background-color: #090A36;
  }
}

.header_btn {
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .header_btn {
    font-size: 18px;
    top: 25%;
  }

  .header_btn img {
    max-width: 40px;
    margin-right: 8px !important;
  }
}

@media (max-width: 1700px) {
  .header_btn {
    right: 10%;
    top: -40px;
    bottom: 0;
    margin: auto 0;
  }
}
@media (max-width: 1550px) {
  .header_btn {
    font-size: 25px;
    right: 10%;
    top: -60px;
    bottom: 0;
    margin: auto 0;
}
}
@media (max-width: 1440px) {
  .header_btn {
    right: 5%;
    top: -17px;
    bottom: 0;
  
  }
}

.cre_banner {
  min-height: 800px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .cre_banner {
    min-height: 536px;
  }
}

.cre_banner_wrapper {
  margin-top: 65px;
}

.cre_banner_wrapper .title {
  font-size: 62px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .cre_banner_wrapper .title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cre_banner_wrapper .title {
    font-size: 38px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_banner_wrapper .title {
    font-size: 42px;
    line-height: 50px;
  }
}

.cre_banner_wrapper .description {
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 767.98px) {
  .cre_banner_wrapper .description {
    font-size: 16px;
    line-height: 24px;
  }
}

.banner_image {
  left: 45%;
  z-index: 4;
  bottom: -120px;
}

@media (max-width: 991px) {
  .banner_image {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_image {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .banner_image {
    left: 43%;
  }
}

.banner_logo {
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 20px;
  gap: 20px;
}

.banner_logo img {
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .banner_logo {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cre_banner_form {
  background-color: #0C71C3;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 3;
  margin-left: 100px;
  margin-bottom: -300px;
}

@media (max-width: 991px) {
  .cre_banner_form {
    margin-bottom: 0;
    margin-left: 0;
    padding: 30px;
  }
  .delivery_sec{
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cre_banner_form {
    padding: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_banner_form {
    margin-left: 30px;
  }
}

.cre_banner_form .form_control {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 11px;
  width: 100%;
  border-radius: 10px;
  padding: 15px 24px;
}

.banner_shape_01 {
  z-index: 2;
  width: 36%;
  top: -103px !important;
}

@media (max-width: 991px) {
  .banner_shape_01 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner_shape_01 {
    top: 0px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .banner_shape_01 {
    top: 0px !important;
    width: auto;
  }
}

img.banner_shape_02 {
  z-index: 2;
  width: 57%;
  top: auto !important;
  bottom: 12%;
}

@media (max-width: 991px) {
  img.banner_shape_02 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  img.banner_shape_02 {
    top: 0 !important;
    bottom: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  img.banner_shape_02 {
    top: 0 !important;
    bottom: auto;
  }
}

.services_section.sec_padding {
  padding: 192px 0 94px;
}

@media (max-width: 991px) {
  .services_section.sec_padding {
    padding: 70px 0;
  }
}

.icon_bow_item.style_01 {
  text-align: center;
  background: #FFFFFF;
  border: 2px solid rgba(12, 113, 195, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 41px 12px 18px;
  z-index: 1;
  transition: 0.3s;
}

.icon_bow_item.style_01 .icon_bottom_shape {
  bottom: -2px !important;
}

@media (max-width: 991px) {
  .icon_bow_item.style_01 {
    margin-bottom: 30px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .icon_bow_item.style_01 {
    margin-bottom: 30px;
  }
}

.icon_bow_item.style_01 .title {
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s;
}

.icon_bow_item.style_01 .description {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 36px;
  transition: 0.3s;
}

.icon_bow_item.style_01 .icon_bottom_shape {
  filter: brightness(0.03) invert(1);
  transition: 0.3s;
}

.icon_bow_item.style_01 .read_more_btn {
  z-index: 2;
  position: relative;
  font-size: 15px;
  color: #000;
  transition: 0.3s;
}

.icon_wrapper .icon {
  width: 98px;
  height: 98px;
  margin: 0 auto;
  background-color: #0C71C3;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  transition: 0.3s;
}

.icon_wrapper .icon img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.icon_wrapper .icon_shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  transition: 0.3s;
}

.icon_wrapper {
  margin-bottom: 20px;
}

.icon_bow_item.style_01:hover {
  background-color: #0C71C3;
}

.icon_bow_item.style_01:hover .icon_wrapper .icon {
  background-color: #fff;
}

.icon_bow_item.style_01:hover .icon_wrapper .icon img {
  filter: brightness(1) invert(0);
}

.icon_bow_item.style_01:hover .title,
.icon_bow_item.style_01:hover .description {
  color: #fff;
}

.icon_bow_item.style_01:hover .icon_bottom_shape {
  filter: brightness(1) invert(0);
}

.icon_bow_item.style_01:hover .read_more_btn {
  color: #fff;
}

.icon_bow_item.style_01:hover .icon_shape {
  filter: brightness(0) invert(1);
}

.icon_bow_item.style_02 {
  background: #FFFFFF;
  border: 1.5px solid rgba(12, 113, 195, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 25px 33px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .icon_bow_item.style_02 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .icon_bow_item.style_02 {
    margin-bottom: 30px;
  }
}

.icon_bow_item.style_02 .icon {
  width: 80px;
  height: 80px;
  display: inline-grid;
  place-content: center;
  background-color: #0C71C3;
  flex: 80px 0 0;
  margin-right: 18px;
  border-radius: 50%;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .icon_bow_item.style_02 .icon {
    margin: 0 0 10px 0;
  }
}

.icon_bow_item.style_02 .icon img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.icon_bow_item.style_02 .title {
  margin-bottom: 0;
}

.icon_bow_item.style_02:hover {
  background-color: #0C71C3;
}

.icon_bow_item.style_02:hover .icon {
  background-color: #fff;
}

.icon_bow_item.style_02:hover .icon img {
  filter: brightness(1) invert(0);
}

.icon_bow_item.style_02:hover .title,
.icon_bow_item.style_02:hover .description {
  color: #fff;
}

.img_box_item {
  text-align: center;
  background: #FFFFFF;
  border: 2px solid rgba(12, 113, 195, 0.15);
  border-radius: 15px;
  padding: 15px 2px 29px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .img_box_item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .img_box_item {
    margin-bottom: 30px;
  }
}

.img_box_item .process {
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border: 2px solid rgba(12, 113, 195, 0.15);
  display: inline-grid;
  place-content: center;
  border-radius: 50px;
  transition: 0.3s;
}

.img_box_item:hover {
  border-color: #0C71C3;
}

.img_box_item:hover .process {
  border-color: #0C71C3;
}

.img_box_item .description.desc_2 {
  display: none;
}

.img_box_item.active .description {
  display: none;
}

.img_box_item.active .description.desc_2 {
  display: block;
}

.img_box_item.active .read_bore_btn {
  display: none;
}

.img_box_item img {
  margin-bottom: 11px;
  max-height: 93px;
}

.img_box_item .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.img_box_item .read_bore_btn {
  background-color: #0C71C3;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 10px;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
}

.img_box_item .read_bore_btn i {
  margin-left: 5px;
}

.img_box_item .read_bore_btn:hover {
  background-color: #000000;
}

.timeline_shape img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .timeline_shape img {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .timeline_shape img {
    display: none;
  }
}

.textimonial_sec_wrapper {
  margin-top: -50px;
}

.testimonial_item_wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 50px 0;
  padding: 20px 40px 47px;
  z-index: 1;
}

@media (max-width: 991px) {
  .testimonial_item_wrapper {
    padding: 15px 15px 45px;
    margin: 20px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial_item_wrapper {
    padding: 15px 15px 45px;
  }
}

.testimonial_item_wrapper .testimonial_shape {
  z-index: -1;
}

.testimonial_item_wrapper .cre_rating {
  position: absolute;
  right: 35px;
  top: 30px;
}

@media (max-width: 991px) {
  .testimonial_item_wrapper .cre_rating {
    top: 30px;
    right: 15px;
  }
}

.testimonial_item_wrapper .cre_rating i {
  font-size: 24px;
  color: #0C71C3;
}

@media (max-width: 991px) {
  .testimonial_item_wrapper .cre_rating i {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial_item_wrapper .cre_rating i {
    font-size: 16px;
  }
}

@media (min-width: 991px) {
  .testimonial_title {
    position: absolute;
    transform: rotate(270deg);
    left: -172px;
    top: 190px;
    text-transform: uppercase;
  }
}

.testimonial_title .title {
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .testimonial_title .title {
    font-size: 18px;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial_title .title {
    font-size: 18px;
  }
}

.testimonial_item_wrapper .testimonial_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial_item_wrapper .client_info {
  display: flex;
  align-items: center;
}

.testimonial_item_wrapper .client_img {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .testimonial_item_wrapper .client_img {
    margin-right: 10px;
  }

  .testimonial_item_wrapper .client_img img {
    max-width: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial_item_wrapper .client_img {
    margin-right: 10px;
  }

  .testimonial_item_wrapper .client_img img {
    max-width: 60px;
  }
}

.testimonial_item_wrapper .name {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .testimonial_item_wrapper .name {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial_item_wrapper .name {
    font-size: 18px;
  }
}

.testimonial_content .description {
  line-height: 22px;
}

.quote_icon {
  background-color: #fff;
  padding: 20px;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.quote_icon i {
  transform: rotate(-45deg);
}

.quote_icon i {
  font-size: 30px;
  color: #0F75BC;
}

.footer_top_part.sec_padding {
  padding: 92px 0 0;
}

@media (max-width: 991px) {
  .footer_top_part.sec_padding {
    padding: 60px 0 0;
  }
}

.footer_nav li {
  display: inline-block;
  margin: 0 24px;
}

@media (max-width: 767.98px) {
  .footer_nav li {
    margin: 0 14px;
  }
}

.footer_nav li a {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_nav li a {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 991px) {
  .footer_nav li a {
    font-size: 14px;
    line-height: 28px;
  }
}

.cre_footer_widget {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .cre_footer_widget {
    margin-bottom: 35px;
  }
}

.cre_footer_widget .footer_logo {
  margin-bottom: 55px;
}

.cre_copyright_content {
  padding: 17px 0;
}

@media (max-width: 1680px) {
  .cre_copyright_content {
    padding: 20px 0;
  }
}

.cre_copyright_content p {
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 1680px) {
  .cre_copyright_content p {
    font-size: 18px;
    line-height: 30px;
  }
}

.social_icon a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.social_icon a:hover {
  background-color: #F37022;
}

.social_icon a:last-child {
  margin-right: 0;
}

.footer_img {
  right: 14%;
  top: -183px;
}

@media (max-width: 991px) {
  .footer_img {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_img {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .footer_img {
    right: 4%;
  }
}

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