/*-----------------------------------------------------------------------------------

    Template Name: Torun - Technology IT Solutions & Services HTML5 Template
    Description: Technology IT Solutions & Services HTML5 Template
    Author: BDevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

01. Theme default CSS
2. header
3. about
4. slider
5. footer
6. service
7. team
8. cta
9. project
10. testimonial
11. contact
12. carrer
13. blog
14.shop

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@font-face {
  font-family: 'cerebri_sansbold';
  src: url("../fonts/cerebrisans-bold-webfont.html") format("woff2"), url("../fonts/cerebrisans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cerebri_sansmedium';
  src: url("../fonts/cerebrisans-medium-webfont.html") format("woff2"), url("../fonts/cerebrisans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cerebri_sansregular';
  src: url("../fonts/cerebrisans-regular-webfont.html") format("woff2"), url("../fonts/cerebrisans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cerebri_sanssemibold';
  src: url("../fonts/cerebrisans-semibold-webfont.html") format("woff2"), url("../fonts/cerebrisans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "cerebri_sansregular";
  font-style: normal;
  color: #696969; }

.img, img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fix {
  overflow: hidden; }

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "cerebri_sansbold";
  color: #333333;
  margin-top: 0px;
  font-style: normal;
  text-transform: normal; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
  font-weight: 500; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

p {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #696969;
  margin-bottom: 15px; }

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0; }

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400; }

*::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none; }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1; }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden; }
  
.grey-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
  z-index: 1; }
  
.grey-bg .container {
  position: relative;
  z-index: 2; }

/* Enhanced top bar styling */
.header-top-area {
  position: relative;
  overflow: hidden;
  padding: 8px 0; }

/* Enhanced header styling */
.main-menu-area {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 999;
  transition: all 0.3s ease; }

/* Enhanced Cloud CTA Section */
.cloud-cta-area {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden; }

.cloud-cta-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
  z-index: 1; }

.cloud-cta-area::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: cloudFloat 20s ease-in-out infinite;
  z-index: 2; }

@keyframes cloudFloat {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(30px, -30px) rotate(90deg); }
  50% { transform: translate(-20px, -60px) rotate(180deg); }
  75% { transform: translate(-40px, -30px) rotate(270deg); } }

.cloud-cta-content {
  position: relative;
  z-index: 3; }

.cloud-cta-badge {
  display: inline-block;
  margin-bottom: 20px; }

.cloud-cta-badge-text {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

.cloud-cta-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 1s ease-out; }

.cloud-cta-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1s ease-out 0.2s both; }

.cloud-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 0.4s both; }

.btn-cloud-primary {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  color: #667eea;
  border: 2px solid transparent;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden; }

.btn-cloud-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease; }

.btn-cloud-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #667eea; }

.btn-cloud-primary:hover::before {
  left: 100%; }

.btn-cloud-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden; }

.btn-cloud-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px; }

.btn-cloud-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #ffffff; }

.btn-cloud-outline:hover::before {
  opacity: 1; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* Responsive Cloud CTA */
@media (max-width: 768px) {
  .cloud-cta-title {
    font-size: 32px; }
    
  .cloud-cta-description {
    font-size: 16px; }
    
  .cloud-cta-buttons {
    flex-direction: column;
    align-items: center; }
    
  .btn-cloud-primary,
  .btn-cloud-outline {
    width: 100%;
    max-width: 280px;
    justify-content: center; } }

.main-menu-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #667eea 100%);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite; }

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; } }

/* Logo enhancements */
.logo {
  transition: all 0.3s ease; }
  .logo:hover {
    transform: scale(1.05); }
  .logo img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); }

.header-top-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 3s infinite; }

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 100%; } }

.header-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; }

.header-right {
  display: flex;
  align-items: center;
  gap: 20px; }

/* Responsive improvements */
@media (max-width: 768px) {
  .header-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
    
  .header-info span {
    margin-right: 0;
    margin-bottom: 3px;
    font-size: 13px; }
    
  .header-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px; }
    
  .header-icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
    
  /* Header responsive improvements */
  .main-menu nav > ul > li {
    margin-left: 20px; }
    
  .main-menu nav > ul > li > a {
    padding: 35px 0;
    font-size: 15px; }
    
  .main-menu nav > ul > li .sub-menu {
    width: 250px; } }

@media (max-width: 480px) {
  .main-menu nav > ul > li {
    margin-left: 15px; }
    
  .main-menu nav > ul > li > a {
    padding: 30px 0;
    font-size: 14px; }
    
  .logo img {
    max-height: 40px; } }

