html, body {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #355EFC;
	transition: color 0.3s ease;
}

a:hover {
	text-decoration: none;
	color: #244dd4;
}

p {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #333;
	letter-spacing: 0.3px;
}

img {
  	max-width: 100%;
  	height: auto;
  	width:100%;
}

.templatemo_footer {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.btn-primary {
  background-color: #355EFC;
  border-color: #355EFC;
  border-radius: 8px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  padding: 12px 30px;
  box-shadow: 0 2px 8px rgba(53, 94, 252, 0.2);
}

.btn-primary:hover {
  background-color: #244dd4;
  border-color: #244dd4;
  box-shadow: 0 4px 16px rgba(53, 94, 252, 0.4);
  transform: translateY(-2px);
}

.btn-primary:active {
  box-shadow: 0 1px 4px rgba(53, 94, 252, 0.3);
  transform: translateY(0);
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  padding: 12px 30px;
}

.btn-secondary:hover {
  background-color: white;
  color: #355EFC;
  transform: translateY(-2px);
}

.btn-large {
  font-size: 16px;
  padding: 14px 40px;
}

/* Modern Hero Section Styles */
.modern-hero {
  background: linear-gradient(135deg, #355EFC 0%, #1e3a8a 100%);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.modern-hero::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -100px;
  right: -50px;
  opacity: 0.5;
}

.modern-hero::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -50px;
  left: -80px;
  opacity: 0.4;
}

.hero-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  color: white;
  padding-right: 40px;
}

.hero-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #e0e7ff;
  letter-spacing: 0.5px;
}

.hero-description {
  font-size: 15px;
  color: #c7d2fe;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 500px;
}

.hero-cta-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.hero-cta-group .btn {
  transition: all 0.3s ease;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: white;
}

.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-shape {
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  position: relative;
  animation: float 3s ease-in-out infinite;
}

.hero-image-img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  animation: float 3s ease-in-out infinite;
  object-fit: cover;
}

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

.mainTop {
	margin: 0;
}
.mailme {
	line-height: 36px;
}
.fa-envelope {
	margin-right: 10px;
}
.socials {
	overflow: hidden;
}
.socials ul {
	padding-left: 0;
	margin-bottom: 0;
	float: right;
}
.socials ul li {
	display: inline-block;
	list-style-type: none;
}
.socials ul li a {
	display: block;
}
.socials ul li a:hover {
	background-color: #00ACE9;
	color: whitesmoke;
}
.soc {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
}

/* IMG slider TXT */
.imgTxt {
  color: white;
	text-align: center;
}
.txtWrap1 {
  color: white;
	margin: 0 auto;
}
.txtWrap1 ul {
	margin-bottom: 20px;
  padding-left: 0;
}
.txtWrap1 ul li {
	list-style-type: none;
	display: inline-block;
}
.tinyCell {
	width: 45px;
	height: 10px;
	border-bottom: 2px solid white;
	position: relative;
	top: -30px;
	margin: 0 30px;
}
.txtWrap1 h2 {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 0;
}
.txtWrap1 h1 {
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 3px;
	margin-top: 0;
}

.txtWrap2 {
  color: white;
  margin: 0 auto;
}
.txtWrap2 p {
	margin-bottom: 30px;
	color: white;
	font-weight: 100;
}
.listContact,
.listButton {
  color: white;
	list-style-type: none;
	padding-left: 0;
	margin-top: 40px;
}
.listContact li {
	margin: 0 10px;
	font-weight: 100;
}
.listContact i,
.listContact span {
	margin-right: 10px;
}
.listContact li,
.listButton li {
	display: inline-block;
}
.listButton li {
	margin: 0 10px;
}
.listButton li a {
	color: whitesmoke;
	padding: 10px 35px;
	border: 1px solid whitesmoke;
	display: block;
}
.listButton li a:hover {
	cursor: pointer;
}

/* logo + main menu */
.mWrapper {
	margin-bottom: 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  	width: 100%;
  	background-color: white;
  	z-index: 5000;
  	border-bottom: 3px solid #355EFC;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
}

body {
	padding-top: 0;
}
.logo {
	padding: 0;
}

