/*----------------------------------------------------
@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=Poppins:wght@300;400;500;600;700;900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 25px;
  color: #3D3D3D;
}

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 {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

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

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

p {
  line-height: 25px;
  font-size: 17px;
  margin-bottom: 0px;
  color: #3D3D3D;
  font-family: "Poppins", 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);
}

.cre_section_title {
  margin-bottom: 55px;
}
.cre_section_title .title {
  font-size: 33px;
  margin-bottom: 5px;
}
.cre_section_title .title span {
  font-weight: 700;
}
.cre_section_title .description {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .cre_section_title {
    margin-bottom: 40px;
  }
  .cre_section_title .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_section_title {
    margin-bottom: 40px;
  }
  .cre_section_title .title {
    font-size: 32px;
  }
}

.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(5, 126, 255, 0.5);
}
.cre_input:focus::placeholder {
  color: #000C18;
}

.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: #057EFF;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
@media (max-width: 991px) {
  .cre_top_scroll {
    bottom: 10px;
    right: 10px;
  }
}
.cre_top_scroll i {
  font-size: 24px;
  color: #fff;
}

.cre_top_scroll:hover {
  cursor: pointer;
  background-color: #E5E5E5;
  color: #057EFF;
}
.cre_top_scroll:hover i {
  color: #000;
}

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

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

.z_index_1 {
  z-index: 1;
}

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

#success, #error {
  position: relative;
  display: none;
  font-weight: 600;
  margin-top: 20px;
  border: 2px solid #fff;
  padding: 10px 20px;
}

#success {
  color: #fff;
}

#error {
  color: #fff;
}

.newsletter_form label {
  position: absolute;
  left: 0;
  bottom: -24px;
  color: #fff;
}

.gm-style .gm-style-iw-c {
  padding: 18px 18px 10px 18px !important;
}

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

button:focus {
  outline: 0;
}

.cu_btn {
  display: inline-block;
  padding: 15px 22px;
  line-height: 22px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cu_btn {
    padding: 15px 22px;
    font-size: 15px;
  }
}
.cu_btn.lg_btn {
  padding: 25px 44px;
}
.cu_btn.md_btn {
  padding: 19px 26px;
}
.cu_btn.xs_btn {
  padding: 14px 25px;
  min-width: auto;
}
.cu_btn.btn_1 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cu_btn.btn_1:hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #000;
}
.cu_btn.btn_2 {
  background-color: transparent;
  border: 1px solid #057EFF;
  color: #057EFF;
}
.cu_btn.btn_2:hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #000;
}
.cu_btn.btn_3 {
  background-color: #057EFF;
  border: 1px solid #057EFF;
  color: #fff;
}
.cu_btn.btn_3:hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #000;
}
.cu_btn.btn_3.hover_white:hover {
  background-color: #E5E5E5;
}
.cu_btn.btn_4 {
  background-color: #057EFF;
  border-color: #057EFF;
  border: 1px solid #057EFF;
  color: #fff;
}
.cu_btn.btn_4:hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #000;
}
.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: "Poppins", sans-serif;
  padding: 17px 40px;
}
.cu_btn.btn_5:hover {
  background-color: #057EFF;
  border-color: #057EFF;
}
.cu_btn.base_btn {
  background-color: #057EFF;
  border: 1px solid #057EFF;
  color: #fff;
}
.cu_btn.base_btn:hover {
  background-color: #000C18;
  border-color: #000C18;
  color: #fff;
}
.cu_btn.white_btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000C18;
}
.cu_btn.white_btn:hover {
  border-color: #057EFF;
  color: #fff;
  background-color: #057EFF;
}

a.cu_btn.btn_3.mt-4.cu_load_more_btn.noContent {
  display: none;
}

.cre_header_part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.cre_header_part .container.header_container {
  max-width: 1320px;
}

.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: 767.98px) {
  .cre_header_part_wrapper .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .cre_header_part_wrapper .navbar-brand img {
    max-width: 110px;
  }
}
@media (max-width: 370px) {
  .cre_header_part_wrapper .navbar-brand img {
    max-width: 100px;
  }
}
.cre_header_part_wrapper .navbar-nav .nav-item {
  padding: 20px 20px;
}
@media (max-width: 991px) {
  .cre_header_part_wrapper .navbar-nav .nav-item {
    padding: 16px 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: 18px;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 991px) {
  .cre_header_part_wrapper .navbar-nav .nav-link {
    color: #000C18;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_header_part_wrapper .navbar-nav .nav-link {
    font-size: 16px;
  }
}
.cre_header_part_wrapper .navbar-nav .nav-link:hover {
  color: #057EFF;
}
.cre_header_part_wrapper .navbar-nav .nav-link:focus {
  color: #057EFF;
}
.cre_header_part_wrapper .navbar-nav .nav-link.active {
  color: #057EFF !important;
  background-color: transparent;
}
.cre_header_part_wrapper .navbar-nav .dropdown-item {
  padding: 9px 22px;
}
.cre_header_part_wrapper .cu_btn {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .cre_header_part_wrapper {
    padding: 10px 0;
  }
  .cre_header_part_wrapper .navbar-collapse {
    background-color: #fff;
  }
  .cre_header_part_wrapper .cu_btn {
    margin-left: 10px;
    padding: 14px 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_header_part_wrapper .cu_btn {
    margin-left: 10px;
    padding: 14px 16px;
  }
}
.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: #000;
  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-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: #fff;
}
.cre_header_part.menu_fixed .navbar-nav .nav-link:hover {
  color: #057EFF;
}
.cre_header_part.menu_fixed .cu_btn.white_btn {
  background-color: #057EFF;
  border: 2px solid #057EFF;
  color: #fff;
}
.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", sans-serif;
    font-weight: 900;
    height: 16px;
    width: 16px;
    vertical-align: 0px;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: visible;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    left: 0;
    padding: 0;
  }
  .navbar-nav .dropdown .dropdown-item:hover {
    color: #057EFF;
    background-color: transparent;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav ul.dropdown-menu.show {
    margin-top: 0 !important;
  }
}
@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", sans-serif;
    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;
  }
}
.offcanvas .navbar-nav .dropdown-menu {
  position: relative !important;
  transform: translate3d(0, 0, 0px) !important;
}
.offcanvas .navbar-nav .nav-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.offcanvas .header_btn {
  border: 1px solid #057EFF;
  color: #fff;
  background-color: #057EFF;
}
.offcanvas .header_btn:hover {
  background-color: #057EFF;
  border-color: #057EFF;
  color: #fff;
}

.navbar-nav .dropdown .dropdown-toggle {
  float: right;
  margin-left: 9px;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-toggle {
    margin-top: -15px;
  }
}

.header_btn {
  display: inline-block;
  padding: 15px 22px;
  line-height: 22px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  border: 1px solid #057EFF;
  background-color: #057EFF;
  color: #fff;
  margin-left: 50px;
}
.header_btn:hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #000C18;
}

.cre_banner {
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 140px 0 130px;
  background-size: cover !important;
  background-position: center center !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_banner {
    padding: 162px 0 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .cre_banner {
    padding: 175px 0 100px;
  }
  .cre_banner br {
    display: none;
  }
}
@media (min-width: 1921px) {
  .cre_banner {
    background-position: top right !important;
  }
}
@media (max-width: 575px) {
  .cre_banner {
    padding: 140px 0 80px;
  }
}
.cre_banner .banner_bg {
  z-index: -1;
}
.cre_banner .custom_container {
  max-width: 1320px;
}

.cre_banner_wrapper .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.14;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cre_banner_wrapper .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cre_banner_wrapper .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_banner_wrapper .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .cre_banner_wrapper .title {
    font-size: 44px;
    line-height: 54px;
  }
}
.cre_banner_wrapper .description {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.cre_banner_img {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cre_banner_img {
    margin-left: 6%;
    margin-right: -10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_banner_img {
    margin-left: 6%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .cre_banner_img {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .cre_banner_img {
    margin-left: 6%;
    margin-right: 0;
  }
}

.cre_icon_box.style_01 {
  background: #FFFFFF;
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 68px 40px 40px;
  margin-bottom: 30px;
  background-image: url("../img/team_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 991px) {
  .cre_icon_box.style_01 {
    height: 100%;
    margin-bottom: 0;
  }
}
.cre_icon_box.style_01 .cre_icon {
  height: 110px;
  margin-bottom: 24px;
}
.cre_icon_box.style_01 .cre_icon img {
  max-height: 100%;
}
.cre_icon_box.style_01 .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
}
.cre_icon_box.style_02 {
  background: #057EFF;
  border-radius: 15px;
  padding: 40px 40px 40px 170px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .cre_icon_box.style_02 {
    padding: 20px 20px 20px 83px;
  }
}
.cre_icon_box.style_02 .cre_icon {
  width: 112px;
  text-align: center;
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.cre_icon_box.style_02 .cre_icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .cre_icon_box.style_02 .cre_icon {
    width: 50px;
    left: 20px;
    top: 25px;
    transform: translateY(0);
  }
}
.cre_icon_box.style_02 .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.cre_icon_box.style_02 .description {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.cre_icon_box.style_02:hover {
  background-color: rgb(223, 223, 223);
}
.cre_icon_box.style_02:hover .cre_icon {
  filter: grayscale(1) brightness(0.9);
}
.cre_icon_box.style_02:hover .title {
  color: rgba(0, 12, 24, 0.5215686275);
}
.cre_icon_box.style_02:hover .description {
  color: rgba(0, 12, 24, 0.5215686275);
}
.cre_icon_box ul.icon_box_list {
  text-align: left;
  margin: 0;
  padding: 0;
}
.cre_icon_box ul.icon_box_list li {
  position: relative;
  padding-left: 18px;
  margin: 15px 0;
}

.grid_column_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 39px;
}
@media (max-width: 991px) {
  .grid_column_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cre_newsletter_section {
  padding: 40px 70px;
  border-radius: 15px;
  margin-bottom: -88px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .cre_newsletter_section {
    padding: 30px 20px;
  }
}

.newsletter_form .form_control {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5C5C5C;
  padding: 17px 33px;
  border-radius: 6px;
  border: 1px solid #fff;
  width: 100%;
}
.newsletter_form .newsletter_btn {
  background: #000C18;
  border: 1px solid #000C18;
  border-radius: 6px;
  width: 57px;
  height: 47px;
  display: inline-grid;
  place-content: center;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.cre_breadcrumb {
  padding: 160px 0 95px;
}

.cre_breadcrumb_wrapper .cre_breadcrumb_link {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.cre_breadcrumb_wrapper .cre_breadcrumb_link a, .cre_breadcrumb_wrapper .cre_breadcrumb_link p, .cre_breadcrumb_wrapper .cre_breadcrumb_link .separator {
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
@media (max-width: 991px) {
  .cre_breadcrumb_wrapper .cre_breadcrumb_link {
    flex-wrap: wrap;
  }
  .cre_breadcrumb_wrapper .cre_breadcrumb_link a, .cre_breadcrumb_wrapper .cre_breadcrumb_link p, .cre_breadcrumb_wrapper .cre_breadcrumb_link .separator {
    margin: 8px 0;
    line-height: 28px;
    line-height: 16px;
  }
}
.cre_breadcrumb_wrapper .cre_breadcrumb_link .separator {
  margin: 0 14px;
}
.cre_breadcrumb_wrapper .cre_breadcrumb_link a {
  color: #057EFF;
}
.cre_breadcrumb_wrapper .cre_breadcrumb_link a:hover {
  color: #fff;
}

.cre_img_box.style_01 .description {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 42px;
}

.cre_blog_list {
  background: #FFFFFF;
  box-shadow: 0px 9px 92px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin-bottom: 45px;
}

.blog_list_header {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .blog_list_header {
    padding: 20px;
  }
  .blog_list_header .blog_meta {
    flex-wrap: wrap;
  }
  .blog_list_header .blog_meta .date {
    margin: 5px 0;
  }
}
.blog_list_header .title a {
  color: #676666;
}
.blog_list_header .title a:Hover {
  color: #9d9d9d;
}

.blog_list_header .blog_meta a.date {
  color: #057EFF;
}
.blog_list_header .blog_meta a.date:hover {
  color: #3D3D3D;
}

.blog_list_header .blog_meta a.date img {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .blog_list_header .blog_meta a.date img {
    margin-right: 5px;
  }
}

.blog_list_header .blog_meta .share_btn a {
  display: inline-block;
  margin-left: 10px;
  color: #057EFF;
}
.blog_list_header .blog_meta .share_btn a:hover {
  color: #3D3D3D;
}

.cre_blog_list .blog_list_content {
  padding: 33px 40px 45px;
}
@media (max-width: 767.98px) {
  .cre_blog_list .blog_list_content {
    padding: 20px;
  }
}

.cre_blog_list .blog_list_content a.red_more_btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-top: 20px;
  color: #057EFF;
}
.cre_blog_list .blog_list_content a.red_more_btn:hover {
  color: #3D3D3D;
}

.blog_details_content h4 {
  font-size: 26px;
  line-height: 33px;
  margin-top: 37px;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog_details_content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
}
.blog_details_content .blog_single_img {
  margin: 35px 0;
}
.blog_details_content ul.list_style {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_details_content ul.list_style li {
  position: relative;
  padding-left: 16px;
}
.blog_details_content ul.list_style li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background-color: #057EFF;
  border-radius: 50%;
}

.rounded-4 {
  border-radius: 15px;
}

.blog_list_header h3.title {
  min-height: 75px;
}
@media (max-width: 1199px) {
  .blog_list_header h3.title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .blog_list_header h3.title {
    min-height: auto;
  }
}

.cre_team_wrapper {
  background-image: url("../img/team_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 40px 27px;
  border-radius: 15px;
  background-color: #057EFF;
  box-shadow: 0px 12px 77px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
  min-height: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.cre_team_wrapper .cre_team_content {
  flex: 100% 0 0;
}
.cre_team_wrapper:Hover {
  background-color: rgb(246, 246, 246);
}
.cre_team_wrapper .name {
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.cre_team_wrapper .separator {
  width: 85px;
  height: 1px;
  margin: 0 auto;
  margin-top: 29px;
  margin-bottom: 19px;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cre_team_wrapper .description {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cre_team_wrapper .social_icon {
  margin-top: 16px;
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cre_team_wrapper .position {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.cre_team_wrapper:hover .name, .cre_team_wrapper:hover .position, .cre_team_wrapper:hover .description, .cre_team_wrapper:hover .social_icon {
  color: #000C18;
}
.cre_team_wrapper:hover .separator {
  border-color: #000C18;
}

.cre_career_details .career_img {
  border-radius: 15px;
  margin-bottom: 60px;
  height: 400px;
}
.cre_career_details h2.title {
  margin-bottom: 22px;
}
.cre_career_details .description {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.career_info_list {
  position: relative;
  padding-left: 25px;
}
.career_info_list:after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  height: 15px;
  width: 15px;
  background-color: #057EFF;
  border-radius: 50%;
}
.career_info_list .title {
  font-weight: 600;
}

.cre_apply_form {
  background: #FFFFFF;
  box-shadow: 0px 12px 65px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 33px 29px;
}
.cre_apply_form .title {
  margin-bottom: 8px;
}
.cre_apply_form .description {
  line-height: 22px;
}

.apply_form_wrapper .cre_apply_form {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .apply_form_wrapper .cu_btn {
    margin-top: 10px;
  }
}

@media (min-width: 767.98px) {
  .services_list_wrapper {
    width: 372px;
    height: 372px;
    border-radius: 50%;
    border: 25px solid #057EFF;
    margin: 0 auto;
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.services_list_wrapper img.circle_img {
  max-width: 200px;
}
.services_list_wrapper img.circle_img:hover {
  filter: brightness(0) saturate(100%) invert(98%) sepia(6%) saturate(409%) hue-rotate(234deg) brightness(114%) contrast(80%);
}
.services_list_wrapper .services_list .title {
  text-align: center;
  display: block;
  width: 100%;
}
.services_list_wrapper .services_list .list_icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 185px;
  width: 185px;
  border-radius: 50%;
  background-color: #057EFF;
  border: 8px solid #fff;
  display: inline-flex;
  place-content: center;
}
.services_list_wrapper .services_list .list_icon img {
  max-width: 72px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services_list_wrapper .services_list:hover .list_icon {
  background-color: #e5e5e5;
  border: 8px solid #fff;
}
.services_list_wrapper .services_list:hover .list_icon img {
  filter: brightness(1) invert(1);
}
@media (min-width: 767.98px) {
  .services_list_wrapper .services_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
  }
  .services_list_wrapper .services_list:nth-child(1) {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 260px;
  }
  .services_list_wrapper .services_list:nth-child(2) {
    left: 270px;
    bottom: 170px;
    padding-left: 205px;
  }
  .services_list_wrapper .services_list:nth-child(2) .list_icon {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
  }
  .services_list_wrapper .services_list:nth-child(3) {
    flex-flow: wrap-reverse;
    left: 190px;
    top: 225px;
  }
  .services_list_wrapper .services_list:nth-child(4) {
    flex-flow: wrap-reverse;
    right: 190px;
    top: 225px;
  }
  .services_list_wrapper .services_list:nth-child(5) {
    right: 270px;
    bottom: 170px;
    padding-right: 205px;
  }
  .services_list_wrapper .services_list:nth-child(5) .list_icon {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 767.98px) {
  .services_list_wrapper .services_list .list_icon {
    position: absolute;
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .services_list_circle a.services_list {
    position: relative;
    padding-left: 78px;
    display: block;
    margin: 48px 0;
  }
  .services_list_circle a.services_list:first-child {
    margin: 30px 0 48px;
  }
  .services_list_circle a.services_list:last-child {
    margin: 48px 0 20px;
  }
  .services_list_wrapper .services_list .list_icon img {
    max-width: 20px;
  }
  .services_list_wrapper .services_list .title {
    text-align: left;
  }
  .services_list_circle {
    position: relative;
    z-index: 1;
  }
  img.circle_img {
    position: relative !important;
    transform: translate(-50%, 0%) !important;
  }
  .services_list_circle:after {
    position: absolute;
    left: 32px;
    top: 0;
    content: "";
    width: 2px;
    background-color: #057EFF;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 767.98px) and (max-width: 991px) {
  .services_list_wrapper {
    transform: scale(0.85);
  }
  .career-head .career-head-2 .d-flex h1{
    line-height: 90px;
  }
}
.border_bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
}

.contact_info_wrapper .title {
  font-size: 37px;
  line-height: 38px;
  margin-bottom: 20px;
}
.contact_info_wrapper .info_img {
  margin: 30px 0;
  border-radius: 10px;
  height: 280px;
}
.contact_info_wrapper .description {
  font-size: 18px;
}
.contact_info_wrapper .company_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.contact_info_wrapper .company_list li {
  padding-left: 26px;
  position: relative;
  color: #5C5C5C;
  font-size: 17px;
}
.contact_info_wrapper .company_list li a {
  color: #057EFF;
}
.contact_info_wrapper .company_list li a:hover {
  color: #5C5C5C;
}
.contact_info_wrapper .company_list li:not(:last-child) {
  margin-bottom: 11px;
}
.contact_info_wrapper .company_list li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
}

.contact_content_wrapper {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px -2px rgba(6, 12, 59, 0.08);
  border-radius: 6px;
  padding: 44px 22px;
}
.contact_content_wrapper .single_contact_form {
  margin-bottom: 20px;
}
.contact_content_wrapper .single_contact_form .cu_input {
  border: 1px solid #B4B6C4;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #B4B6C4;
  padding: 12px 16px;
}
.contact_content_wrapper .single_contact_form .cu_input::placeholder {
  color: #B4B6C4;
}
.contact_content_wrapper .single_contact_form .cu_input:focus {
  box-shadow: none;
}
.contact_content_wrapper .single_contact_form textarea#Message {
  min-height: 140px;
}
.contact_content_wrapper .single_contact_form label {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #3D3D3D;
  margin-bottom: 10px;
}

.cookie-box {
  position: fixed;
  margin: 0 auto;
  bottom: 10px;
  text-align: center;
  padding: 5px 30px;
  background: #057EFF;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 99;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  color: #fff;
}
.cookie-box a {
  color: #000;
}

.cookie-box--hide {
  opacity: 0;
  bottom: -100%;
}

.cookie-box .close_cookies {
  cursor: pointer;
  font-size: 14px;
  margin-left: 4px;
}

.cookie-box p {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-box .close_cookies {
  margin-left: 10px;
}

.cookie-content {
  display: flex;
  justify-content: center;
}

.cre_footer_section {
  position: relative;
  z-index: 1;
}
.cre_footer_section.sec_padding {
  padding-top: 220px;
}
@media (max-width: 991px) {
  .cre_footer_section.sec_padding {
    padding-top: 150px;
  }
}
.cre_footer_section:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 991px) {
  .cre_footer_widget {
    margin-bottom: 35px;
  }
}
.cre_footer_widget .footer_logo {
  margin-bottom: 30px;
}
.cre_footer_widget .social_icon {
  margin-top: 40px;
}
.cre_footer_widget .widget_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 48px;
  color: #fff;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .cre_footer_widget .widget_title {
    margin-bottom: 20px;
  }
}
.cre_footer_widget .footer_menu, .cre_footer_widget .footer_link {
  margin: 0;
  padding: 0;
}
.cre_footer_widget .footer_menu li, .cre_footer_widget .footer_link li {
  list-style: none;
  margin-bottom: 9px;
}
.cre_footer_widget .footer_menu li:last-child, .cre_footer_widget .footer_link li:last-child {
  margin-bottom: 0;
}
.cre_footer_widget .footer_menu li a, .cre_footer_widget .footer_link li a {
  color: white;
  font-size: 17px;
  display: inline-block;
  line-height: 16px;
}
.cre_footer_widget .footer_menu li a:hover, .cre_footer_widget .footer_link li a:hover {
  color: #057EFF;
}
.cre_footer_widget .footer_link li, .cre_footer_widget .footer_link a {
  font-size: 17px;
  line-height: 22px;
  color: #fff;
}
.cre_footer_widget .footer_link li {
  position: relative;
  padding-left: 37px;
  margin-bottom: 29px;
}
.cre_footer_widget .footer_link li img {
  position: absolute;
  left: 0;
  top: -2px;
}
.cre_footer_widget .footer_link li i {
  position: absolute;
  left: 0;
}
.cre_footer_widget .footer_link.address_list li {
  margin-bottom: 15px;
}
.cre_footer_widget .footer_link.address_list li img {
  width: 21.5px;
  margin-left: 2px;
  margin-top: 2px;
}

.cre_copyright_content {
  padding: 15px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cre_copyright_content .copyright_content_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cre_copyright_content .copyright_content_inner {
    margin: 20px 0;
    justify-content: flex-start;
    text-align: left;
  }
}
.cre_copyright_content .copyright_content_inner p {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_copyright_content .copyright_content_inner p {
    margin-left: 10px;
  }
}
.cre_copyright_content .copyright_content_inner ul {
  margin: 0;
  padding: 0;
}
.cre_copyright_content .copyright_content_inner ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.cre_copyright_content .copyright_content_inner ul li:after {
  position: absolute;
  content: "";
  right: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cre_copyright_content .copyright_content_inner ul li {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .cre_copyright_content .copyright_content_inner ul li {
    margin-right: 10px;
  }
}
.cre_copyright_content .copyright_content_inner ul li:last-child {
  margin-right: 0;
}
.cre_copyright_content .copyright_content_inner ul li:last-child:after {
  display: none;
}
.cre_copyright_content .copyright_content_inner ul li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.cre_copyright_content .copyright_content_inner ul li a:hover {
  color: #057EFF;
}

.social_icon a {
  width: 33px;
  height: 33px;
  background-color: #057EFF;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  margin-right: 4px;
  font-size: 13px;
}
.social_icon a:hover {
  background-color: #fff;
  color: #057EFF;
}

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


.btn-primary-cus{
  border: 1px solid #057EFF;
  color: #fff;
  background-color: #057EFF;
}

.video-wrapper {
  position:relative;
  padding-bottom:56.25%;
  overflow:hidden;
}   

.video-wrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.cre_breadcrumb{
  background: url('../img/breadcrumb_bg.png') center center / cover no-repeat !important;
}

.offer-tab{
  border-bottom: none;
}

.offer-tab .nav-link{
  color: #000;
}

.offer-tab .nav-link.active{
  border: none;
  background-color: #057EFF;
  color: #fff;
}

.career-head .career-head-2 .d-flex{
  height: 100%;
}

.career-head .career-head-2 .d-flex h1{
  width: 70%;
  font-size: 75px;
}

@media (min-width: 767.98px) and (max-width: 991px) {
  .career-head .career-head-2 .d-flex h1{
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .career-head .career-head-2 .d-flex h1{
    line-height: 70px;
  }
}

/* Index Page Solution Service Section CSS */
.solution-service .service-box{
  position: relative;
  overflow: hidden;
  margin-bottom:10px;
  perspective:1000px;
  -webkit-perspective:1000px;
}
.solution-service .service-icon{
  width: 100%;
  height: 300px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
  background-color: #057EFF;
}