.grey-bg-2 {
  background: #f4f9fc; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #333333; }

.theme-bg {
  background: #096bd8; }

.theme-bg {
  background: #096bd8; }

.footer-bg {
  background: #091b29; }

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff; }

.black-color {
  color: #333333; }

.theme-color {
  color: #096bd8; }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

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

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

.mb-205 {
  margin-bottom: 205px; }

.mb-210 {
  margin-bottom: 210px; }

.mb-215 {
  margin-bottom: 215px; }

.mb-220 {
  margin-bottom: 220px; }

.mb-225 {
  margin-bottom: 225px; }

.mb-230 {
  margin-bottom: 230px; }

.mb-235 {
  margin-bottom: 235px; }

.mb-240 {
  margin-bottom: 240px; }

.mb-245 {
  margin-bottom: 245px; }

.mb-250 {
  margin-bottom: 250px; }

.mb-255 {
  margin-bottom: 255px; }

.mb-260 {
  margin-bottom: 260px; }

.mb-265 {
  margin-bottom: 265px; }

.mb-270 {
  margin-bottom: 270px; }

.mb-275 {
  margin-bottom: 275px; }

.mb-280 {
  margin-bottom: 280px; }

.mb-285 {
  margin-bottom: 285px; }

.mb-290 {
  margin-bottom: 290px; }

.mb-295 {
  margin-bottom: 295px; }

.mb-300 {
  margin-bottom: 300px; }

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 0px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pt-205 {
  padding-top: 205px; }

.pt-210 {
  padding-top: 210px; }

.pt-215 {
  padding-top: 215px; }

.pt-220 {
  padding-top: 220px; }

.pt-225 {
  padding-top: 225px; }

.pt-230 {
  padding-top: 230px; }

.pt-235 {
  padding-top: 235px; }

.pt-240 {
  padding-top: 240px; }

.pt-245 {
  padding-top: 245px; }

.pt-250 {
  padding-top: 250px; }

.pt-255 {
  padding-top: 255px; }

.pt-260 {
  padding-top: 260px; }

.pt-265 {
  padding-top: 265px; }

.pt-270 {
  padding-top: 270px; }

.pt-275 {
  padding-top: 275px; }

.pt-280 {
  padding-top: 280px; }

.pt-285 {
  padding-top: 285px; }

.pt-290 {
  padding-top: 290px; }

.pt-295 {
  padding-top: 295px; }

.pt-300 {
  padding-top: 300px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-205 {
  padding-bottom: 205px; }

.pb-210 {
  padding-bottom: 210px; }

.pb-215 {
  padding-bottom: 215px; }

.pb-220 {
  padding-bottom: 220px; }

.pb-225 {
  padding-bottom: 225px; }

.pb-230 {
  padding-bottom: 230px; }

.pb-235 {
  padding-bottom: 235px; }

.pb-240 {
  padding-bottom: 240px; }

.pb-245 {
  padding-bottom: 245px; }

.pb-250 {
  padding-bottom: 250px; }

.pb-255 {
  padding-bottom: 255px; }

.pb-260 {
  padding-bottom: 260px; }

.pb-265 {
  padding-bottom: 265px; }

.pb-270 {
  padding-bottom: 270px; }

.pb-275 {
  padding-bottom: 275px; }

.pb-280 {
  padding-bottom: 280px; }

.pb-285 {
  padding-bottom: 285px; }

.pb-290 {
  padding-bottom: 290px; }

.pb-295 {
  padding-bottom: 295px; }

.pb-300 {
  padding-bottom: 300px; }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

/* scrollUp */
#scrollUp {
  background: #096bd8;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 32px; }

#scrollUp:hover {
  background: #333; }

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff; }

[data-overlay="dark"]::before {
  background-color: #333333; }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

/* 2 header */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: .4s; }

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff; }

.menu-2.sticky {
  padding-left: 45px;
  padding-right: 45px; }

.header-info span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'cerebri_sansmedium';
  margin-right: 25px;
  position: relative;
  padding: 4px 0;
  transition: all 0.3s ease;
  display: inline-block; }
  
.header-info span:hover {
  transform: translateY(-2px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.header-info span:last-child {
  margin-right: 0; }

.header-info span i {
  font-size: 16px;
  color: #cbcbcb;
  margin-right: 3px; }


.pos-rel {
  position: relative; }

.header-icon {
  margin-top: 8px; }
  .header-icon a {
    font-size: 16px;
    color: #ffffff;
    margin-right: 12px;
    transition: all 0.3s ease;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .header-icon a:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: translateY(-3px) scale(1.1);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      color: #ffffff; }
    .header-icon a:last-child {
      margin-right: 0; }

.header-button {
  margin-top: 25px;
  margin-left: 40px; }
  .header-button a.btn {
    padding: 15px 30px; }

.header-3-icon {
  margin-top: 21px; }
  .header-3-icon a {
    font-size: 14px;
    color: #ffffff;
    margin-right: 8px;
    transition: .3s;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 2px solid #838383;
    text-align: center;
    line-height: 35px;
    border-radius: 5px; }
    .header-3-icon a:hover {
      background: #096bd8;
      border-color: #096bd8; }
    .header-3-icon a:last-child {
      margin-right: 0; }

.menu-2 .header-right {
  margin-top: 20px; }

.header-2-icon a {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: #efefef;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: .3s;
  margin-right: 5px; }
  .header-2-icon a:hover {
    background: #096bd8;
    color: #ffffff; }
  .header-2-icon a:last-child {
    margin-right: 0; }

.menu-2 .header-lang {
  padding: 20px 0 16px;
  margin-left: 0;
  margin-right: 50px; }

.header-2-right {
  margin-top: 32px; }

.header-cta-text span {
  font-family: "cerebri_sansmedium";
  color: #fff;
  font-size: 14px; }

.header-cta-text span i {
  margin-right: 6px;
  color: #ffffff;
  font-size: 14px; }

.header-cta-text p {
  color: #fff;
  font-family: "cerebri_sansmedium";
  font-size: 18px;
  margin-bottom: 0; }

.header-2-button {
  margin-right: 58px; }

.header-2-button a {
  -moz-user-select: none;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px 28px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold";
  color: #fff; }

.header-2-button a i {
  padding-left: 5px; }

.header-2-button a:hover {
  background: #fff;
  color: #096bd8; }

.menu-4 .lang-icon > a {
  color: #fff; }

.menu-4 .header-2-icon a {
  background: #fff;
  color: #a9a9a9; }

.menu-4 .header-2-icon a:hover {
  background: #096bd8;
  color: #fff; }

.menu-4 {
  border-bottom: 2px solid #2d2d2d; }

.header-area {
  border-bottom: 1px solid #5f6b6e;
  padding-top: 21px;
  padding-bottom: 28px; }

.header-top-cta-text {
  margin-right: 74px; }
  .header-top-cta-text:last-child {
    margin-right: 0; }

.header-top-right {
  margin-left: 74px; }

.header-top-icon {
  float: left;
  margin-right: 15px;
  margin-top: 14px; }
  .header-top-icon i {
    color: #ffffff;
    font-size: 30px; }

.header-top-text {
  overflow: hidden; }
  .header-top-text p {
    font-size: 14px;
    font-family: "cerebri_sansmedium";
    color: #ffffff;
    margin-bottom: 0;
    line-height: 26px; }
  .header-top-text span {
    font-size: 18px;
    color: #ffffff;
    font-family: "cerebri_sansbold"; }

/* menu */
.main-menu nav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  transition: all 0.3s ease; }

.main-menu nav > ul > li:first-child {
  margin-left: 0; }

.main-menu nav > ul > li > a {
  color: #333333;
  display: block;
  font-size: 16px;
  padding: 45px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  font-family: 'cerebri_sanssemibold';
  font-weight: 600;
  letter-spacing: 0.5px; }

.main-menu nav > ul > li > a i {
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 4px;
  color: #8f8f8f; }

.main-menu nav > ul > li:hover > a, .main-menu nav > ul > li.active > a {
  color: #667eea;
  transform: translateY(-2px); }

.main-menu nav > ul > li:hover {
  transform: translateY(-1px); }

.main-menu > nav > ul > li > a::before {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: all 0.5s ease;
  border-radius: 2px; }

.main-menu > nav > ul > li:hover > a::before, .main-menu > nav > ul > li.active > a::before {
  width: 100%;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3); }

.menu-4 .main-menu nav > ul > li > a {
  color: #ffffff; }

.menu-4 .main-menu nav > ul > li > a i {
  color: #ffffff; }

.menu-5 .main-menu nav > ul > li > a {
  color: #ffffff;
  padding: 30px 0; }

.menu-2 .main-menu > nav > ul > li > a::before {
  display: none; }

.menu-3 .main-menu > nav > ul > li > a::before {
  display: none; }

.menu-5 .main-menu > nav > ul > li > a::before {
  display: none; }

/* Enhanced sub-menu */
.main-menu nav > ul > li .sub-menu {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  width: 280px;
  z-index: 999;
  border-bottom: 3px solid #667eea;
  text-align: left;
  border-radius: 0 0 12px 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2); }

.main-menu nav > ul > li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.main-menu nav > ul > li .sub-menu li {
  display: block; }

.main-menu nav > ul > li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  font-family: 'cerebri_sansregular';
  margin: 0;
  padding: 15px 25px;
  text-transform: capitalize;
  display: block;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 4px 8px;
  position: relative; }

.main-menu nav > ul > li .sub-menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease; }

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); }

.main-menu nav > ul > li:hover > .sub-menu li > a:hover::before {
  transform: scaleY(1); }

.header-menu-3 .main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  color: #fff;
  background: #d10459; }

.header-menu-3 .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #d10459; }

.header-menu-4 .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #d10459; }

/* button style */
.btn {
  -moz-user-select: none;
  background: #096bd8;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold"; }

.btn-text {
  color: #ffffff;
  position: relative;
  transition: .3s; }

.btn:hover .btn-text {
  color: #ffffff; }

.btn-text i {
  padding-left: 5px; }

.btn::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px; }

.btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df; }

.btn-white {
  background: #ffffff; }

.btn-white .btn-text {
  color: #333333; }

.btn:hover .btn-text {
  color: #ffffff; }

.breadcrumb > .active {
  color: #888; }

.pink-btn {
  background: #d10459; }

.pink-btn .btn-text {
  color: #fff; }

.pink-btn .btn-border {
  background: #fff; }

.btn-white:hover::before {
  background: #fff; }

.btn-white .btn-text:hover {
  color: #333333; }

.btn-none::before {
  display: none; }

.border-btn {
  -moz-user-select: none;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold"; }

.btn-text {
  color: #ffffff;
  position: relative;
  transition: .3s; }

.border-btn:hover {
  border-color: #096bd8; }

.btn-text i {
  padding-left: 5px; }

.border-btn::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease;
  border-radius: 5px; }

.border-btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df; }

.about-area {
  background-size: cover;
  background-position: center center; }

.about-text {
  margin-top: 32px; }
  .about-text > span {
    position: relative;
    color: #096bd8;
    font-size: 14px;
    font-family: "cerebri_sansbold";
    text-transform: uppercase;
    padding-left: 86px; }
    .about-text > span::after {
      background: #096bd8;
      height: 3px;
      width: 40px;
      content: "";
      position: absolute;
      left: 26px;
      top: 10px; }
    .about-text > span::before {
      background: #096bd8;
      height: 3px;
      width: 15px;
      content: "";
      position: absolute;
      left: 0;
      top: 10px; }
  .about-text h1 {
    font-size: 43px;
    font-family: "cerebri_sanssemibold";
    line-height: 1.2;
    margin-top: 17px;
    margin-bottom: 22px; }
    .about-text h1 > span {
      color: #096bd8; }
  .about-text p {
    margin-bottom: 0; }
  .about-text a {
    color: #696969;
    font-size: 16px;
    transition: .3s;
    position: relative;
    font-family: "cerebri_sansbold";
    margin-top: 26px;
    display: inline-block; }
    .about-text a:hover {
      color: #096bd8; }
    .about-text a::before {
      content: '';
      width: 0;
      height: 1px;
      position: absolute;
      bottom: -2px;
      left: 100%;
      background: #096bd8;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 99; }
    .about-text a:hover:before {
      width: 100%;
      left: 0;
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease; }
    .about-text a::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: -2px;
      left: 0;
      background: #696969;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.about-us-img {
  position: relative;
  padding-right: 100px; }
  .about-us-img img {
    width: 100%; }

.about-us-2-img {
  position: absolute;
  right: 28px;
  top: 268px; }

.about-inner-img {
  position: relative; }

.about-2-inner img {
  box-shadow: 0px 10px 32px 0px rgba(176, 176, 176, 0.69); }

.about-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%); }

.about-video a {
  height: 60px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  transition: .3s;
  color: #096bd8;
  position: relative; }

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35); }
  100% {
    opacity: 0; } }

.about-video a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; }

.about-us-wrapper {
  margin-left: 50px; }

.about-us-text li {
  margin-bottom: 29px; }
  .about-us-text li:last-child {
    margin-bottom: 0; }

.about-us-icon {
  float: left;
  margin-right: 20px; }
  .about-us-icon i {
    font-size: 24px;
    color: #096bd8;
    position: relative;
    top: 4px; }

.about-us-content {
  overflow: hidden; }
  .about-us-content h4 {
    font-size: 22px;
    margin-bottom: 9px; }
  .about-us-content p {
    margin-bottom: 0; }

.about-1-wrapper {
  padding-left: 25px;
  padding-right: 25px; }

.about-1-wrapper .about-text {
  margin-top: 0; }

.about-1-wrapper .about-text p {
  line-height: 32px; }

.about-button {
  margin-top: 32px; }

.about-2-wrapper {
  padding-left: 70px;
  padding-right: 63px;
  padding-top: 35px; }

.about-2-wrapper .about-text h1 {
  margin-bottom: 29px; }

.about-2-wrapper .about-button {
  margin-top: 43px; }

.ab-01 {
  top: 0;
  right: 0; }

.ab-02 {
  top: 18%;
  left: 39%; }

.ab-03 {
  top: 24%;
  left: 10%; }

.ab-04 {
  top: 64%;
  left: 0; }

.ab-05 {
  bottom: 19%;
  left: 13%; }

.about-1-single-text {
  margin-top: 25px; }

.about-1-single-text p {
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 25px;
  margin-right: 44px; }

.about-1-single-text .about-button {
  margin-top: 38px; }

.single-11-about .about-2-inner img {
  box-shadow: none; }

.slider-area {
  position: relative; }

.slider-overlay {
  position: relative; }

.slider-overlay:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: #333333;
  opacity: .6; }

.slider-height {
  min-height: 800px; }

.slider-1-height {
  min-height: 850px; }

.slider-2-height {
  min-height: 870px; }

.slider-3-height {
  min-height: 950px; }

.single-slider {
  background-size: cover;
  background-position: center center; }

.slider-content h1 {
  font-family: "cerebri_sansbold";
  font-size: 85px;
  color: #ffffff;
  margin-bottom: 38px;
  letter-spacing: -3px;
  line-height: 1; }

.slider-content p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-right: 232px;
  margin-bottom: 0; }

.slider-button {
  margin-top: 50px; }

.text-link {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  font-family: "cerebri_sansbold";
  margin-left: 48px; }

.text-link:hover {
  color: #096bd8; }

.text-link::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #c3c3c3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.text-link::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99; }

.text-link:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.slider-video {
  margin-top: 115px; }
  .slider-video a {
    height: 80px;
    width: 80px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    transition: .3s;
    color: #096bd8;
    position: relative; }

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35); }
  100% {
    opacity: 0; } }

.slider-video a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; }

.slider-2-content h1 {
  margin-bottom: 62px;
  margin-top: 27px; }

.slider-2-content span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "cerebri_sansbold";
  display: inline-block; }

.agency {
  letter-spacing: 2px;
  background: #096bd8;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 5px; }

.slider-btn {
  -moz-user-select: none;
  background: #ffffff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: "cerebri_sansbold";
  color: #333333;
  margin-left: 9px; }

.slider-btn i {
  padding-left: 5px; }

.slider-btn:hover {
  background: #096bd8;
  color: #ffffff; }

.slider-text > span {
  color: #ffffff;
  font-size: 35px;
  font-family: "cerebri_sansregular"; }

.slider-text h1 {
  font-size: 90px;
  letter-spacing: 0;
  margin-bottom: 27px; }

.slider-text p {
  font-size: 18px;
  line-height: 32px;
  margin-right: 153px; }

.slider-text .slider-button {
  margin-top: 37px; }

.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  border: 0;
  font-size: 15px;
  padding: 0;
  color: #222;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff; }

.slider-active button.slick-next {
  left: auto;
  right: 70px; }

.slider-active:hover button {
  opacity: 1;
  visibility: visible; }

.slider-active button:hover {
  background: #096bd8;
  color: #fff; }

.slider-2 .slider-active button.slick-arrow {
  background: #d10459;
  color: #fff; }

.slider-2 .slider-active button:hover {
  background: #202AAE;
  color: #fff; }

.slider-height-3 {
  min-height: 950px; }

.slider-height-4 {
  min-height: 980px; }

.slider-content-3 {
  padding-top: 200px; }

.slider-content-3 > span {
  color: #096bd8;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "cerebri_sansbold"; }

.slider-content-3 h1 {
  color: #333333;
  margin-top: 16px; }

.slider-content-3 .text-link {
  color: #333333; }

.slider-content-3 .text-link:hover {
  color: #096bd8; }

.slider-content-3 .text-link::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slider-list {
  margin-top: 24px;
  margin-bottom: 37px; }

.slider-list li {
  padding-bottom: 17px; }
  .slider-list li:last-child {
    padding-bottom: 0; }

.slider-list li i {
  color: #fff;
  font-size: 20px;
  margin-right: 6px; }

.slider-list li span {
  color: #fff;
  font-size: 20px;
  font-family: "cerebri_sansregular"; }

.slider-content-4 h1 {
  font-size: 75px; }

.slider-content-4 p {
  margin-right: 0; }

.slider-content-4 .border-btn {
  padding: 18px 40px;
  margin-left: 5px; }

.footer-area {
  background-size: cover;
  background-position: center center; }

.footer-logo {
  margin-bottom: 29px; }

.footer-text p {
  margin-bottom: 0;
  line-height: 30px; }

.footer-icon {
  margin-top: 22px; }
  .footer-icon a {
    color: #cbcbcb;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    transition: .3s;
    border: 1px solid #cbcbcb; }
    .footer-icon a:hover {
      background: #096bd8;
      color: #ffffff;
      border-color: #096bd8; }

.footer-title {
  font-size: 20px;
  font-family: "cerebri_sansbold";
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 30px; }
  .footer-title::before {
    position: absolute;
    height: 3px;
    width: 15px;
    background: #096bd8;
    left: 0;
    content: "";
    bottom: 0; }
  .footer-title::after {
    position: absolute;
    height: 3px;
    width: 40px;
    background: #096bd8;
    left: 25px;
    content: "";
    bottom: 0; }

.fotter-menu li {
  padding-bottom: 10px; }
  .fotter-menu li:last-child {
    padding-bottom: 0; }

.fotter-menu a {
  color: #696969;
  font-size: 15px;
  font-family: "cerebri_sansregular";
  transition: .3s; }
  .fotter-menu a:hover {
    color: #096bd8; }

.footer-news {
  background: #fff;
  padding: 20px; }

.footer-news ul li {
  overflow: hidden;
  padding-bottom: 15px; }
  .footer-news ul li:last-child {
    padding-bottom: 0; }

.footer-news-img {
  float: left;
  margin-right: 15px; }

.footer-news-text h5 {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0; }
  .footer-news-text h5 a {
    color: #a2a2a2;
    transition: .3s; }
    .footer-news-text h5 a:hover {
      color: #333333; }

.footer-info p {
  margin-bottom: 19px; }

.contact-link li {
  margin-bottom: 18px; }
  .contact-link li :last-child {
    margin-bottom: 0; }

.contact-address-icon {
  float: left;
  margin-right: 11px; }
  .contact-address-icon i {
    font-size: 15px;
    color: #096bd8;
    position: relative;
    top: -4px; }

.contact-address-text {
  overflow: hidden; }
  .contact-address-text h4 {
    font-size: 15px;
    color: #696969;
    margin-bottom: 0;
    font-family: "cerebri_sansregular"; }
  .contact-address-text p {
    margin-bottom: 20px; }

.footer-bg-bottom {
  background: #ffffff;
  padding: 25px 40px; }

.copyright p {
  margin-bottom: 0; }

.footer-bottem-text p {
  margin-bottom: 0; }

.footer-bottem-text a {
  color: #096bd8; }

.footer-news-text {
  overflow: hidden; }

.footer-2-wrapper .footer-text p {
  color: #b8b8b8;
  padding-right: 68px;
  margin-bottom: 30px; }

.footer-2-wrapper .footer-title {
  color: #ffffff; }

.footer-2-wrapper .fotter-menu a {
  color: #b8b8b8;
  transition: .3s; }

.footer-2-wrapper .fotter-menu a:hover {
  color: #096bd8; }

.footer-2-wrapper .footer-info p {
  color: #b8b8b8; }

.footer-2-wrapper .contact-address-text h4 {
  color: #b8b8b8; }

.footer-2-bottom {
  border-top: 1px solid #1b2f3e; }

.footer-2-bottom .copyright p {
  color: #b8b8b8; }

.footer-2-bottom .copyright p a {
  color: #096bd8; }

.footer-2-bottom .footer-bottem-text p {
  color: #b8b8b8; }

.footer-2-icon a {
  height: 60px;
  width: 60px;
  background: #1b2f3e;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
  margin-right: 5px;
  color: #cbcbcb;
  font-size: 18px; }
  .footer-2-icon a:last-child {
    margin-right: 0; }
  .footer-2-icon a:hover {
    background: #096bd8;
    color: #ffffff; }

.footer-2-menu li {
  float: left;
  width: 50%; }

.footer-2-news {
  background: 0;
  padding: 0; }

.footer-2-news .footer-news-text h5 a {
  color: #696969;
  transition: .3s; }

.footer-2-news .footer-news-text h5 a:hover {
  color: #333333; }

.footer-3-icon a {
  background: #ffffff;
  color: #5aa7fd; }

.footer-3-bottom {
  border-top: 2px solid #ecf1f4; }

.footer-3-bottom .copyright p a {
  color: #096bd8; }

.footer-4-icon {
  margin-top: 36px; }

.footer-4-icon a {
  height: 45px;
  width: 45px;
  background: #1b2f3e;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
  margin-right: 5px;
  color: #cbcbcb;
  font-size: 14px; }

.subscribes-form form input {
  border: 0;
  border-radius: 5PX;
  height: 60px;
  padding: 0 25px;
  width: 100%;
  background: #ffffff;
  color: #bababa;
  font-size: 15px; }

.subscribes-form form input::placeholder {
  color: #bababa;
  font-size: 15px;
  font-family: "cerebri_sansregular"; }

.subscribes-form form input::-moz-placeholder {
  color: #bababa;
  font-size: 15px;
  font-family: "cerebri_sansregular"; }

.subscribes-form form button.btn {
  margin-top: 10px;
  padding: 20px 26px; }

.services-area {
  background-size: cover;
  background-position: center center; }

.services-wrapper {
  background: #ffffff;
  padding: 60px 40px 60px 41px;
  border-radius: 10px; }

.about-img {
  margin-left: 25px; }

.about-img img {
  width: 100%; }

.about-content {
  margin-left: 51px;
  margin-top: 30px; }
  .about-content p {
    margin-bottom: 0; }

.about-1-img {
  margin-top: 34px; }

.services-text h3 {
  font-family: "cerebri_sanssemibold";
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 21px; }

.services-text p {
  margin-bottom: 0;
  line-height: 30px; }

.services-text a {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  transition: .3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #ececec; }

.services-button {
  color: #096bd8;
  z-index: 999;
  position: relative;
  transition: .3s; }

.services-button i {
  margin-left: 5px; }

.services-text a:hover .services-button {
  color: #ffffff; }

.services-text a:hover {
  border-color: #1065c4; }

.services-text a::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease; }

.services-text a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.section-title > span {
  color: #096bd8;
  font-family: "cerebri_sansbold";
  font-size: 14px;
  text-transform: uppercase; }

.section-title h1 {
  font-size: 45px;
  margin-bottom: 0;
  font-family: "cerebri_sansbold";
  margin-top: 21px; }
  .section-title h1 > span {
    color: #096bd8; }

.section-title p {
  margin-bottom: 0;
  margin-top: 34px;
  font-size: 15px;
  line-height: 30px; }

.border-left-1 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  left: -15px;
  display: inline-block;
  position: relative;
  top: -3px; }

.border-right-1 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  right: -15px;
  display: inline-block;
  top: -3px;
  position: relative; }

.sub-t-left {
  padding-left: 20px; }

.b-sm-left-1 {
  height: 3px;
  width: 15px;
  background: #096bd8;
  left: 0;
  display: inline-block;
  position: relative;
  top: -3px; }

.b-sm-left-2 {
  height: 3px;
  width: 40px;
  background: #096bd8;
  display: inline-block;
  top: -3px;
  position: relative;
  left: 5px; }

.section-title-white > span {
  color: #ffffff; }

.section-title-white h1 {
  color: #ffffff; }

.section-title-white p {
  color: #bbbbbb; }

.section-title-white .b-sm-left-1 {
  background: #ffffff; }

.section-title-white .b-sm-left-2 {
  background: #ffffff; }

.section-title-white .border-left-1 {
  background: #ffffff; }

.section-title-white .border-right-1 {
  background: #ffffff; }

.our-services-wrapper {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(231, 231, 231, 0.65);
  padding: 30px; }

.our-services-img img {
  width: 100%; }

.our-services-icon {
  float: left;
  margin-right: 30px; }
  .our-services-icon i {
    font-size: 40px;
    color: #096bd8; }

.our-services-content {
  margin-top: 40px; }

.our-services-text {
  overflow: hidden; }
  .our-services-text h3 {
    font-size: 24px;
    margin-bottom: 12px; }
  .our-services-text p {
    margin-bottom: 0; }
  .our-services-text a {
    font-size: 14px;
    text-transform: uppercase;
    color: #096bd8;
    font-family: "cerebri_sansbold";
    margin-top: 25px;
    display: inline-block; }
    .our-services-text a i {
      padding-left: 5px; }

.services-2-wrapper {
  padding-right: 77px; }

.single-services {
  position: relative;
  padding: 70px 38px 60px; }

.single-services::before {
  background-image: url("../img/service/01.jpg");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-size: cover; }

.single-services:hover::before {
  opacity: 1; }

.single-services.active::before {
  opacity: 1; }

.services-icon {
  position: relative;
  margin-bottom: 35px; }
  .services-icon::before {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background: #efefef;
    border-radius: 50%;
    z-index: 1;
    right: 110px;
    top: 13px;
    transition: .3s; }
  .services-icon::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: #efefef;
    border-radius: 50%;
    z-index: 1;
    left: 111px;
    top: -8px;
    transition: .3s; }
  .services-icon i {
    font-size: 60px;
    color: #096bd8;
    position: relative;
    z-index: 9;
    transition: .3s; }

.single-services:hover .services-icon i {
  color: #ffffff; }

.single-services:hover .services-icon::before {
  display: none; }

.single-services:hover .services-icon::after {
  display: none; }

.single-services.active .services-icon i {
  color: #ffffff; }

.single-services.active .services-icon::before {
  display: none; }

.single-services.active .services-icon::after {
  display: none; }

.single-services .services-text {
  z-index: 999;
  position: relative; }

.single-services .services-text h3 {
  margin-bottom: 11px;
  transition: .3s; }

.single-services:hover .services-text h3 {
  color: #fff; }

.single-services:hover .services-text p {
  color: #fff; }

.single-services.active .services-text h3 {
  color: #fff; }

.single-services.active .services-text p {
  color: #fff; }

.services-button i {
  margin-left: 5px; }

.single-services:hover .services-button {
  color: #ffffff; }

.single-services:hover .services-text a {
  border-color: #1065c4; }

.single-services.active .services-button {
  color: #ffffff; }

.single-services.active .services-text a {
  border-color: #1065c4; }

.single-services:hover .services-text a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.single-services.active .services-text a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.services-3-wrapper .services-text h3 {
  margin-bottom: 11px; }

.services-shape-left {
  position: absolute;
  left: -151px;
  bottom: 94px; }

.services-shape-right {
  position: absolute;
  right: -134px;
  bottom: 94px; }

.management-wrapper {
  margin-top: 36px; }

.management-text h1 {
  font-size: 45px;
  margin-bottom: 36px; }

.management-text p {
  margin-bottom: 22px;
  padding-right: 5px; }
  .management-text p:last-child {
    margin-bottom: 0; }

.it-management-area {
  background-size: cover;
  background-position: center center; }

.it-management-img img {
  width: 100%; }

.it-management-wrapper {
  margin-left: 20px; }
  .it-management-wrapper .it-management-text h1 {
    color: #ffffff;
    margin-bottom: 32px;
    font-size: 45px; }
  .it-management-wrapper .it-management-text span {
    color: #ffffff;
    line-height: 30px;
    font-size: 18px;
    font-family: "cerebri_sansmedium"; }
  .it-management-wrapper .it-management-text p {
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 21px; }

.our-goals-img img {
  width: 100%; }

.our-golas-text {
  margin-top: 29px; }

.our-golas-text h3 {
  font-size: 24px; }

.our-golas-text p {
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 13px; }

.goals-area {
  background: #091b29; }

.goals-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center center; }

.golas-wrapper {
  padding: 120px 67px 130px 55px; }

.golas-text p {
  color: #bbbbbb;
  line-height: 30px;
  margin-bottom: 0; }

.goals-list {
  margin-top: 24px;
  margin-bottom: 37px; }

.goals-list li {
  padding-bottom: 12px; }
  .goals-list li:last-child {
    padding-bottom: 0; }

.goals-list li i {
  color: #096bd8;
  font-size: 15px;
  margin-right: 6px; }

.goals-list li span {
  color: #bbbbbb;
  font-size: 15px; }

.goals-list li span {
  color: #bbbbbb;
  font-size: 15px;
  font-family: "cerebri_sansregular"; }

.features-area {
  margin-top: -106px;
  position: relative; }

.features-wrapper {
  border-right: 1px solid #2084f2; }

.features-bg .col-xl-4:last-child .features-wrapper {
  border-right: 0; }

.features-icon {
  margin-bottom: 33px; }
  .features-icon i {
    font-size: 50px;
    color: #ffffff; }

.features-text h3 {
  font-size: 24px;
  color: #ffffff;
  font-family: "cerebri_sanssemibold";
  margin-bottom: 10px; }

.features-text p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
  padding: 0 67px; }

.services-tab-area {
  background-size: cover;
  background-position: center center; }

.services-tab li {
  margin: 0;
  position: relative;
  padding: 0 5px; }

.services-tab li:last-child {
  padding-right: 0; }

.services-tab li:first-child {
  padding-left: 0; }

.services-tab li:last-child:before {
  display: none; }

.services-tab li a {
  transition: .3s;
  background: #19354b;
  padding: 28px 42px;
  margin: 0; }

.services-tab li a:hover {
  background: #096bd8; }

.services-tab li a.active {
  background: #096bd8; }

.services-tap-icon {
  float: left;
  margin-right: 12px; }
  .services-tap-icon i {
    font-size: 26px;
    color: #a8cbe6;
    transition: .3s; }

.services-tab li a:hover .services-tap-icon i {
  color: #ffffff; }

.services-tab li a.active .services-tap-icon i {
  color: #ffffff; }

.services-tap-text {
  overflow: hidden; }
  .services-tap-text h4 {
    font-size: 22px;
    color: #a8cbe6;
    font-family: "cerebri_sanssemibold";
    margin-bottom: 0;
    transition: .3s; }

.services-tab li a.active .services-tap-text h4 {
  color: #ffffff; }

.services-tab li a:hover .services-tap-text h4 {
  color: #ffffff; }

.team-img img {
  width: 100%; }

.team-text {
  border: 1px solid #ebebeb;
  padding: 22px 40px 30px 40px; }
  .team-text h4 {
    font-size: 22px;
    font-family: "cerebri_sansbold";
    margin-bottom: 3px; }
  .team-text span {
    font-size: 14px;
    text-transform: uppercase;
    color: #ababab;
    font-family: "cerebri_sansregular"; }

.team-icon {
  margin-top: 9px; }

.team-icon a {
  color: #cbcbcb;
  font-size: 14px;
  transition: .3s;
  margin-right: 15px; }

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

.team-icon a:hover {
  color: #096bd8; }

.team-section p {
  margin-bottom: 26px; }

.shape-item {
  position: absolute; }

.team-01 {
  top: 24%;
  right: 11%; }

.team-02 {
  top: 13%;
  right: 11%; }

.team-2-wrapper {
  padding: 30px 20px; }

.team-content {
  margin-top: 24px; }
  .team-content h4 {
    color: #ffffff;
    font-family: "cerebri_sansbold";
    font-size: 22px;
    margin-bottom: 5px; }
  .team-content span {
    color: #ffffff;
    font-size: 14px;
    font-family: "cerebri_sansregular";
    text-transform: uppercase; }

.team-content .team-icon {
  margin-top: 25px; }

.team-content .team-icon a {
  font-size: 14px;
  transition: .3s;
  margin: 0 2px;
  height: 40px;
  width: 40px;
  background: #1478e8;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #9fccff; }
  .team-content .team-icon a:hover {
    background: #ffffff;
    color: #096bd8; }

.single-team-wrapper {
  margin-right: 95px;
  margin-top: 24px; }

.single-team-text h1 {
  font-size: 45px; }

.single-team-text > span {
  font-size: 16px;
  text-transform: uppercase;
  color: #096bd8;
  font-family: "cerebri_sansbold"; }

.single-team-text p {
  margin-bottom: 0;
  margin-top: 26px; }

.team-single {
  margin-top: 37px; }

.single-team-icon {
  float: left;
  margin-right: 20px; }

.team-info > span {
  color: #828282;
  font-size: 16px; }

.team-info h4 {
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 3px; }

.single-team-info {
  overflow: hidden;
  margin-bottom: 30px; }

.single-team-info:last-child {
  margin-bottom: 0; }

.team-2-icon span {
  color: #333333;
  font-size: 20px;
  font-family: "cerebri_sansbold";
  margin-right: 7px; }

.team-2-icon {
  margin-top: 40px; }
  .team-2-icon a {
    height: 45px;
    width: 45px;
    background: #f0f0f0;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    color: #a8a8a8;
    font-size: 16px; }
    .team-2-icon a:hover {
      background: #096bd8;
      color: #ffffff; }

.cta-area {
  background-size: cover;
  background-position: center center; }

.cta-text span {
  color: #ffffff;
  font-family: "cerebri_sansbold";
  text-transform: uppercase;
  font-size: 14px; }

.cta-text h1 {
  font-size: 45px;
  color: #ffffff;
  font-family: "cerebri_sansbold";
  margin-bottom: 0;
  margin-top: 11px; }

.cta-button {
  margin-top: 42px; }

.cta-link {
  font-size: 15px;
  color: #fff;
  margin-left: 25px;
  font-weight: 400; }
  .cta-link i {
    margin-right: 5px; }
  .cta-link:hover {
    color: #ffffff; }

.cta-button .btn.btn-white:hover::before {
  background: #fff; }

.cta-button .btn:hover .btn-text {
  color: #333333; }

.cta-content {
  margin-right: 34%; }
  .cta-content h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 23px; }
  .cta-content p {
    color: #ffffff;
    margin-bottom: 32px; }

.cta-2-button a.border-btn {
  margin-left: 17px;
  padding: 19px 40px; }

.ctas-info {
  background: #ffffff;
  background: #ffffff;
  margin-left: 30px;
  padding: 52px 68px 56px 68px;
  margin-top: 72px; }
  .ctas-info h3 {
    color: #096bd8;
    font-size: 26px;
    position: relative; }
    .ctas-info h3::before {
      color: #096bd8;
      content: "\f095";
      font-family: "Font Awesome 5 Pro";
      font-size: 85px;
      position: absolute;
      line-height: 1;
      top: -26px;
      z-index: 9999;
      opacity: .1;
      left: 52px; }

.btn-margin {
  margin-left: 5px; }

.project-img {
  position: relative; }

.project-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #42495b;
  opacity: 0;
  transition: .3s; }

.owl-item.center .project-img::before {
  opacity: .3; }

.project-img img {
  width: 100%; }

.project-text {
  position: absolute;
  bottom: 30px;
  transition: .3s;
  background: #ffffff;
  padding: 20px 60px 26px 40px;
  margin: 30px 30px 0 30px;
  transition: .3s;
  opacity: 0; }
  .project-text span {
    color: #096bd8;
    font-family: "cerebri_sansbold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px; }
  .project-text h3 {
    font-family: "cerebri_sansbold";
    font-size: 24px;
    margin-bottom: 0;
    transition: .3s;
    margin-top: 3px; }
    .project-text h3 a:hover {
      color: #096bd8; }

.owl-item.center .project-text {
  opacity: 1; }

.project-active .owl-nav div {
  background: #f6f2ed;
  font-size: 18px;
  left: -35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #9f9f9f;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  transform: translateY(-50%); }

.project-active .owl-nav div.owl-next {
  left: auto;
  right: -35px; }

.project-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible; }

.project-active .owl-nav div:hover {
  background: #096bd8;
  color: #fff;
  box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61); }

.project-active .owl-dots {
  bottom: -69px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99; }

.project-active .owl-dot {
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  width: 20px;
  background: #d5e0ff;
  transition: .3s;
  border-radius: 3px; }

.project-active .owl-dot.active {
  position: relative;
  background: #096bd8;
  width: 40px; }

.portfolio-menu button {
  border: medium none;
  color: #696969;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0;
  font-family: "cerebri_sanssemibold";
  position: relative;
  background: none;
  margin-right: 35px; }

.portfolio-menu button:last-child {
  margin-right: 0; }

.portfolio-menu button:focus {
  outline: 0 none; }

.portfolio-menu button:hover {
  color: #096bd8; }

.portfolio-menu button.active {
  color: #096bd8; }

.custom {
  margin: 0 -15px; }

.portfolio-img {
  position: relative; }

.portfolio-img > a {
  position: relative;
  display: inline-block; }

.portfolio-img > a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #091b29;
  opacity: 0;
  left: 0;
  top: 0;
  transition: .3s; }

.portfolio-wrapper:hover .portfolio-img > a::before {
  opacity: .5; }

.portfolio-img > a img {
  width: 100%; }

.portfolio-text {
  position: absolute;
  left: 30px;
  right: 40px;
  transition: .3s;
  opacity: 0;
  background: #ffffff;
  bottom: 30px;
  padding: 19px 31px 25px 30px;
  border-radius: 10px; }
  .portfolio-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px; }
    .portfolio-text h3 > a {
      color: #333333;
      transition: .3s; }
  .portfolio-text > span {
    font-size: 13px;
    text-transform: uppercase;
    color: #096bd8;
    font-family: "cerebri_sansbold";
    letter-spacing: 2px; }
  .portfolio-text > a {
    padding: 13px 26px; }

.portfolio-wrapper:hover .portfolio-text {
  opacity: 1; }

.case-img > a img {
  width: 100%; }

.case-text {
  padding: 30px 30px 40px 40px;
  background: #096bd8; }
  .case-text span {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "cerebri_sansbold"; }
  .case-text h3 {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 3px; }
    .case-text h3 > a {
      color: #ffffff; }

.case-studies-img {
  position: relative; }
  .case-studies-img::before {
    position: absolute;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    height: 100%;
    width: 100%;
    transition: .3s; }
  .case-studies-img img {
    width: 100%; }

.case-studies-img
.case-studies-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 15px 40px 15px; }
  .case-studies-img
.case-studies-text span {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: "cerebri_sansbold"; }
  .case-studies-img
.case-studies-text h3 {
    margin-bottom: 0;
    font-size: 24px;
    margin-top: 4px; }
    .case-studies-img
.case-studies-text h3 a {
      color: #ffffff; }

.case-studies-content {
  margin-top: 27px;
  padding: 0 20px; }
  .case-studies-content p {
    margin-bottom: 0;
    line-height: 30px; }

.our-case-area {
  background-size: cover;
  background-position: center center; }

.our-case-img {
  border-radius: 10px 10px 0 0; }
  .our-case-img img {
    width: 100%; }

.our-case-text {
  background: #ffffff;
  padding: 30px 32px 40px 30px;
  border-radius: 0 0 10px 10px; }
  .our-case-text h3 {
    font-size: 24px;
    margin-bottom: 15px; }
    .our-case-text h3 > a {
      color: #333333; }
      .our-case-text h3 > a span {
        font-size: 15px;
        color: #096bd8;
        font-family: "cerebri_sansregular"; }
  .our-case-text p {
    margin-bottom: 0;
    line-height: 30px; }

.our-case-text > a {
  position: relative;
  display: inline-block;
  margin-top: 26px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  transition: .3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #096bd8; }

.cases-button {
  color: #096bd8;
  z-index: 999;
  position: relative;
  transition: .3s; }

.cases-button i {
  margin-left: 5px; }

.our-case-text > a:hover .cases-button {
  color: #ffffff; }

.our-case-text > a:hover {
  border-color: #1065c4; }

.our-case-text > a::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease; }

.our-case-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.case-active .owl-dots {
  bottom: -96px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99; }

.case-active .owl-dot {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  background: none;
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #ffffff; }

.case-active .owl-dot.active {
  position: relative;
  background: #ffffff; }

.case-details-img {
  margin-bottom: 50px; }

.case-details-img img {
  width: 100%; }

.case-details-text h1 {
  font-size: 45px;
  margin-bottom: 18px; }

.case-details-text span {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  font-family: "cerebri_sansregular"; }

.case-post-tag {
  margin-top: 96px; }

.case-post-tag span {
  font-size: 15px;
  color: #333333;
  font-family: "cerebri_sanssemibold"; }

.case-post-tag > a {
  color: #696969;
  display: inline-block;
  font-size: 15px;
  font-family: "cerebri_sansregular"; }

.case-post-tag > a:hover {
  color: #096bd8; }

.case-details-content {
  margin-left: 70px;
  margin-top: 54px; }

.case-details-content p {
  line-height: 32px;
  margin-bottom: 42px; }

.case-share-icon > span {
  font-size: 15px;
  color: #333333;
  font-family: "cerebri_sanssemibold"; }

.case-share-icon > a {
  color: #9b9b9b;
  font-size: 14px;
  margin: 0 3px;
  transition: .3s;
  height: 40px;
  width: 40px;
  background: #e7e7e7;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px; }

.case-share-icon > a:hover {
  color: #fff;
  background: #096bd8; }

.gallery-layout-bg {
  padding: 75px 84px 84px 85px;
  overflow: hidden;
  z-index: 9;
  position: relative;
  border: 10px solid #1478e8; }

.gallery-layout-info {
  float: left;
  margin-right: 68px; }

.gallery-layout-info:last-child {
  margin-right: 0; }

.gallery-layout-info span {
  font-size: 20px;
  color: #696969;
  font-family: "cerebri_sanssemibold"; }

.gallery-layout-info h5 {
  font-size: 30px;
  margin-top: 6px;
  margin-bottom: 0; }

.case-studies-info p {
  margin-bottom: 0;
  line-height: 30px;
  margin-right: 28px; }

.testimonial-wrapper {
  position: relative; }

.testimonial-wrapper::before {
  color: #333333;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-size: 240px;
  position: absolute;
  line-height: 1;
  top: 51px;
  right: 163px;
  z-index: -1;
  opacity: .07; }

.testimonial-text p {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 0;
  margin-right: 124px; }

.testimonial-text h4 {
  font-size: 22px;
  font-family: "cerebri_sansbold";
  margin-bottom: 1px;
  margin-top: 32px; }

.testimonial-text span {
  font-size: 13px;
  color: #096bd8;
  font-family: "cerebri_sansbold";
  letter-spacing: 2px;
  text-transform: uppercase; }

.testimonial-img {
  margin-left: -28px;
  margin-top: 4px; }

.testimonial-active .owl-nav div {
  color: #9f9f9f;
  font-size: 14px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
  bottom: -98px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #f6f2ed;
  border-radius: 50%; }

.testimonial-active .owl-nav div.owl-prev {
  left: 60px; }

.testimonial-active .owl-nav div:hover {
  background: #096bd8;
  color: #fff;
  box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61); }

.client-say-text {
  padding: 36px 39px 50px 35px;
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 32px 0px rgba(225, 225, 225, 0.19); }
  .client-say-text::after {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    color: #696969;
    font-size: 139px;
    text-align: center;
    right: 50px;
    bottom: 35px;
    line-height: 1;
    z-index: -1;
    opacity: 0.1; }
  .client-say-text p {
    line-height: 34px;
    margin-bottom: 26px;
    font-size: 18px; }

.client-rating {
  margin-bottom: 35px; }
  .client-rating i {
    color: #ff9900;
    font-size: 14px;
    margin-right: 1px; }

.client-say-content {
  padding-top: 9px;
  overflow: hidden; }
  .client-say-content h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #333333;
    font-family: "cerebri_sansbold"; }
  .client-say-content span {
    font-size: 14px;
    color: #ff9900;
    text-transform: uppercase;
    font-family: "cerebri_sansbold"; }

.client-say-img {
  float: left;
  margin-right: 15px; }
  .client-say-img img {
    border-radius: 50%; }

.client-active .owl-nav div {
  background: #ffffff;
  height: 50px;
  width: 50px;
  right: 15px;
  font-size: 16px;
  content: "";
  z-index: -1;
  top: -130px;
  transition: .3s;
  position: absolute;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: #096bd8; }

.client-active .owl-nav div.owl-prev {
  right: 75px; }

.client-active .owl-nav div:hover {
  background: #096bd8;
  color: #ffffff;
  box-shadow: 0px 10px 32px 0px rgba(203, 203, 203, 0.51); }

.single-testimonial {
  border: 1px solid #e2e2e2;
  margin-left: 34px;
  margin-right: 34px;
  padding: 0 50px 55px 70px;
  position: relative;
  margin-top: 32px;
  margin-bottom: 39px; }

.single-testimonial::before {
  color: #096bd8;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  position: absolute;
  right: 90px;
  font-weight: 700;
  bottom: -40px;
  border: 1px solid #e7e7e7;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #fff; }

.single-testimonial .clientsay-name {
  margin-top: -32px;
  background: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px; }

.testimonial-2-text {
  padding-left: 20px;
  padding-top: 35px; }

.testimonial-2-text p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 37px; }

.testimonial-skill span {
  color: #696969;
  font-size: 18px;
  margin-right: 11px;
  font-family: "cerebri_sansbold"; }

.testimonial-skill span:last-child {
  margin-right: 0; }

.testimonial-skill span i {
  font-size: 14px;
  color: #ff9900; }

.testimonial-2-active .owl-nav div {
  background: none;
  font-size: 18px;
  left: -158px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #096bd8;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  transform: translateY(-50%);
  border: 2px solid #e2e2e2;
  border-radius: 5px; }

.testimonial-2-active .owl-nav div.owl-next {
  left: auto;
  right: -158px; }

.testimonial-2-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible; }

.testimonial-2-active .owl-nav div:hover {
  background: #096bd8;
  color: #fff;
  border-color: #096bd8; }

.testimonial-2-active .owl-dots {
  bottom: -57px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99; }

.testimonial-2-active .owl-dot {
  display: inline-block;
  height: 5px;
  margin: 0 4px;
  width: 10px;
  background: #096bd8;
  transition: .3s;
  border-radius: 3px; }

.testimonial-2-active .owl-dot.active {
  position: relative;
  width: 30px; }

.test-01 {
  top: -128px;
  right: 0; }

.test-02 {
  top: 26%;
  left: 6%; }

.counter-area {
  background-size: cover;
  background-position: center center; }

.counter-icon i {
  color: #ffffff;
  font-size: 40px; }

.counter-text h1 {
  font-size: 55px;
  margin-top: 22px;
  color: #fff;
  font-family: "cerebri_sansbold"; }

.counter-text p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-family: "cerebri_sansmedium"; }

.plus-icon {
  position: relative;
  top: -30px;
  font-size: 40px;
  right: 2px; }

.single-counter .counter-icon i {
  color: #096bd8; }

.single-counter .counter-icon i {
  color: #096bd8; }

.single-counter .counter-text h1 {
  color: #333333; }

.single-counter .plus-icon {
  color: #096bd8; }

.single-counter .counter-text p {
  color: #afafaf; }

.counter-bg {
  margin-left: 50px;
  margin-top: 45px; }

.single-2-counter .counter-text h1 {
  color: #096bd8;
  margin-top: 0;
  margin-bottom: 19px; }

.single-2-counter .counter-text h4 {
  font-size: 18px;
  font-family: "cerebri_sanssemibold";
  margin-bottom: 11px; }

.single-2-counter .counter-text p {
  color: #696969;
  line-height: 30px;
  font-size: 15px;
  font-family: "cerebri_sansregular"; }

.video-area {
  background-size: cover;
  background-position: center center;
  padding-bottom: 630px; }

.video-wrapper {
  margin-left: 30px;
  margin-top: 45px; }

.video-img {
  position: relative; }

.video-img img {
  width: 100%; }

.video-img:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #091b29;
  left: 0;
  top: 0;
  content: "";
  opacity: .7; }

.video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%); }
  .video-icon a {
    height: 80px;
    width: 80px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    transition: .3s;
    color: #096bd8;
    position: relative; }

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35); }
  100% {
    opacity: 0; } }

.video-icon a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; }

.contact-area {
  margin-top: -538px; }

.contact-bg {
  box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
  background: #ffffff;
  padding: 60px 60px 30px 60px; }

.contact-map {
  min-height: 390px; }

#appointment-form input {
  background: none;
  height: 60px;
  width: 100%;
  padding: 0 30px;
  padding-right: 30px;
  border: 0;
  color: #9d9d9d;
  font-weight: 400;
  border: 1px solid #ebebeb;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px; }

#appointment-form textarea {
  color: #9d9d9d;
  font-weight: 400;
  height: 120px;
  width: 100%;
  padding: 30px 30px;
  border: 1px solid #ebebeb;
  text-transform: capitalize;
  background: none;
  border-radius: 5px; }

#appointment-form input::-moz-placeholder, .appointment-form input::placeholder {
  color: #9d9d9d;
  font-size: 15px; }

#appointment-form textarea::-moz-placeholder, .appointment-form textarea::placeholder {
  color: #9d9d9d;
  font-size: 15px; }

.form-box {
  position: relative; }

.form-box::after {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 20px;
  color: #096bd8;
  top: 19px; }

.email-icon:after {
  content: "\f0e0"; }

.date-icon::after {
  content: "\f107"; }

.person-icon:after {
  content: "\f6c0"; }

.time-icon:after {
  content: "\f017"; }

.message-icon:after {
  content: "\f040"; }

#contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #328ef4;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ffffff;
  font-size: 14px;
  height: 98px;
  text-transform: capitalize;
  width: 100%;
  background: none;
  transition: .3s; }

.contact-wrapper {
  margin-right: 70px; }

#contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #328ef4;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #ffffff;
  font-size: 15px;
  height: 57px;
  text-transform: capitalize;
  width: 100%;
  background: none;
  transition: .3s;
  font-family: "cerebri_sansmedium"; }

#contact-form input::-moz-placeholder, .contact-form input::placeholder {
  color: #ffffff;
  font-size: 15px;
  font-family: "cerebri_sansmedium"; }

#contact-form input:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff; }

#contact-form textarea::-moz-placeholder, .contact-form textarea::placeholder {
  color: #ffffff;
  font-size: 15px;
  font-family: "cerebri_sansmedium"; }

#contact-form textarea:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff; }

#contact-form button.btn {
  -moz-user-select: none;
  background: #fff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: 'cerebri_sanssemibold';
  margin-top: 5px; }

.btn-texts {
  color: #333333;
  position: relative;
  transition: .3s; }

#contact-form button.btn:hover .btn-text {
  color: #ffffff; }

.btn-texts i {
  padding-left: 5px; }

#contact-form button.btn::before {
  display: none; }

.form-2-box {
  position: relative; }

.form-2-box::after {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 0;
  color: #ffffff;
  top: 20px; }

.email-2-icon:after {
  content: "\f2b6"; }

.sub-icon:after {
  content: "\f107"; }

.message-2-icon::after {
  content: "\f040";
  top: 9px; }

.contact-us-area {
  margin-bottom: -567px;
  position: relative;
  z-index: 99; }

.contact-2-map {
  min-height: 700px; }

.single-contact-us {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-position: center center;
  right: 0; }

.contact-us-info {
  background: #ffffff;
  padding: 37px 100px 37px 54px; }

.contact-us-icon {
  float: left;
  margin-right: 20px; }

.contact-us-text {
  overflow: hidden; }
  .contact-us-text span {
    color: #ababab;
    font-size: 16px;
    font-family: "cerebri_sansbold"; }
  .contact-us-text h4 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 4px; }

.contact-us-bg {
  background: #096bd8; }

.contact-us-wrapper {
  padding: 55px 70px 70px 40px; }

.contact-us-content h1 {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 40px; }

#contact-us-form input {
  background: none;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  border: 0;
  color: #ffffff;
  font-family: "cerebri_sansregular";
  border: 1px solid #328ef4;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  margin-bottom: 30px; }

#contact-us-form textarea {
  color: #ffffff;
  height: 120px;
  width: 100%;
  padding: 30px 30px;
  border: 1px solid #328ef4;
  text-transform: capitalize;
  background: none;
  border-radius: 5px;
  font-family: "cerebri_sansregular";
  margin-bottom: 24px; }

#contact-us-form input::-moz-placeholder, .contact-us-form input::placeholder {
  color: #ffffff;
  font-size: 15px; }

#contact-us-form textarea::-moz-placeholder, #contact-us-form textarea::placeholder {
  color: #ffffff;
  font-size: 15px; }

#contact-us-form button.btn {
  -moz-user-select: none;
  background: #fff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  font-family: 'cerebri_sanssemibold';
  margin-top: 5px; }

.btn-texts {
  color: #333333;
  position: relative;
  transition: .3s; }

.btn-texts i {
  padding-left: 5px; }

#contact-us-form button.btn::before {
  display: none; }

.contact-2-area {
  background-size: cover;
  background-position: center center; }

.appointment-form input {
  height: 70px;
  width: 100%;
  padding: 0 30px;
  padding-right: 30px;
  border: 0;
  color: #a9bbc8;
  font-family: "cerebri_sansregular";
  border: 2px solid #566875;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgba(59, 69, 82, 0.6);
  transition: .3s; }

.appointment-form input:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff;
  background: none; }

.appointment-form textarea {
  color: #a9bbc8;
  font-family: "cerebri_sansregular";
  height: 120px;
  width: 100%;
  padding: 17px 30px;
  border: 2px solid #566875;
  text-transform: capitalize;
  background: rgba(59, 69, 82, 0.6);
  border-radius: 5px;
  transition: .3s; }

.appointment-form textarea:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #fff;
  background: none; }

.appointment-form input:focus::-moz-placeholder, .appointment-form input:focus::placeholder {
  color: #ffffff; }

.appointment-form input::-moz-placeholder, .appointment-form input::placeholder {
  color: #a9bbc8;
  font-size: 15px;
  font-family: "cerebri_sansregular"; }

.appointment-form textarea::-moz-placeholder, .appointment-form textarea::placeholder {
  color: #a9bbc8;
  font-size: 15px;
  font-family: "cerebri_sansregular"; }

.appointment-form textarea:focus::-moz-placeholder, .appointment-form textarea:focus::placeholder {
  color: #ffffff; }

.appointment-form .form-box::after {
  color: #ffffff;
  top: 24px; }

.contact-2-btn .btn {
  padding: 21px 90px; }

/* 20. Contact */
.contact-page-map {
  height: 750px; }

.contact-info-area {
  margin-top: -140px; }

.contact {
  padding: 70px 10px; }

.contact-area {
  background-position: center center;
  background-repeat: no-repeat; }

.contact i {
  background: #096bd8;
  font-size: 21px;
  height: 70px;
  width: 70px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 71px;
  margin-bottom: 30px; }

.contact h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #fff; }

.contact p {
  margin: 0;
  padding: 0 50px;
  color: #fff; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact p {
    padding: 0 10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact p {
    padding: 0 0px; } }

.contact-form-page .appointment-form input {
  border: 2px solid transparent;
  text-transform: inherit;
  background: #f4f4f4;
  font-size: 15px;
  color: #696969; }

.contact-form-page .appointment-form input:-moz-placeholder {
  color: #696969; }

.contact-form-page .appointment-form input::placeholder {
  color: #696969; }

.contact-form-page .appointment-form textarea {
  border: 2px solid transparent;
  text-transform: inherit;
  background: #f4f4f4;
  font-size: 15px;
  color: #696969; }

.contact-form-page .appointment-form .form-box::after {
  color: #096bd8; }

.contact-form-page.appointment-form input:focus::-moz-placeholder, .appointment-form input:focus::placeholder {
  color: #696969; }

.contact-form-page .appointment-form input:focus, .appointment-form input:focus {
  border-color: #096bd8; }

.contact-form-page .appointment-form textarea:focus::-moz-placeholder, .appointment-form textarea:focus::placeholder {
  color: #696969; }

.contact-form-page .appointment-form textarea:focus, .appointment-form textarea:focus {
  border-color: #096bd8; }

.contact-form-page .appointment-form textarea::-moz-placeholder, .appointment-form textarea::placeholder {
  color: #696969; }

.contact-form-page .appointment-form textarea:focus, .appointment-form textarea:focus {
  border-color: #096bd8; }

input:focus:-moz-placeholder {
  opacity: 0; }

input:focus::placeholder {
  opacity: 0; }

textarea:focus:-moz-placeholder {
  opacity: 0; }

textarea:focus::placeholder {
  opacity: 0; }

/* carrer  */
.carrer-cat {
  background: #007bff;
  padding: 40px 15px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.carrer-cat:hover {
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); }

.carrer-cat h3 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding-top: 19px; }

.carrer-cat img {
  margin-bottom: 20px; }

.job-list {
  background: #fff;
  padding: 40px;
  padding-top: 35px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.job-list:hover {
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); }

.job-list h3 {
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block; }

.blog-img a img {
  width: 100%; }

.blog-meta {
  box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.34);
  background: #fff;
  padding: 13px 30px 13px;
  margin-left: 20px;
  margin-right: 35px;
  border-radius: 6px;
  margin-top: -22px;
  position: relative; }
  .blog-meta span {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
    margin-right: 14px; }
    .blog-meta span:last-child {
      margin-right: 0; }
    .blog-meta span i {
      color: #096bd8;
      margin-right: 3px; }

.blog-text h3 {
  font-size: 24px;
  font-family: "cerebri_sansbold";
  margin-top: 32px;
  margin-bottom: 19px; }
  .blog-text h3 > a {
    color: #333333;
    transition: .3s; }
    .blog-text h3 > a:hover {
      color: #096bd8; }

.blog-text p {
  margin-bottom: 0;
  line-height: 30px; }

.blog-text > a {
  position: relative;
  display: inline-block;
  margin-top: 27px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 37px;
  transition: .3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #096bd8; }

.blog-button {
  color: #096bd8;
  z-index: 999;
  position: relative;
  transition: .3s; }

.blog-button i {
  margin-left: 5px; }

.blog-text > a:hover .blog-button {
  color: #ffffff; }

.blog-text > a:hover {
  border-color: #1065c4; }

.blog-text > a::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease; }

.blog-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.blog-border {
  border: 1px solid #ebebeb; }

.blog-border .blog-meta {
  box-shadow: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  margin-top: 0; }

.blog-border .blog-text h3 {
  margin-top: 20px;
  margin-bottom: 19px; }

.single-blog {
  padding: 32px 26px 20px 0; }

.blog-2-wrapper .blog-meta {
  box-shadow: none;
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  margin-top: 0;
  position: inherit;
  margin-top: 29px; }

.blog-2-wrapper .blog-text h3 {
  margin-top: 14px; }

/* 7.blog */
.latest-news {
  position: relative; }

.news__thumb:before {
  background-image: -moz-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%; }

.news__thumb img {
  width: 100%; }

.news__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news__caption {
      padding: 20px; } }
  @media (max-width: 767px) {
    .news__caption {
      padding: 20px; } }
  .news__caption h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -.20px; }
    .news__caption h2 a {
      color: #ffffff; }
      .news__caption h2 a:hover {
        opacity: .7; }

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .news-link:hover {
    color: #ffffff; }

.news-link i {
  transition: .3s;
  display: inline-block; }

.news-link:hover i {
  transform: translateX(3px); }

.subscribe {
  padding: 70px 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe {
      padding: 30px 50px; } }
  @media (max-width: 767px) {
    .subscribe {
      padding: 30px 30px; } }

.subscribe-form {
  position: relative;
  z-index: 99; }

.subscribe-1 {
  position: relative; }

.subscribe-1::before {
  position: absolute;
  background-image: url(../img/icon/envelope.html);
  content: "";
  height: 326px;
  width: 322px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  top: 0;
  background-size: cover; }

.subscribe-form form {
  position: relative; }
  .subscribe-form form input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 767px) {
      .subscribe-form form input {
        padding: 0 30px; } }
  .subscribe-form form button {
    position: absolute;
    top: 5px;
    right: 5px; }
    @media (max-width: 767px) {
      .subscribe-form form button {
        position: static;
        margin-top: 10px; } }

.subscribe-form input::-moz-placeholder, .subscribe-form input::placeholder {
  color: #7c9ebf; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form-2 {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .subscribe-form-2 {
    margin-top: 30px; } }

.letter-shape {
  position: absolute; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .letter-shape {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .letter-shape {
      display: none; } }
  @media (max-width: 767px) {
    .letter-shape {
      display: none; } }

.letter-s1 {
  left: 6%;
  top: 15%; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .letter-s1 {
      left: 1%;
      top: 9%; } }

.letter-s2 {
  right: 8%;
  bottom: 10%; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .letter-s2 {
      right: 3%;
      bottom: 4%; } }

.news__thumb-2 img {
  width: 100%; }

.news__caption-2 {
  padding: 33px; }
  .news__caption-2 h2 {
    font-size: 20px;
    margin-bottom: 15px; }
    .news__caption-2 h2 a:hover {
      color: #096bd8; }
  .news__caption-2 p {
    margin-bottom: 0; }

.news-meta span {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 13px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-meta span {
      margin-right: 10px; } }
  .news-meta span a {
    color: #096bd8;
    letter-spacing: 2px;
    font-weight: 500; }
    .news-meta span a:hover {
      color: #6100b3; }

.postbox__thumb {
  position: relative; }
  .postbox__thumb a img {
    max-width: 100%; }

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #696969;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .post-meta span {
      margin-right: 10px; } }
  .post-meta span a:hover {
    color: #096bd8; }
  .post-meta span i {
    color: #096bd8;
    margin-right: 2px; }

.postbox__video img, .postbox__thumb img {
  width: 100%; }

.p-30 {
  padding: 30px; }

.blog-title {
  font-size: 35px; }
  .blog-title a:hover {
    color: #096bd8; }

.read-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500; }
  .read-more:hover {
    color: #096bd8; }
  .read-more i {
    transition: .3s;
    display: inline-block; }
  .read-more:hover i {
    transform: translateX(5px); }

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5; }

.post-text p {
  font-size: 16px;
  line-height: 28px; }

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #696969;
  border-radius: 50%;
  font-size: 14px; }
  .postbox__gallery .slick-arrow:hover {
    background: #096bd8;
    color: #ffffff; }

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto; }

.postbox__video {
  position: relative; }

.video-btn {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #096bd8;
  transform: translateY(-50%); }
  .video-btn:hover {
    background: #096bd8;
    color: #ffffff; }

.post-text blockquote {
  background: #333333;
  padding: 50px;
  position: relative;
  padding-left: 120px; }
  @media (max-width: 767px) {
    .post-text blockquote {
      padding: 30px; } }
  .post-text blockquote p {
    font-size: 26px;
    font-family: "cerebri_sansbold";
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -.3px;
    line-height: 1.3; }
  .post-text blockquote::before {
    content: "\f10d";
    left: 50px;
    top: 50px;
    position: absolute;
    color: #758799;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 41px; }
    @media (max-width: 767px) {
      .post-text blockquote::before {
        position: static; } }
  .post-text blockquote footer {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase; }

.widget {
  border: 2px solid #eaedff;
  padding: 30px; }

.b-0 {
  border: 0; }

.search-form {
  position: relative; }
  .search-form input {
    width: 100%;
    height: 60px;
    border: 0;
    background: #eaedff;
    padding: 0 20px; }
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #333333;
    padding: 0 25px;
    color: #ffffff;
    line-height: 60px;
    border: 0; }
    .search-form button:hover {
      background: #096bd8; }

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block; }

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

.animate-border.border-white::after {
  border-color: #ffffff; }

.animate-border.border-white::after {
  border-color: #ffffff; }

.animate-border {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 4px;
  background: #096bd8;
  margin-right: 10px;
  top: -3px; }

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px); } }

.about-me img {
  margin-bottom: 25px; }

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px; }

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px; }
  .widget-social-icon a:hover {
    color: #096bd8; }

.widget .recent-posts > li:first-child {
  border: 0;
  padding-top: 0; }

.widget .recent-posts li:last-child {
  padding-bottom: 0; }

.widget .recent-posts > li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden; }

.widget-posts-image {
  float: left; }
  .widget-posts-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px; }

.widget-posts-body {
  overflow: hidden; }

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px; }
  .widget-posts-title:hover {
    color: #096bd8; }

.widget-posts-meta {
  font-size: 12px; }

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden; }
  ul.cat li:first-child {
    border-top: 0;
    padding-top: 0; }
  ul.cat li:last-child {
    padding-bottom: 0; }
  ul.cat li a {
    display: block; }
    ul.cat li a:hover {
      color: #096bd8; }

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #333333;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px; }
  .social-profile a:hover {
    background: #096bd8; }

#Instafeed {
  margin: 0 -5px;
  overflow: hidden; }
  #Instafeed li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px; }
    #Instafeed li img {
      width: 100%; }

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  background: #eaedff;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500; }
  .tag a:hover {
    background: #096bd8;
    color: #ffffff; }

.bg-none {
  background: none; }

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "cerebri_sansbold";
  color: #333333; }

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: .3s;
  border-radius: 5px;
  margin-bottom: 10px; }
  .blog-post-tag a:hover {
    color: #fff;
    background: #096bd8;
    border-color: #096bd8; }
  .blog-post-tag a:last-child {
    margin-right: 0; }

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "cerebri_sansbold";
  color: #333333;
  display: block;
  margin-bottom: 17px; }

.blog-share-icon a {
  color: #696969;
  font-size: 18px;
  transition: .3s;
  margin-right: 22px; }
  .blog-share-icon a:hover {
    color: #096bd8; }
  .blog-share-icon a:last-child {
    margin-right: 0; }

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px; }

.author {
  background: #eaedff;
  padding: 0 70px 44px 70px; }
  @media (max-width: 767px) {
    .author {
      padding: 0 30px 44px 30px; } }

.author-img {
  margin-bottom: 35px; }
  .author-img img {
    margin-top: -60px; }

.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

.author-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px; }

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px; }
  .author-icon a {
    font-size: 14px;
    color: #9498b6;
    margin: 0 5px;
    transition: .3s; }
    .author-icon a:hover {
      color: #096bd8; }

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px; }

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0; }

.comments-avatar {
  float: left; }
  @media (max-width: 767px) {
    .comments-avatar {
      float: none; } }
  .comments-avatar img {
    width: 100px;
    margin-right: 20px; }

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0; }

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0; }

.latest-comments li.children {
  margin-left: 100px; }
  @media (max-width: 767px) {
    .latest-comments li.children {
      margin-left: 0; } }

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0; }

.comments-text {
  overflow: hidden;
  padding-top: 4px; }
  @media (max-width: 767px) {
    .comments-text {
      margin-top: 15px; } }
  .comments-text p {
    margin-bottom: 0;
    margin-top: 8px; }

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px; }

.avatar-name span {
  color: #096bd8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative; }

.reply {
  color: #696969;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0; }
  .reply:hover {
    color: #096bd8; }
  .reply i {
    margin-right: 5px; }

.post-comments-title {
  margin-bottom: 39px; }
  .post-comments-title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #140a20;
    margin-bottom: 0; }

.conatct-post-form {
  background: #eaedff;
  padding: 50px; }
  @media (max-width: 767px) {
    .conatct-post-form {
      padding: 20px; } }
  .conatct-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #a7a7c1; }
  .conatct-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #a7a7c1;
    font-size: 14px; }

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px; }

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px; }

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px; }

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px; }

.contact-icon {
  position: relative; }

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #096bd8;
  top: 18px; }

.contacts-message::after {
  content: "\f303"; }

.contacts-name::after {
  content: "\f007"; }

.contacts-email::after {
  content: "\f0e0"; }

.contacts-website::after {
  content: "\f0ac"; }

.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto; }

.brand-img.text-center {
  text-align: left; }

.newsletter-area {
  background-size: cover;
  background-position: center center; }

.single-newsletters {
  background: #fff;
  padding: 20px; }

.newsletter-form form {
  position: relative; }

.newsletter-form form input {
  height: 60px;
  padding: 0 30px;
  background: #eef5fc;
  color: #696969;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  width: 340px; }

.newsletter-form form input::placeholder {
  color: #696969;
  font-size: 15px; }

.newsletter-form form::-moz-placeholder {
  color: #696969;
  font-size: 15px; }

.newsletter-form button.btn {
  margin-left: 7px; }

.newsletter-text h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 35px; }

.single-newsletter .newsletter-form form input {
  height: 60px;
  padding: 0 30px;
  background: #1b2f3e;
  color: #bababa;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  width: 340px;
  float: left; }

.single-newslette .newsletter-form form input::placeholder {
  color: #bababa;
  font-size: 15px; }

.single-newslette .newsletter-form form::-moz-placeholder {
  color: #bababa;
  font-size: 15px; }

.single-newsletter .newsletter-form button.btn {
  margin-left: 7px;
  padding: 19px 40px; }

.newsletter-bg {
  border-bottom: 1px solid #1b2f3e; }

.newsletter-2-bg {
  padding-left: 50px;
  padding-right: 50px;
  background-size: cover;
  background-position: center center; }

.newsletter-2-bg .single-newsletters {
  background: none;
  padding: 0;
  margin-top: 11px; }

.newsletter-2-bg .newsletter-form form input {
  height: 60px;
  padding: 0 25px;
  background: #0056b6;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  width: 324px; }

.newsletter-2-bg .newsletter-form form input::placeholder {
  color: #ffffff;
  font-size: 15px; }

.newsletter-2-bg .newsletter-form form::-moz-placeholder {
  color: #ffffff;
  font-size: 15px; }

.newsletter-2-bg .newsletter-form form .btn {
  background: #ffffff; }

.newsletter-2-bg .newsletter-form form .btn .btn-text {
  color: #096bd8; }

.newsletter-2-bg .newsletter-form form .btn::before {
  display: none; }

.faq-box .btn-link {
  font-family: "cerebri_sanssemibold";
  color: #696969;
  display: block;
  font-size: 18px;
  border: 0;
  text-decoration: none;
  line-height: 28px;
  padding-left: 24px; }

.faq-box .card-header {
  padding: 0;
  border-bottom: 0;
  background: none;
  border-radius: 0; }

.faq-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 19px; }

.faq-box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 23px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  margin-top: 12px; }

.faq-box .card-body p {
  margin: 0;
  line-height: 28px; }

.faq-box .btn-link.collapsed::before {
  content: "\f178"; }

.faq-box .btn-link::before {
  content: "\f178";
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
  color: #696969; }

.faq-wrapper .section-title p {
  margin-top: 21px; }

.frequently-area {
  background-size: cover;
  background-position: center center; }

.frequently-text li {
  background: #fff;
  padding: 33px 51px 34px 50px;
  margin-right: 70px;
  margin-bottom: 20px; }
  .frequently-text li:last-child {
    margin-bottom: 0; }

.frequently-content h4 {
  font-size: 20px;
  margin-bottom: 15px; }

.frequently-content p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px; }

.frequently-video {
  margin-top: 115px; }
  .frequently-video a {
    height: 80px;
    width: 80px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    transition: .3s;
    color: #096bd8;
    position: relative; }

.choose-area {
  background-size: cover;
  background-position: center center; }

.choose-bg {
  background: #ffffff;
  margin-left: 286px;
  margin-right: 286px;
  padding-top: 86px;
  padding-bottom: 58px; }

.faq-2-box .btn-link::before {
  content: "\f068"; }

.faq-2-box .btn-link.collapsed::before {
  content: "\f067"; }

.choose-img {
  position: relative; }
  .choose-img img {
    width: 100%; }

.choose-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%); }
  .choose-video a {
    height: 65px;
    width: 65px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    font-size: 14px;
    transition: .3s;
    color: #096bd8;
    position: relative; }

.choose-text p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 51px; }

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35); }
  100% {
    opacity: 0; } }

.choose-video a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; }

.working-process-area {
  background-size: cover;
  background-position: center center; }

.working-process-icon {
  margin-bottom: 30px;
  position: relative; }
  .working-process-icon i {
    color: #ffffff;
    font-size: 60px;
    height: 140px;
    width: 140px;
    line-height: 140px;
    background: #318bf0;
    border-radius: 5px; }

.angle-icon {
  position: absolute;
  top: 42px;
  right: -162px; }

.working-process-text h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: "cerebri_sansbold";
  margin-bottom: 10px; }

.working-process-text p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 30px; }

.wor-01 {
  bottom: 6%;
  right: 4%; }

.wor-02 {
  bottom: 15%;
  left: 6%; }

.work-process-wrapper {
  border: 2px solid #f1f1f1;
  padding: 74px 45px 66px 45px;
  position: relative;
  transition: .3s; }

.work-process-wrapper::before {
  background-image: url("../img/bg/work.png");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-size: cover; }

.work-process-wrapper:hover::before {
  opacity: 1; }

.work-process-wrapper.active::before {
  opacity: 1; }

.work-process-wrapper:hover {
  border-color: #096bd8; }

.work-process-wrapper.active {
  border-color: #096bd8; }

.inner-content {
  position: relative; }

.work-process-icon {
  margin-bottom: 30px; }

.work-process-text h3 {
  font-size: 24px;
  font-family: "cerebri_sansbold";
  margin-bottom: 11px;
  transition: .3s; }

.work-process-text p {
  margin-bottom: 0;
  line-height: 30px;
  transition: .3s; }

.work-process-wrapper:hover .work-process-text h3 {
  color: #ffffff; }

.work-process-wrapper:hover .work-process-text p {
  color: #ffffff; }

.work-process-wrapper.active .work-process-text h3 {
  color: #ffffff; }

.work-process-wrapper.active .work-process-text p {
  color: #ffffff; }

.progress-bar-text {
  background: #091b29;
  padding: 90px 117px 90px 100px;
  margin-left: -150px; }

.progress-skill {
  overflow: hidden; }

.our-skills-img {
  margin-right: 20px; }

.our-skills-img img {
  width: 100%; }

.bar-title h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "cerebri_sansbold"; }

.progress-bar span {
  color: #ffffff;
  font-size: 16px;
  margin-top: -50px;
  font-family: "cerebri_sansbold"; }

.progress-bar {
  background-color: #ff9900;
  text-align: right; }

.progress {
  border-radius: 0;
  height: 5px;
  overflow: visible;
  background: #173044; }

.progress-bar-text .single-skill:nth-child(1) .progress-bar {
  background: #ff9900; }

.progress-bar-text .single-skill:nth-child(2) .progress-bar {
  background: #096bd8; }

.progress-bar-text .single-skill:nth-child(3) .progress-bar {
  background: #fc4557; }

.progress-bar-text .single-skill:nth-child(4) .progress-bar {
  background: #1cb5a3; }

.progress-bar-text .single-skill:nth-child(4) .progress-bar {
  background: #ff266f; }

.fact-are-area {
  background-size: cover;
  background-position: center center; }

.circular-progress {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #227adc;
  border-radius: 50%; }

.circular-progress canvas {
  height: 150px;
  width: 150px; }

.circular-progress span {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 55px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0; }

.progress-wrapper {
  text-align: center; }

.progress-content {
  margin-top: 18px;
  text-align: center; }
  .progress-content h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 4px; }
  .progress-content span {
    color: #fff;
    font-size: 18px;
    font-family: "cerebri_sansmedium"; }

.fact-text span {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "cerebri_sansbold"; }

.fact-text h1 {
  color: #ffffff;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 40px; }

.fact-text a {
  color: #333333;
  -moz-user-select: none;
  background: #ffffff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  font-family: 'cerebri_sanssemibold'; }
  .fact-text a i {
    margin-left: 5px; }

.skill-bg {
  background: #091b29;
  padding: 73px 100px 50px 100px; }

.skill-bg .progress-bar-text {
  background: none;
  padding: 0;
  margin-left: 0; }

.progress-bar-2-text .single-skill:nth-child(1) .progress-bar {
  background: #1cb5a3; }

.progress-bar-2-text .single-skill:nth-child(2) .progress-bar {
  background: #ff266f; }

.progress-bar-2-text .single-skill:nth-child(3) .progress-bar {
  background: #e124e3; }

.experience-text h1 {
  font-size: 45px;
  margin-bottom: 21px; }

.experience-text p {
  margin-right: 91px; }

.experience-text:last-child {
  margin-bottom: 0; }

.experience-img {
  position: relative; }

.experience-img img {
  width: 100%; }

.experience-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%); }

.experience-video a {
  height: 60px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #096bd8;
  position: relative;
  transition: .3s; }

.experience-video a:hover {
  background: #096bd8;
  color: #ffffff; }

.singles-progress .progress-bar-text {
  background: #091b29;
  padding: 70px 70px 80px 70px;
  margin-left: 0; }

.pricing-area {
  background-size: cover;
  background-position: center center; }

.pricing-wrapper {
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 50px; }

.pricing-icon {
  margin-bottom: 22px; }

.price-count h1 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 18px;
  font-family: "cerebri_sansbold";
  color: #096bd8; }

.price-count h1 span.usd {
  position: relative;
  right: 2px; }

.pricing-top-text h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #096bd8;
  font-family: "cerebri_sansbold"; }

.pricing-menu {
  border: 1px solid #e7e7e7;
  margin: 36px 40px;
  padding: 20px 0;
  transition: .3s; }

.pricing-wrapper.active .pricing-menu {
  border-color: #096bd8; }

.pricing-wrapper:hover .pricing-menu {
  border-color: #096bd8; }

.pricing-menu ul li {
  color: #808080;
  font-size: 16px;
  padding-bottom: 16px;
  font-family: "cerebri_sansregular"; }
  .pricing-menu ul li:last-child {
    padding-bottom: 0; }

.pricing-button a {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  font-family: "cerebri_sanssemibold";
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  transition: .3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #ececec; }

.pricings-button {
  color: #333333;
  z-index: 999;
  position: relative;
  transition: .3s; }

.pricings-button i {
  margin-left: 5px; }

.pricing-button a:hover .pricings-button {
  color: #ffffff; }

.pricing-button a:hover {
  border-color: #1065c4; }

.pricing-button.active a .pricings-button {
  color: #ffffff; }

.pricing-button.active a {
  border-color: #1065c4; }

.pricing-button a::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #096bd8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.4s ease; }

.pricing-button a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.pricing-button.active a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.pricing-tag {
  background: #096bd8;
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 1px 9px 2px;
  border-radius: 5px; }

.pricing-tag span {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "cerebri_sansbold"; }

.single-pricing {
  border: 1px solid #e7e7e7; }

.breadcrumb-area {
  background-position: center center;
  background-size: cover; }

.breadcrumb-text {
  position: relative;
  z-index: 1; }

.breadcrumb-text > h1 {
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1;
  font-family: "cerebri_sansbold";
  color: #ffffff; }

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 19px; }

.breadcrumb-menu li a {
  color: #096bd8;
  font-size: 20px;
  font-family: "cerebri_sansregular";
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }

.breadcrumb-menu li::before {
  content: "||";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 4px;
  color: #ffffff;
  left: -7px; }

.breadcrumb-menu li:first-child::before {
  display: none; }

.breadcrumb-menu span {
  color: #ffffff;
  font-size: 20px;
  font-family: "cerebri_sansregular";
  text-transform: capitalize; }

.basic-pagination ul {
  display: block; }
  .basic-pagination ul li {
    display: inline-block; }
    @media (max-width: 767px) {
      .basic-pagination ul li {
        margin-bottom: 10px; } }
    .basic-pagination ul li a {
      height: 70px;
      width: 70px;
      background: #ffffff;
      color: #9990b8;
      font-size: 16px;
      font-weight: 500;
      border-radius: 50%;
      line-height: 70px;
      margin: 0 5px;
      display: inline-block;
      text-align: center; }
      .basic-pagination ul li a:hover {
        background: #096bd8;
        color: #ffffff; }

.basic-pagination-2 ul li a {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px; }
  .basic-pagination-2 ul li a:hover {
    background: #096bd8;
    color: #ffffff;
    border-color: #096bd8; }

.basic-pagination-2 ul li.active a {
  background: #096bd8;
  color: #ffffff;
  border-color: #096bd8; }

/* 13.shop */
.shop-service img {
  margin-bottom: 20px; }

.shop-service h4 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.shop-service p {
  margin-bottom: 0;
  font-size: 16px; }

.banner-box {
  border-top: 2px solid #f1f7ff;
  padding-top: 50px; }

.banner img {
  width: 100%; }

.product__img {
  position: relative; }

.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible; }

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px; }
  .product-action a {
    height: 50px;
    display: inline-block;
    width: 50px;
    background: #fff;
    line-height: 50px;
    color: #096bd8;
    margin: 0 8px;
    opacity: 0;
    visibility: hidden; }
    .product-action a:hover {
      background: #096bd8;
      color: #ffffff; }

.pro-cat {
  margin-bottom: 15px;
  display: block; }
  .pro-cat a {
    color: #096bd8;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase; }

.pro-title {
  margin-bottom: 12px; }
  .pro-title a {
    font-size: 24px; }
    .pro-title a:hover {
      color: #096bd8; }

.price span {
  color: #8e84b8;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px; }
  .price span.old-price {
    color: #b7afd5;
    text-decoration: line-through; }

.product-showing p {
  margin: 0;
  border: 2px solid #eaedff;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .product-showing p {
      padding: 17px 15px; } }

.pro-filter {
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .pro-filter {
      float: left; } }
  .pro-filter select {
    border: 2px solid #eaedff;
    padding: 17px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    color: #696969;
    appearance: none;
    -moz-appearance: none;
    width: 145px;
    font-weight: 500; }

.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700; }

.shop-tab ul li {
  margin-left: 20px; }
  @media (max-width: 767px) {
    .shop-tab ul li {
      margin-left: 10px; } }
  .shop-tab ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #f6f6ff;
    line-height: 50px;
    text-align: center; }
    .shop-tab ul li a.active {
      color: white;
      background: #096bd8; }

.shop-thumb-tab {
  width: 160px;
  float: left; }
  @media (max-width: 767px) {
    .shop-thumb-tab {
      float: none;
      width: 100%;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .shop-thumb-tab ul {
      margin: 0 -5px; } }
  .shop-thumb-tab ul li {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .shop-thumb-tab ul li {
        width: 33.33%;
        float: left;
        padding: 0 5px; } }
    .shop-thumb-tab ul li a {
      padding: 0; }
    .shop-thumb-tab ul li img {
      width: 100%; }

.product-details-img {
  margin-left: 180px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .product-details-img {
      margin-left: 0; } }

.product-large-img img {
  width: 100%; }

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .product-details-title h1 {
      font-size: 36px; } }

.details-price span {
  color: #096bd8;
  font-size: 20px;
  font-weight: 300;
  font-family: "cerebri_sansbold";
  margin-left: 0;
  margin-right: 10px; }

.details-price {
  border-bottom: 2px solid #eaedff; }

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #333333; }

.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px; }
  .product-cat a:hover {
    color: #096bd8; }

.product__img img {
  width: 100%; }

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #696969;
  display: inline-block;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 767px) {
    .product-social a {
      margin-bottom: 10px; } }
  .product-social a:hover {
    background: #096bd8;
    color: #ffffff; }

.plus-minus {
  display: inline-block; }
  @media (max-width: 767px) {
    .plus-minus {
      display: block;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .plus-minus {
      display: inline-block;
      margin-bottom: 0; } }

.action-btn {
  background: #096bd8;
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px; }
  .action-btn:hover {
    background: #096bd8;
    color: #ffffff; }

.product-action-list a {
  float: left; }

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px; } }

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px; } }

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border-radius: 5px;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none; }

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px; }

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer; }

.cart-plus-minus .inc {
  left: auto;
  right: 17px; }

.additional-info .table td, .additional-info .table th {
  padding: .75rem 0;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
  font-weight: 400; }

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block; }
  .shop-cat a i {
    font-size: 100px;
    color: #096bd8;
    margin-bottom: 30px;
    transition: .3s; }
  .shop-cat a h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: "cerebri_sansbold";
    transition: .3s;
    letter-spacing: 1px; }
  .shop-cat a:hover {
    background: #096bd8;
    border-color: #096bd8; }
    .shop-cat a:hover i {
      color: #ffffff; }
    .shop-cat a:hover h4 {
      color: #ffffff; }

.product-list-content .price span:first-child {
  margin-left: 0; }

.tab-menu li {
  margin: 0 10px; }
  @media (max-width: 767px) {
    .tab-menu li {
      margin-bottom: 20px; } }
  .tab-menu li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 25px 45px;
    background: #1a1430;
    border-radius: 30px;
    line-height: 1;
    color: #aeabba; }
    .tab-menu li a.active {
      color: #ffffff;
      background: #096bd8; }

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1; }
  .bakix-details-tab ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #8c8bb5;
    letter-spacing: 2px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px; }
    @media (max-width: 767px) {
      .bakix-details-tab ul li a {
        padding: 0 10px; } }
    .bakix-details-tab ul li a.active {
      color: #100d1c; }
      .bakix-details-tab ul li a.active:before {
        position: absolute;
        bottom: -32px;
        left: 0;
        height: 2px;
        width: 100%;
        content: "";
        background: #096bd8;
        transition: .3s; }
        @media (max-width: 767px) {
          .bakix-details-tab ul li a.active:before {
            display: none; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .bakix-details-tab ul li a.active:before {
            display: block; } }

/* ===============================================
   MODERN HERO SECTION STYLES
   =============================================== */

/* Hero Modern Styles */
.hero-modern {
    position: relative;
    overflow: hidden;
}

.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.8) 0%, rgba(40, 167, 69, 0.6) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 8px;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.text-highlight {
    color: #ffd700;
    position: relative;
}

.text-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ffd700, #ffed4e);
    border-radius: 2px;
}

.hero-description {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
}

.hero-services {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.service-tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.service-tag:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-modern {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary-modern:hover::before {
    left: 100%;
}

.btn-primary-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3, #004085);
}

.btn-outline-modern {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 13px 35px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-outline-modern:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
    color: white;
}

/* Responsive Hero Styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .btn-primary-modern,
    .btn-outline-modern {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .hero-services {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .service-tag {
        font-size: 12px;
        padding: 6px 15px;
    }
}

/* ===============================================
   ENHANCED SERVICE CARDS STYLES
   =============================================== */

/* Enhanced Services Section Title */
.services-section-title {
    position: relative;
}

.services-subtitle {
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.services-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
}

.services-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #28a745);
    border-radius: 2px;
}

.services-description {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Services Section Title Responsive */
@media (max-width: 768px) {
    .services-main-title {
        font-size: 2.2rem;
    }
    
    .services-description {
        font-size: 1rem;
        margin-top: 20px;
    }
    
    .services-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .services-main-title {
        font-size: 1.8rem;
    }
    
    .services-description {
        font-size: 0.9rem;
    }
}

/* Modern Service Cards */
.services-wrapper {
    background: #ffffff;
    padding: 50px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 123, 255, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #28a745);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.services-wrapper:hover::before {
    transform: scaleX(1);
}

.services-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.15);
    border-color: rgba(0, 123, 255, 0.2);
}

.services-img {
    text-align: center;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.services-wrapper:hover .services-img {
    transform: scale(1.1);
}

.services-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.services-wrapper:hover .services-img img {
    filter: grayscale(0%);
    transform: rotate(5deg);
}

.services-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-text h3 {
    font-family: "cerebri_sanssemibold";
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.services-wrapper:hover .services-text h3 {
    color: #007bff;
}

.services-text p {
    margin-bottom: 25px;
    line-height: 1.7;
    color: #6c757d;
    font-size: 15px;
    flex: 1;
}

.services-text a {
    position: relative;
    display: inline-block;
    margin-top: auto;
    font-family: "cerebri_sanssemibold";
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    transition: all 0.3s ease;
    border-radius: 50px;
    vertical-align: middle;
    border: 2px solid #e9ecef;
    background: transparent;
    overflow: hidden;
    align-self: flex-start;
}

.services-button {
    color: #007bff;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.services-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.services-text a:hover .services-button {
    color: #ffffff;
}

.services-text a:hover .services-button i {
    transform: translateX(5px);
}

.services-text a:hover {
    border-color: #007bff;
    background: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.services-text a::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #007bff, #0056b3);
    transition: width 0.3s ease;
    z-index: 1;
}

.services-text a:hover::before {
    width: 100%;
}

/* Service Cards Responsive */
@media (max-width: 768px) {
    .services-wrapper {
        padding: 40px 25px;
        margin-bottom: 30px;
    }
    
    .services-text h3 {
        font-size: 20px;
    }
    
    .services-text p {
        font-size: 14px;
    }
    
    .services-text a {
        padding: 12px 25px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .services-wrapper {
        padding: 30px 20px;
    }
    
    .services-img img {
        width: 60px;
        height: 60px;
    }
    
    .services-text h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .services-text p {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

/* ===============================================
   MODERN TEAM SECTION STYLES
   =============================================== */

/* Team Section Title */
.team-section-title {
    position: relative;
}

.team-subtitle {
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.team-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
}

.team-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #28a745);
    border-radius: 2px;
}

.team-description {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Team Content Wrapper */
.team-content-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.team-text-content {
    padding: 40px 0;
}

.team-highlight {
    margin-bottom: 25px;
}

.team-badge {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.team-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.3;
}

.team-description-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 35px;
}

/* Team Features */
.team-features {
    margin-bottom: 40px;
}

.team-feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 0;
    transition: all 0.3s ease;
}

.team-feature:hover {
    transform: translateX(10px);
}

.team-feature i {
    color: #28a745;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.team-feature:hover i {
    color: #007bff;
    transform: scale(1.2);
}

.team-feature span {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    transition: color 0.3s ease;
}

.team-feature:hover span {
    color: #007bff;
}

/* Team CTA Buttons */
.team-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-team-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-team-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-team-primary:hover::before {
    left: 100%;
}

.btn-team-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3, #004085);
    color: white;
}

.btn-team-outline {
    background: transparent !important;
    border: 2px solid #007bff !important;
    padding: 13px 30px;
    border-radius: 50px;
    color: #007bff !important;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-team-outline .btn-text {
    color: #007bff !important;
}

.btn-team-outline:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    color: white !important;
}

.btn-team-outline:hover .btn-text {
    color: white !important;
}

/* Team Image Wrapper */
.team-image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.team-image-container {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.team-image-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.team-main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.team-image-container:hover .team-main-image {
    transform: scale(1.05);
}

.team-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 40px 30px 30px;
    transform: translateY(100%);
    transition: all 0.4s ease;
}

.team-image-container:hover .team-image-overlay {
    transform: translateY(0);
}

.team-stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.team-stat {
    text-align: center;
    color: white;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Team Section Responsive */
@media (max-width: 768px) {
    .team-main-title {
        font-size: 2.2rem;
    }
    
    .team-description {
        font-size: 1rem;
        margin-top: 20px;
    }
    
    .team-subtitle {
        font-size: 14px;
    }
    
    .team-heading {
        font-size: 2rem;
    }
    
    .team-description-text {
        font-size: 1rem;
    }
    
    .team-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .btn-team-primary,
    .btn-team-outline {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .team-main-image {
        height: 400px;
    }
    
    .team-stats {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .team-main-title {
        font-size: 1.8rem;
    }
    
    .team-description {
        font-size: 0.9rem;
    }
    
    .team-heading {
        font-size: 1.6rem;
    }
    
    .team-description-text {
        font-size: 0.9rem;
    }
    
    .team-feature {
        margin-bottom: 12px;
    }
    
    .team-feature span {
        font-size: 14px;
    }
    
    .team-main-image {
        height: 300px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 12px;
    }
}

/* ===============================================
   MODERN FOOTER STYLES
   =============================================== */

/* Modern Footer */
.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    overflow: hidden;
}

.footer-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(40, 167, 69, 0.1) 100%);
    z-index: 1;
    pointer-events: none; /* Allow clicks to pass through */
}

/* Footer Top Section */
.footer-top-section {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: auto;
}

.newsletter-title,
.social-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.newsletter-description,
.social-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Newsletter Form */
.newsletter-form-modern {
    margin-top: 20px;
}

.input-group {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-control {
    flex: 1;
    padding: 15px 25px;
    border: none;
    background: transparent;
    color: #ffffff !important;
    font-size: 16px;
    cursor: text;
    pointer-events: auto;
    z-index: 10;
    position: relative;
    outline: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 16px;
}

.form-control:focus {
    outline: none;
    background: transparent;
    box-shadow: none;
}

.form-control:focus::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-control:focus {
    outline: none;
    background: transparent;
    box-shadow: none;
    color: #ffffff !important;
}

.form-control:not(:placeholder-shown) {
    color: #ffffff !important;
}

/* Ensure text is visible when typing */
.newsletter-form .form-control {
    color: #ffffff !important;
}

.newsletter-form .form-control:focus {
    color: #ffffff !important;
}

.newsletter-form .form-control:not(:placeholder-shown) {
    color: #ffffff !important;
}

/* Newsletter Message Styles */
.newsletter-message {
    margin-top: 15px;
    animation: fadeInUp 0.5s ease;
}

.newsletter-message .alert {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.newsletter-message .alert-success {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    color: #28a745;
    backdrop-filter: blur(10px);
}

.newsletter-message .alert i {
    font-size: 16px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-newsletter {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    border: none;
    padding: 15px 30px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    white-space: nowrap;
    border-radius: 0 50px 50px 0;
}

.btn-newsletter::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-newsletter:hover::before {
    left: 100%;
}

.btn-newsletter:hover {
    background: linear-gradient(135deg, #0056b3, #0099cc);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    color: white;
}

.btn-newsletter:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

/* Social Links */
.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.social-link.facebook {
    background: rgba(24, 119, 242, 0.2);
    border-color: rgba(24, 119, 242, 0.3);
}

.social-link.instagram {
    background: rgba(225, 48, 108, 0.2);
    border-color: rgba(225, 48, 108, 0.3);
}

.social-link.linkedin {
    background: rgba(0, 119, 181, 0.2);
    border-color: rgba(0, 119, 181, 0.3);
}

.social-link.twitter {
    background: rgba(29, 161, 242, 0.2);
    border-color: rgba(29, 161, 242, 0.3);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-link.facebook:hover {
    background: rgba(24, 119, 242, 0.3);
}

.social-link.instagram:hover {
    background: rgba(225, 48, 108, 0.3);
}

.social-link.linkedin:hover {
    background: rgba(0, 119, 181, 0.3);
}

.social-link.twitter:hover {
    background: rgba(29, 161, 242, 0.3);
}

/* Footer Main Content */
.footer-main-content {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.footer-company-info {
    margin-bottom: 30px;
}

.footer-logo-modern img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.footer-logo-modern:hover img {
    transform: scale(1.05);
}

.footer-description p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.btn-footer-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.btn-footer-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    color: white;
}

/* Footer Sections */
.footer-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    position: relative;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #007bff, #28a745);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #007bff;
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: white;
    padding-left: 25px;
}

.footer-links a:hover::before {
    width: 15px;
}

/* Contact Info */
.contact-info-list {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 16px;
}

.contact-details h5 {
    font-size: 14px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-details p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

.contact-details a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.contact-details a:hover {
    color: #007bff;
}

/* Footer Bottom */
.footer-bottom-section {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    pointer-events: auto;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

.footer-copyright a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.footer-copyright a:hover {
    color: #28a745;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #007bff;
    transition: width 0.3s ease;
}

.footer-link:hover {
    color: white;
}

.footer-link:hover::after {
    width: 100%;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer-top-section {
        text-align: center;
    }
    
    .input-group {
        flex-direction: column;
        border-radius: 10px;
    }
    
    .form-control {
        border-radius: 10px 10px 0 0;
    }
    
    .btn-newsletter {
        border-radius: 0 0 10px 10px;
    }
    
    .footer-social-links {
        justify-content: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 20px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin: 0 auto 15px;
    }
}

@media (max-width: 480px) {
    .newsletter-title,
    .social-title {
        font-size: 1.3rem;
    }
    
    .footer-section-title {
        font-size: 1.1rem;
    }
    
    .social-link {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

/* ===============================================
   ABOUT PAGE MODERN STYLES
   =============================================== */

/* About Hero Section */
.about-hero-area {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-image: url('assets/img/bg/bg-3.jpg'), linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.about-hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(22, 33, 62, 0.8) 50%, rgba(15, 52, 96, 0.8) 100%);
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    color: white !important;
    text-align: center;
}

.about-hero-badge {
    margin-bottom: 25px;
    text-align: center;
}

.about-hero-badge-text {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white !important;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.about-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-hero-highlight {
    color: #28a745;
    position: relative;
}

.about-hero-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 2px;
}

.about-hero-description {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95) !important;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.about-hero-services {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.service-tag {
    background: rgba(255, 255, 255, 0.15);
    color: white !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.service-tag:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.breadcrumb-menu {
    margin-top: 30px;
}

.breadcrumb-menu ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-menu a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.breadcrumb-menu a:hover {
    color: white;
}

.breadcrumb-menu span {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
}

/* About Modern Area */
.about-modern-area {
    background: #f8f9fa;
    position: relative;
}

.about-image-wrapper {
    position: relative;
    height: 100%;
}

.about-image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.about-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.about-image-container:hover .about-main-image {
    transform: scale(1.05);
}

.about-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 30px;
    color: white;
}

.about-stats {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.about-stat {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* About Content */
.about-content-wrapper {
    padding: 40px 0;
}

.about-section-header {
    margin-bottom: 30px;
}

.about-badge {
    margin-bottom: 15px;
}

.about-badge-text {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-highlight {
    color: #007bff;
    position: relative;
}

.about-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #007bff, #28a745);
    border-radius: 2px;
}

.about-description {
    margin-bottom: 40px;
}

.about-intro {
    font-size: 1.2rem;
    color: #007bff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

.about-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 15px;
}

/* About Features */
.about-features {
    margin-bottom: 40px;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.about-feature:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-icon i {
    color: white;
    font-size: 20px;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.feature-content p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

/* About CTA Buttons */
.about-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-about-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-about-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-about-primary:hover::before {
    left: 100%;
}

.btn-about-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
    color: white;
}

.btn-about-outline {
    background: transparent !important;
    border: 2px solid #007bff !important;
    padding: 13px 30px !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    color: #007bff !important;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.btn-about-outline .btn-text {
    color: #007bff !important;
}

.btn-about-outline:hover {
    background: #007bff !important;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2);
    border-color: #007bff !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
}

.btn-about-outline:hover .btn-text {
    color: white !important;
}

/* Force circular button shape */
.btn-about-outline,
.btn-about-outline:focus,
.btn-about-outline:active,
.btn-about-outline:hover {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    outline: none !important;
    box-shadow: 0 0 0 0 transparent !important;
}

/* About Page Responsive */
@media (max-width: 768px) {
    .about-hero-title {
        font-size: 2.5rem;
    }
    
    .about-hero-description {
        font-size: 1.1rem;
    }
    
    .about-hero-services {
        flex-direction: column;
        align-items: center;
    }
    
    .about-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .about-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-about-primary,
    .btn-about-outline {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 2rem;
    }
    
    .about-main-title {
        font-size: 2rem;
    }
    
    .about-hero-badge-text {
        font-size: 12px;
        padding: 8px 20px;
    }
    
    .about-badge-text {
        font-size: 12px;
        padding: 6px 15px;
    }
    
    .about-feature {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin: 0 auto 15px;
    }
}

/* ===============================================
   MODERN CTA SECTION STYLES
   =============================================== */

/* CTA Area Modern */
.cta-area-modern {
    position: relative;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    overflow: hidden;
}

.cta-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(40, 167, 69, 0.1) 100%);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.cta-badge {
    margin-bottom: 25px;
    text-align: center;
}

.cta-badge-text {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.cta-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cta-description {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-cta-primary:hover::before {
    left: 100%;
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.5);
    background: linear-gradient(135deg, #0056b3, #004085);
    color: white;
}

.btn-cta-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 16px 40px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    color: white;
}

/* CTA Responsive */
@media (max-width: 768px) {
    .cta-title {
        font-size: 2.5rem;
    }
    
    .cta-description {
        font-size: 1.1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta-primary,
    .btn-cta-outline {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-badge-text {
        font-size: 12px;
        padding: 8px 20px;
    }
}

/* ===============================================
   CLOUD CTA SECTION STYLES
   =============================================== */

/* Cloud CTA Area */
.cloud-cta-area {
    position: relative;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    overflow: hidden;
}

.cloud-cta-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.15) 0%, rgba(40, 167, 69, 0.15) 100%);
    z-index: 1;
}

.cloud-cta-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

.cloud-cta-badge {
    margin-bottom: 25px;
    text-align: center;
}

.cloud-cta-badge-text {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.cloud-cta-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cloud-cta-description {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cloud-cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cloud-primary {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-cloud-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-cloud-primary:hover::before {
    left: 100%;
}

.btn-cloud-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.5);
    background: linear-gradient(135deg, #20c997, #17a2b8);
    color: white;
}

.btn-cloud-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 16px 40px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-cloud-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    color: white;
}

/* Cloud CTA Responsive */
@media (max-width: 768px) {
    .cloud-cta-title {
        font-size: 2.5rem;
    }
    
    .cloud-cta-description {
        font-size: 1.1rem;
    }
    
    .cloud-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cloud-primary,
    .btn-cloud-outline {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .cloud-cta-title {
        font-size: 2rem;
    }
    
    .cloud-cta-badge-text {
        font-size: 12px;
        padding: 8px 20px;
    }
}

/* ===============================================
   VISION MISSION PROMISE SECTION STYLES
   =============================================== */

/* Vision Section Title */
.vision-section-title {
    position: relative;
}

.vision-subtitle {
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.vision-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
}

.vision-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #007bff, #28a745);
    border-radius: 2px;
}

.vision-description {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Vision Mission Promise Cards */
.vision-card,
.mission-card,
.promise-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 123, 255, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vision-card::before,
.mission-card::before,
.promise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: all 0.3s ease;
}

.vision-card::before {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.mission-card::before {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.promise-card::before {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.vision-card:hover,
.mission-card:hover,
.promise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.vision-icon,
.mission-icon,
.promise-icon {
    text-align: center;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.vision-card:hover .vision-icon,
.mission-card:hover .mission-icon,
.promise-card:hover .promise-icon {
    transform: scale(1.1);
}

.vision-icon i,
.mission-icon i,
.promise-icon i {
    font-size: 3rem;
    padding: 20px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.vision-icon i {
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
}

.mission-icon i {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.promise-icon i {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
}

.vision-content,
.mission-content,
.promise-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vision-title,
.mission-title,
.promise-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

.vision-text,
.mission-text,
.promise-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 25px;
    flex: 1;
}

.vision-features,
.mission-features,
.promise-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.vision-feature,
.mission-feature,
.promise-feature {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.mission-feature {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.promise-feature {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.vision-feature:hover,
.mission-feature:hover,
.promise-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Vision CTA */
.vision-cta {
    margin-top: 50px;
}

.btn-vision-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-vision-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-vision-primary:hover::before {
    left: 100%;
}

.btn-vision-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3, #004085);
    color: white;
}

/* Vision Mission Promise Responsive */
@media (max-width: 768px) {
    .vision-main-title {
        font-size: 2.2rem;
    }
    
    .vision-description {
        font-size: 1rem;
        margin-top: 20px;
    }
    
    .vision-subtitle {
        font-size: 14px;
    }
    
    .vision-card,
    .mission-card,
    .promise-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .vision-icon i,
    .mission-icon i,
    .promise-icon i {
        font-size: 2.5rem;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .vision-main-title {
        font-size: 1.8rem;
    }
    
    .vision-description {
        font-size: 0.9rem;
    }
    
    .vision-card,
    .mission-card,
    .promise-card {
        padding: 25px 15px;
    }
    
    .vision-title,
    .mission-title,
    .promise-title {
        font-size: 1.3rem;
    }
    
    .vision-text,
    .mission-text,
    .promise-text {
        font-size: 0.9rem;
    }
}

/* ============================================
   TEAM PAGE STYLES
   ============================================ */

/* Team Hero Section */
.team-hero-area {
    position: relative;
    background-image: url('assets/img/bg/bg-4.jpg'), linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 200px 0 150px;
    overflow: hidden;
}

.team-hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(22, 33, 62, 0.8) 50%, rgba(15, 52, 96, 0.8) 100%);
    z-index: 1;
}

.team-hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.team-hero-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.team-hero-badge-text {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff !important;
}

.team-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.team-hero-highlight {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.team-hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.team-hero-services {
    margin-bottom: 40px;
}

.team-hero-services .service-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    margin: 5px;
    border-radius: 25px;
    font-size: 14px;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.team-hero-services .service-tag:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.breadcrumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-menu li {
    margin: 0 10px;
}

.breadcrumb-menu a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-menu a:hover {
    color: #ffffff !important;
}

.breadcrumb-menu span {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Team Modern Section */
.team-modern-area {
    padding: 130px 0 100px;
    background: #f8f9fa;
}

.team-section-header {
    margin-bottom: 80px;
}

.team-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.team-badge-text {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.team-highlight {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.team-section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Team Cards */
.team-card-modern {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.team-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.team-member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card-modern:hover .team-member-image {
    transform: scale(1.1);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.8), rgba(0, 212, 255, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card-modern:hover .team-overlay {
    opacity: 1;
}

.team-social-links {
    display: flex;
    gap: 15px;
}

.team-social-links .social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-social-links .social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.team-member-info {
    padding: 25px;
    text-align: center;
}

.team-member-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.team-member-role {
    color: #007bff;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}

/* Team CTA Section */
.team-cta-area {
    position: relative;
    background-image: url('assets/img/bg/bg-2.jpg'), linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden;
}

.team-cta-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(22, 33, 62, 0.8) 50%, rgba(15, 52, 96, 0.8) 100%);
    z-index: 1;
}

.team-cta-content {
    position: relative;
    z-index: 2;
    color: white;
}

.team-cta-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.team-cta-badge-text {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.team-cta-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.team-cta-highlight {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.team-cta-description {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.team-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-team-cta-primary {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.btn-team-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
    color: white;
}

.btn-team-cta-outline {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 13px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.btn-team-cta-outline:hover {
    background: #007bff;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2);
}

/* Team Page Responsive */
@media (max-width: 768px) {
    .team-hero-title {
        font-size: 2.5rem;
    }
    
    .team-hero-description {
        font-size: 1rem;
    }
    
    .team-section-title {
        font-size: 2rem;
    }
    
    .team-cta-title {
        font-size: 2rem;
    }
    
    .team-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .team-cta-buttons .btn {
        margin: 5px 0;
    }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

/* Contact Hero Section */
.contact-hero-area {
    position: relative;
    background-image: url('assets/img/bg/bg-3.jpg'), linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 200px 0 150px;
    overflow: hidden;
}

.contact-hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.8) 0%, rgba(22, 33, 62, 0.8) 50%, rgba(15, 52, 96, 0.8) 100%);
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.contact-hero-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-hero-badge-text {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff !important;
}

.contact-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.contact-hero-highlight {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-hero-services {
    margin-bottom: 40px;
}

.contact-hero-services .service-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    margin: 5px;
    border-radius: 25px;
    font-size: 14px;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.contact-hero-services .service-tag:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Contact Info Modern Section */
.contact-info-modern-area {
    background: #f8f9fa;
}

.contact-info-header {
    margin-bottom: 80px;
}

.contact-info-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-info-badge-text {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.contact-info-highlight {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-info-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Contact Cards */
.contact-card-modern {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-card-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-country-flag {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #00d4ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 24px;
}

.contact-country {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.contact-card-content {
    flex: 1;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-info-details h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.contact-info-details p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.contact-info-details a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-details a:hover {
    color: #0056b3;
}

/* Contact Form Modern Section */
.contact-form-modern-area {
    background: white;
}

.contact-form-header {
    margin-bottom: 80px;
}

.contact-form-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-form-badge-text {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.contact-form-highlight {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-form-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-wrapper {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group-modern {
    position: relative;
    margin-bottom: 0;
}

.form-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #007bff;
    font-size: 16px;
    z-index: 2;
}

.form-control-modern {
    width: 100%;
    padding: 15px 20px 15px 50px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
    outline: none;
}

.form-control-modern:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.textarea-modern {
    min-height: 120px;
    resize: vertical;
}

.btn-contact-submit {
    background: linear-gradient(135deg, #007bff, #00d4ff);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.btn-contact-submit:hover {
    background: linear-gradient(135deg, #0056b3, #0099cc);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
    color: white;
}

.btn-contact-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

/* Contact Message Styles */
.contact-message {
    margin-top: 20px;
    animation: fadeInUp 0.5s ease;
}

.contact-message .alert {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-message .alert-success {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    color: #28a745;
    backdrop-filter: blur(10px);
}

.contact-message .alert i {
    font-size: 16px;
}

/* Contact Page Responsive */
@media (max-width: 768px) {
    .contact-hero-title {
        font-size: 2.5rem;
    }
    
    .contact-hero-description {
        font-size: 1rem;
    }
    
    .contact-info-title,
    .contact-form-title {
        font-size: 2rem;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .contact-card-modern {
        padding: 30px 20px;
    }
}

/* AI Hero Area - Modern Styling */
.ai-hero-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 230px 0;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.ai-hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.7) 0%, rgba(0, 212, 255, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: -1;
}

.ai-hero-content {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ai-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 10px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.ai-hero-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.ai-hero-badge-text {
    font-size: 14px;
    font-weight: 600;
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ai-hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ai-hero-highlight {
    color: #00d4ff;
    background: linear-gradient(135deg, #00d4ff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ai-hero-description {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 35px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.ai-hero-services {
    margin-bottom: 40px;
}

.ai-hero-services .service-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 8px 20px;
    margin: 5px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.ai-hero-services .service-tag:hover {
    background: rgba(0, 212, 255, 0.3);
    border-color: rgba(0, 212, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
}

.breadcrumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.breadcrumb-menu li {
    display: inline-block;
}

.breadcrumb-menu li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.breadcrumb-menu li a:hover {
    color: #00d4ff;
}

.breadcrumb-menu li span {
    color: #00d4ff;
    font-weight: 600;
}

.breadcrumb-menu li:not(:last-child)::after {
    content: "||";
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive styles for AI Hero Area */
@media (max-width: 1200px) {
    .ai-hero-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .ai-hero-area {
        padding: 150px 0;
        min-height: 80vh;
    }

    .ai-hero-title {
        font-size: 2.5rem;
    }

    .ai-hero-description {
        font-size: 1.1rem;
    }

    .ai-hero-services .service-tag {
        font-size: 13px;
        padding: 6px 15px;
        margin: 3px 5px;
    }
}

@media (max-width: 480px) {
    .ai-hero-title {
        font-size: 2rem;
    }

    .ai-hero-description {
        font-size: 1rem;
    }

    .ai-hero-badge {
        padding: 8px 20px;
    }

    .ai-hero-services .service-tag {
        font-size: 12px;
        padding: 5px 12px;
    }
}

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