/* Text-based logo styling */
.logo-text {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #355EFC;
	margin: 0;
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.1;
	background: linear-gradient(135deg, #355EFC 0%, #244dd4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition: all 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: inline-block;
}

.logo-text::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #355EFC, #244dd4);
	transition: width 0.4s ease;
}

.logo-text:hover::before {
	width: 100%;
}

.logo-text:hover {
	text-shadow: 0 0 20px rgba(53, 94, 252, 0.3);
	transform: scale(1.02);
}

@media(max-width:767px){
	.logo-text {
		font-size: 20px;
		padding: 15px 0;
	}
}

@media(min-width:768px) and (max-width:991px){
	.logo-text {
		font-size: 22px;
	}
}
.mainMenu {

}
.mainMenu ul {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
}
.mainMenu li {
	list-style-type: none;
	display: inline-block;
}
.mainMenu li a {
	display: block;
	text-transform: uppercase;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	color: #333;
}

.mainMenu li a:hover {
	background-color: #f5f5f5;
	color: #355EFC;
	border-bottom: 3px solid #355EFC;
}

/* section 1 */
.section1,
.section2,
.section3,
.section4,
.section5 {
	padding-bottom: 50px;
	padding-top: 80px;
	border-bottom: 1px solid #f0f0f0;
}

/* Modern Service Cards */
.services-grid {
  margin-top: 50px;
}

.service-card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #355EFC, #244dd4);
  transition: left 0.4s ease;
}

.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(53, 94, 252, 0.25);
  border-color: #355EFC;
}

.service-card:hover::before {
  left: 0;
}

.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #355EFC, #1e3a8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 36px;
  color: white;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(53, 94, 252, 0.3);
}

.service-card:hover .card-icon {
  transform: scale(1.15) rotateY(180deg);
  background: linear-gradient(135deg, #1e3a8a, #355EFC);
  box-shadow: 0 12px 30px rgba(53, 94, 252, 0.4);
}

.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.service-card:hover h3 {
  color: #355EFC;
}

.service-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  transition: color 0.3s ease;
}

.service-card:hover p {
  color: #555;
}

@media (max-width: 768px) {
  .service-card {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
  
  .card-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
  
  .service-card h3 {
    font-size: 18px;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
  }
}

/* Service Areas List */
.service-areas-list {
  margin-top: 40px;
  padding: 30px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.areas-grid li {
  background: white;
  padding: 18px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.areas-grid li:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(53, 94, 252, 0.15);
  border-color: #355EFC;
  background: #f8faff;
}

.areas-grid li i {
  color: #355EFC;
  font-size: 18px;
  flex-shrink: 0;
}

.areas-grid li span {
  color: #333;
  font-weight: 500;
  font-size: 15px;
}

/* FAQ Accordion */
.faq-accordion {
  max-width: 900px;
  margin: 40px auto;
}

.accordion-item {
  margin-bottom: 15px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 8px 20px rgba(53, 94, 252, 0.12);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
  background: white;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.accordion-item.active .accordion-header {
  background: #f0f5ff;
  border-left-color: #355EFC;
}

.accordion-header:hover {
  background: #f8faff;
}

.accordion-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.accordion-item.active .accordion-title {
  color: #355EFC;
}

.accordion-header i {
  color: #355EFC;
  font-size: 16px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

.accordion-item.active .accordion-header i {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  padding: 0 24px 22px;
}

.accordion-content p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

/* Contact Info Cards */
.contact-info-card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  border: 2px solid transparent;
}

.contact-info-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 40px rgba(53, 94, 252, 0.2);
  border-color: #355EFC;
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #355EFC, #1e3a8a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  color: white;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(53, 94, 252, 0.3);
}

.contact-info-card:hover .contact-icon {
  transform: scale(1.15);
  box-shadow: 0 12px 30px rgba(53, 94, 252, 0.4);
}

.contact-info-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.contact-info-card:hover h3 {
  color: #355EFC;
}

.contact-info-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin: 10px 0 0;
}

.contact-info-card .hours-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.contact-info-card .subtext {
  font-size: 13px;
  color: #999;
  margin-top: 8px;
}

.contact-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #355EFC;
  text-decoration: none;
  margin: 10px 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.contact-link:hover {
  color: #244dd4;
  border-bottom-color: #244dd4;
}

@media (max-width: 768px) {
  .areas-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  
  .accordion-header {
    padding: 18px 20px;
  }
  
  .accordion-title {
    font-size: 14px;
  }
  
  .contact-info-card {
    padding: 30px 20px;
  }
  
  .contact-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}
.secHeader {
	width: 60%;
	margin: 0 auto;
}
.secHeader h1 {
	text-transform: uppercase;
	color: #355EFC;
	letter-spacing: 3px;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 20px;
}

.secHeader h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #355EFC;
	border-radius: 2px;
}