.solution-service .service-content{
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 300px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
  background-color: #2669af;
  backface-visibility:hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
}
.solution-service .service-box .service-icon .front-content{
  position: relative;
  top:130px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solution-service .service-box .service-icon .front-content i {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
.solution-service .service-box .service-icon .front-content img {
  width: 50%;
  height: auto;
}
.solution-service .service-box .service-icon .front-content h3 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.solution-service .service-box .service-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom:10px;
  text-transform: uppercase;
}
.solution-service .service-box .service-content p {
  font-size: 22px;
  color: #fff;
  margin:0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 27px;
}
@media only screen and (max-width: 728px){
  .solution-service .service-box .service-content p{
    font-size: 15px;
  }
}

.solution-service .col-md-6{
  padding: 0px 40px;
}

/* New Solution Page Solution Service Section CSS */
.components h1{
  font-size:25px;
  text-align: left;
  text-transform:capitalize;
}
.components .service-box{
  position: relative;
  overflow: hidden;
  margin-bottom:10px;
  perspective:1000px;
  -webkit-perspective:1000px;
}
.components .service-icon{
  width: 100%;
  height: 250px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
  background-color: #057EFF;
}
.components .service-content{
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 250px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
  background-color: #2669af;
  backface-visibility:hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
}
.components .service-box .service-icon .front-content{
  position: relative;
  top:100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.components .service-box .service-icon .front-content img{
  width: 60%;
  height: auto;
}

.components .service-box .service-icon .front-content i {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

.components .service-box .service-icon .front-content h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.components .service-box .service-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom:10px;
  text-transform: uppercase;
}
.components .service-box .service-content p {
  font-size: 16px;
  color: #fff;
  margin:0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
}

@media (min-width: 435px) and (max-width: 574px) {
  .components .service-box .service-icon .front-content img {
    width: 40% !important;
  }
}

.social_media_icons {
  position: relative;
  top: -2px;
  width: 140px;
}

.social_media_icons div:first-child  {
  margin-left: 2.2px;
}

.social_media_icons img {
  width: 21.5px;
}

.usecase-card{
  height: 350px !important;
}

.bot-svg {
  height: 350px;
}

.custom-ai-title {
  font-size: 45px !important;
  line-height: 70px !important;
  color: #fff;
}

.custom-ai-description {
  font-size: 20px !important;
  color: #fff;
}

@media (max-width: 1000px) {
  .custom-ai-title {
    font-size: 40px !important;
    line-height: 60px !important;
  }

  .custom-ai-description {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .custom-ai-title { 
    font-size: 40px !important; 
    line-height: 50px !important;
  }

  .custom-ai-description { 
    font-size: 16px !important;
  }
}