.secHeader p {
	letter-spacing: 1px;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}

.hexagon-a {
	height: 160px;
	margin-top: 6px;
	position: absolute;
	z-index: 300;
	left: 50%;
	margin-left: -55px;
}
.hexagon-a a {
  margin: 0 auto;
  width: 26%;
  display: block;
  min-width: 110px;
  position: relative;
}
.hexagon-a a.hlinktop:hover .hexa-a {
  background: #355EFC;
  color: #fff;
  box-shadow: 0 4px 12px rgba(53, 94, 252, 0.3);
}

.hexagon {
	height: 160px;
	margin-top: 60px;
}
.hexagon a.hlinkbott {
  margin: 0 auto;
  width: 26%;
  display: block;
  min-width: 120px;
  position: relative;
}

.hexagon a.hlinkbott:hover .hexa {
  background: #244dd4;
  box-shadow: 0 4px 12px rgba(53, 94, 252, 0.2);
}

/* mid hexa */
.hexa-a {
  width: 100%;
  min-width: 110px;
  height: 0;
  padding-bottom: 57.7%;
  margin: 30% 0 0;
  background: #fff;
  position: absolute;
  color: #355EFC;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hexa-a:before, .hexa-a:after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  padding: inherit;
  background: inherit;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 0;
  position: absolute;
  border-radius: inherit;
}

.hexa-a:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hcontainer-a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.vertical-align-a {
  display: table;
  height: 100%;
  width: 100%;
}

.texts-a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: FontAwesome;
  font-size: 40px;
  color: #355EFC;
} 

/* main Hexa */ 
.hexa {
  width: 100%;
  min-width: 120px;
  height: 0;
  padding-bottom: 57.7%;
  margin: 30% 0 0;
  background: #355EFC;
  position: absolute;
  color: #FFF;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0%;
  box-shadow: 0 4px 12px rgba(53, 94, 252, 0.2);
}

.hexa:before, .hexa:after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  padding: inherit;
  background: inherit;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: 0;
  position: absolute;
  border-radius: inherit;
}

.hexa:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hcontainer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.vertical-align {
  display: table;
  height: 100%;
  width: 100%;
}

.texts {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: FontAwesome;
  font-size: 40px;
  color: white;
}

.blok {
	padding: 30px 25px;
	background: #fff;
	border-radius: 12px;
	transition: all 0.3s ease;
	margin-bottom: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blok:hover {
	box-shadow: 0 8px 20px rgba(53, 94, 252, 0.15);
	transform: translateY(-5px);
}

.blok h4 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin: 25px 0 15px;
	letter-spacing: 0.5px;
}

.blok p {
	margin-bottom: 20px;
	color: #666;
	line-height: 1.7;
	font-size: 15px;
}

/* section 2 */
.glView {

}
.switcher {
	text-align: center;
	margin: 50px 0 30px;
}
.switcher ul {
	padding-left: 0;
}
.switcher ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 20px;
}
.switcher ul li {
	color: #ccc;
  cursor:  pointer;
}
.switcher ul li:hover {
	color: #355EFC;
}
.switcher ul li i {
	font-size: 32px;
	-webkit-font-smoothing: antialiased;
}

.switcher ul li.grid-active,
.switcher ul li.list-active {
  color: #355EFC;
}

.menuSwitch {
	text-align: center;
	margin: 30px 0 50px;
}
.menuSwitch ul {
	padding-left: 0;
}
.menuSwitch ul li {
	list-style-type: none;
	display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  color: #355EFC;
  background-color: transparent;
  border: 2px solid #355EFC;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.menuSwitch ul li:hover {
	background-color: #f0f5ff;
	color: #244dd4;
	border-color: #244dd4;
}

.menuSwitch ul li.cat-active {
  background-color: #355EFC;
  color: white;
  border-color: #355EFC;
}

.imgSwitch {

}

.dbox {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.dbox .itemCont {
  display: inline-block;
}
.dbox .itemCont a {
  display: block;
  padding-bottom: 5px;
}
.dbox .itemCont a:hover {
  background-color: #355EFC;
  color: white;
}
.dbox .goto {
  display: none;
}
.itemCont {
  overflow: hidden;
}
.itemInfo {
  display: block;
}
.itemInfo p {
  display: none;
}
.thumb img {
  text-align: center;
}
.loadit {
  text-align: center;
}

/* switch mode */
.dbox-list {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.dbox-list > .itemCont > a > .thumb {
  width: 100px;
  float: left;
}
.dbox-list > .itemCont > a > .itemInfo {
  float: left;
  margin-left: 30px;
  width: 75%;
}
.dbox-list > .itemCont > a > .itemInfo > p {
  display: block;
  color: #777;
}
.dbox-list .goto {
  display: block;
  float: right;
}


/* section 3 */
.knobWrap {
  margin: 100px 0 30px;
}
.knob {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

.teamInfo {
  overflow: hidden;
  margin-bottom: 80px;
}
.teamInfo ul {
  padding-left: 0;
  margin: 80px 0;
}
.teamInfo ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 20%;
  cursor: pointer;
}
.teamBox {
}
.imgWrp {
  height: 190px;
  overflow: hidden;
  cursor:pointer;
  opacity: 0.5;
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}
.imgWrp:hover {
    height: 220px;
    opacity: 1;
    margin-top: -15px;
}
.tInfo {
}
.sbot {
  margin: 50px 0;
}
.sbot ul {
  float: none;
  text-align: center;
}

/* section 4 */
/* none */

/* Hero section responsive styles */
.hero-overlay {
	margin: -300px auto 0;
	position: relative;
	z-index: 100;
}

.hero-overlay div {
	background: rgba(53, 94, 252, 0.95);
	padding: 50px 40px;
	border-radius: 16px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-overlay h1 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 20px;
	color: white;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	letter-spacing: 1px;
}

.hero-overlay h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.hero-overlay p {
	font-size: 20px;
	margin-bottom: 30px;
	color: #f0f0f0;
	line-height: 1.6;
}

.hero-overlay .btn {
	font-size: 18px;
	padding: 15px 45px;
	background-color: white;
	color: #355EFC;
	border: none;
	font-weight: 700;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
}

.hero-overlay .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.3);
	background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
	.hero-overlay {
		margin-top: -200px;
	}
	.hero-overlay h1 {
		font-size: 28px !important;
	}
	.hero-overlay h2 {
		font-size: 18px !important;
	}
	.hero-overlay p {
		font-size: 16px !important;
	}
	.hero-overlay .btn {
		font-size: 16px !important;
		padding: 12px 30px !important;
	}
	
	/* Modern Hero Mobile Styles */
	.modern-hero {
		min-height: 500px;
		padding: 40px 20px;
		margin-top: 0;
	}
	
	.hero-container {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.hero-title {
		font-size: 32px;
		margin-bottom: 10px;
	}
	
	.hero-subtitle {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.hero-description {
		font-size: 15px;
		margin-bottom: 25px;
	}
	
	.hero-cta-group {
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.hero-cta-group .btn {
		width: 100%;
		text-align: center;
	}
	
	.hero-image {
		display: none;
	}
	
	.hero-features {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.feature-item {
		flex: 0 1 calc(50% - 8px);
		font-size: 13px;
		padding: 12px 12px;
	}
	
	.feature-icon {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
}

/* section 5 */
.templatemo_maps {
  margin: 50px 0;
  display: block;
  overflow: hidden;
  height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(53, 94, 252, 0.12);
}
.fluid-wrapper {
    position: relative;
    /* padding-bottom: 56.25%;  16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: none;
}
.addr {

}
.addr ul {
  padding-left: 0;
}
.addr ul li {
  list-style-type: none;
} 
.addr ul li {
  list-style-type: none;
  margin-bottom: 15px;
  color: #666;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.addr ul li i {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  color: #355EFC;
  font-size: 16px;
  text-align: center;
  flex-shrink: 0;
}

/* section 6 */
.partnerWrap {
  margin: 100px 0;
  position: relative;
}
.slideshow { 
  margin: auto;
  width: 80%;
}
.slideshow img { padding: 2px; }
div.responsive img { width: auto; height: auto }
.cycle-pager { position: static; margin-top: 5px }
div.vertical { width: 100px }


#prev {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -10%;
  left:0;
  text-indent: -9999px;
  background: url(../images/prev.png)0px -50px no-repeat;
}
#next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -10%;
  right: 0;
  text-indent: -9999px;
  background: url(../images/next.png)0px -50px no-repeat;
}
#prev:hover,
#next:hover {
  background-position: 0px 0px;
}

/* section7 */
.testimon {
  background-color: #00ACE9;
  padding: 30px 0;
}
blockquote small {
  color: white;
  margin-bottom: 20px;
}
.bxslider {
  padding-left: 0;
}
.bxslider blockquote {
    position: relative;
    padding: 0 20%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-left: 0;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    margin-bottom: 8px;
}

.bxslider blockquote:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../images/quote-left.png') center center no-repeat;
    left: 5%;
    top: 10px;
}

.bxslider blockquote:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../images/quote-right.png') center center no-repeat;
    right: 5%;
    top: 10px;
}

.bxslider span.date-post {
    margin-bottom: 15px;
}
.bxslider li{
    overflow:hidden;
    margin-bottom: 40px;
}

#box-img_testimonial {
  text-align: center;
}
#box-img_testimonial a {
  width: 50px;
  margin: 0 12px;
  opacity: 0.5;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
transition:all .2s linear; 
-o-transition:all .2s linear; 
-moz-transition:all .2s linear; 
-webkit-transition:all .2s linear;
}
#box-img_testimonial a:hover {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
opacity: 1;
}
.tesimonial-autor {
  color: white;
}
.tesimonial-autor h4 {
  font-weight: 700;
}

/* footer */
footer {
  margin-top: 0;
  padding-top: 50px;
  background-color: #f9fafb;
  border-top: 3px solid #355EFC;
}

footer .info1 h4,
footer .info2 h4,
footer .info3 h4 {
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #355EFC;
  font-size: 16px;
  letter-spacing: 1px;
}

footer .addr p {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.info2 > div > div {
  margin-bottom: 20px;
}
.gotop {
  background-color: #f0f0f0;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}

.gotop a {
	color: #355EFC;
	font-weight: 600;
	letter-spacing: 0.3px;
	transition: all 0.3s ease;
}

.gotop a:hover {
	color: #244dd4;
	transform: translateY(-3px);
}
.bfWrap {
  padding: 30px 0;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.opener {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}
.opener span {
    display: inline-block;    
}
.opener span:before,
.opener span:after {
    border-top: 1px solid #ddd;
    display: block;
    height: 1px;
    content: " ";
    width: 45%;
    position: absolute;
    left: 0;
    top: 1.2em;
}
.opener span:after {
   right: 0;  
   left: auto; 
}

.opener a {
	color: #355EFC;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.3px;
	transition: all 0.3s ease;
}

.opener a:hover {
	color: #244dd4;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {

  #slider-direction-nav,
	#slider-control-nav { opacity: 1; }
	.mailme {
		
	}
	.socials ul {
		float: none;
		text-align: center;
	}
  .mainMenu li a {
		padding: 5px;
    font-size: 8px;
	}
  .secHeader {
    width: 100%;
  }
  .txtWrap1 {
    margin-bottom: 10px;
  }
  .txtWrap1 h2,
  .txtWrap1 h1 {
    font-size: 14px;
  }
  .listContact, .listButton {
    margin-top: 20px;
  }
  .menuSwitch ul li {
    padding: 5px;
    font-size: 11px;
  }
  .teamInfo ul li {
    width: 50%;
  }
  .imgWrp {
    height: 150px !important;
  }
  .imgWrp:hover {
      height: 150px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0;
  }
  #box-img_testimonial a {
    width: 30px;
  }
  .opener span:before,
  .opener span:after {
    width: 25%;
  }
}

@media(max-width:767px){
	.logo {
		text-align: center;
	}
	.logo-text {
		font-size: 20px;
		padding: 12px 0;
	}
	.mainMenu ul {
		float: none;
		text-align: center;
	}
	.mainMenu li a {
		padding: 12px 8px;
		font-size: 12px;
	}
	.secHeader {
		width: 100%;
		padding: 0 15px;
	}
	.secHeader h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.blok {
		padding: 20px 15px;
		margin-bottom: 20px;
	}
	.infoTxt {
		padding: 25px 20px;
		margin: 20px 0;
	}
}
@media(min-width:768px){
	.mainMenu li a {
		padding: 20px 10px;
		font-size: 13px;
	}
	.secHeader {
		width: 70%;
	}
}
@media(min-width:992px){
	.mainMenu li a {
		padding: 20px 15px;
		font-size: 14px;
	}
	.secHeader {
		width: 65%;
	}
	.blok {
		padding: 35px 30px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }

}

/* CTA Sections */
.cta-section {
  padding: 70px 20px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-primary {
  background: linear-gradient(135deg, #355EFC 0%, #1e3a8a 100%);
}

.cta-section::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -100px;
  right: -50px;
  z-index: 0;
}

.cta-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -80px;
  left: -60px;
  z-index: 0;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #e0e7ff;
  line-height: 1.8;
}

.cta-button {
  display: inline-block;
  padding: 14px 40px;
  background-color: white;
  color: #355EFC;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cta-button i {
  margin-right: 10px;
}

.cta-button-light {
  background-color: white;
  color: #355EFC;
}

.cta-secondary {
  background: linear-gradient(135deg, #244dd4 0%, #1e3a8a 100%);
}

/* Service Detail Sections */
.section-services-detail {
  background-color: #f9fbfd;
  padding-bottom: 60px;
}

.service-detail-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  min-height: 450px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(53, 94, 252, 0.15);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  object-fit: cover;
}

.service-detail-image:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(53, 94, 252, 0.25);
}

.service-detail-content {
  padding: 30px 0;
}

.service-detail-content h3 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.service-detail-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 25px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.service-features li:hover {
  color: #355EFC;
  transform: translateX(8px);
}

.service-features i {
  color: #355EFC;
  font-size: 18px;
  flex-shrink: 0;
}

.service-cta-btn {
  display: inline-block;
  padding: 15px 45px;
  background-color: #355EFC;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(53, 94, 252, 0.3);
  border: 2px solid #355EFC;
  letter-spacing: 0.5px;
}

.service-cta-btn:hover {
  background-color: #244dd4;
  border-color: #244dd4;
  box-shadow: 0 8px 25px rgba(53, 94, 252, 0.4);
  transform: translateY(-2px);
}

/* About Cards */
.about-card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid transparent;
  height: 100%;
}

.about-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 40px rgba(53, 94, 252, 0.2);
  border-color: #355EFC;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
}

.about-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #355EFC, #244dd4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 36px;
  color: white;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(53, 94, 252, 0.3);
}

.about-card:hover .about-icon {
  transform: scale(1.15) rotateY(180deg);
  background: linear-gradient(135deg, #244dd4, #355EFC);
  box-shadow: 0 12px 30px rgba(53, 94, 252, 0.4);
}

.about-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.about-card:hover h3 {
  color: #355EFC;
}

.about-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0;
  transition: color 0.3s ease;
}

.about-card:hover p {
  color: #333;
}

@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 28px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .service-detail-image {
    margin-bottom: 20px;
    max-height: 450px;
    min-height: 350px;
  }
  
  .service-detail-content h3 {
    font-size: 24px;
  }
  
  .service-detail-content p {
    font-size: 15px;
  }
  
  .about-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .about-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
  
  .about-card h3 {
    font-size: 20px;
  }
  
  .service-features li {
    font-size: 15px;
  }
}