@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,300;1,500;1,600&display=swap");

/*CSS Table Of Content Ends Here*/
:root {
/*dunkelblau: #004467, grün: #add25e, hellblau: #3AB6DF*/
  --theme-color: #3ab6df; /* --> hellblau*/
  --theme-one: #fa8fc1; /*pink*/
  --theme-two: #99754566; /*braun*/
  --primary-color: #add25e; /* --> grün*/
  --section-bg: #f7f7f7; /*weiß*/
  --section-bg-two: #fff9f5; /*schwach orange*/
  --button-color: #252627; /*dunkles grau/schwarz*/
  --secoundary-color: #004467; /* --> dunkelblau*/ /*FIX: der hat überall "secound" geschrieben...*/
  --secoundary-one: #2f16; /*neongrün*/
  --white-color: #fff;
  --black-color: #363636;
  --ratting-color: #ffd247; /*gelb-orange*/
  --pragraph-color: #004467; /*636363 helles grau*/
  --box-bg: #242471; /*blau-lila*/
  --border-color: #91b3cd; /*hellblau-grau*/
  --radius: #3e3ec9; /*hellblau-lila*/
  --border: #6100ff; /*hellblau-lila*/
  --border-two: #e8dff8; /*hell lila*/
  --placehol: #b0bcde; /*hell lila-grau*/
}

body {
  color: var(--white-color);
  padding: 0;
  margin: 0;
  background: var(--white-color);
  overflow-x: auto;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-color);
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 91.2px;
  margin-top: -7px;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -12px;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 43px;
  line-height: 57px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 45.2px;
  margin-top: -15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  margin-top: -1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 25px;
}

.text-justify {
	text-align: justify;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

a {
  text-decoration: none;
  margin: 0;
  color: #add25e; /*var(--theme-color);*/ /*FIX warum ist die Überschrift hier schwarz, obwohl "theme-col" eingestellt war und ich es auf "grün" geädnert habe?*/
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--pragraph-color);
  font-family: "Montserrat", sans-serif;
}

.klaro-embed-notice {
    padding: 1em;
    background: #f9f9f9;
    border: 1px solid #ccc;
    margin-bottom: 2em;
}

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

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

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

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

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

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

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

.text-base {
  color: var(--primary-color);
}

.text-base-2 {
  color: var(--secoundary-color);
}

.theme {
  color: var(--theme-one);
}

.title-white {
  color: var(--white-color);
}

.active-bg {
  background-color: var(--theme-color);
}
.active-bg .header-tittle {
  color: var(--white-color);
}
.active-bg .price h3 {
  color: var(--white-color) !important;
}
.active-bg .price p {
  color: var(--white-color);
}
.active-bg .price .list li {
  color: var(--white-color) !important;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.bg {
  background: var(--section-bg);
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  background-color: 
}

.section-header {
  position: relative;
}
.section-header .section-title {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section-header p {
  font-size: 18px;
  margin-bottom: 35px;
  color: var(--pragraph-color);
}

/*--Section Header End--*/
/*--Section Header End--*/
/*========== About Section Start  ==========*/
.about-section {
  overflow: hidden;
}
.about-section .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-section .about-items .about-tittle {
  color: var(--black-color);
  margin-bottom: 30px;
}
.about-section .about-items p {
  margin-bottom: 10px;
}
.about-section .about-items .button {
  margin-top: 25px;
}
.about-section .about-items .button .btns {
  padding: 15px 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--theme-color);
}
.about-section .about-items .button .btns:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.about-section .about-items .progress-items {
  margin-top: 30px;
}
.about-section .about-items .progress-conetnt h6 {
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: -10px;
}
.about-section .about-items .progress {
  margin: 18px 0;
  padding: 0;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background: var(--section-bg);
  border-radius: 6px;
}
.about-section .about-items .bar {
  position: relative;
  min-width: 1%;
  height: 100%;
  background: var(--theme-color);
}
.about-section .about-items .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

/*========== About Section End  ==========*/
/*========== Footer Scetion Start ==========*/
.footer-section {
  overflow: hidden;
  background-color: rgba(34, 54, 69, 0.98);
}
.footer-section .footer-top .widget-items .footer-head {
  margin-bottom: 30px;
}
.footer-section .footer-top .widget-items .footer-head .header-content {
  color: var(--white-color);
  text-transform: capitalize;
}
.footer-section .footer-top .widget-items .footer-content-area p {
  color: var(--white-color);
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-icon {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-icon li {
  margin-right: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-icon li a {
  font-size: 18px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li {
  margin-bottom: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li a {
  font-weight: 400;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li a:hover {
  color: var(--theme-color);
  margin-left: 5px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list svg {
  font-size: 16px;
  color: var(--white-color);
  margin-right: 8px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list span {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}
.footer-section .border-area {
  border-top: 1px solid var(--theme-color);
}
.footer-section .border-area .footer-bottom {
  padding: 30px 0px;
  text-align: center;
}
.footer-section .border-area .footer-bottom p {
  color: var(--white-color);
}
.footer-section .border-area .footer-bottom p a {
  color: var(--theme-color);
  letter-spacing: 1px;
  font-weight: 700;
}
/*========== Footer Scetion Here ==========*/

/*----Menu Header Start-----*/
.header-section {
  top: 0;
  width: 100%;
  z-index: 99999;
  background-color: var(--secoundary-color); /*hier Farbe ergänzt*/
}

.header-section-two {
  top: 0;
  width: 100%;
  z-index: 99999;
  position: absolute;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background: #F0F8FF;
  box-shadow: 0px -31px 32px 9px var(--theme-color);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 20px 0;
}
.header-wrapper .logo-menu {
  max-width: 190px;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-wrapper .main-menu li a {
  color: var(--theme-color);
  font-weight: 800;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: capitalize;
}
.header-wrapper .main-menu li a:hover {
  color: var(--primary-color);
}
.header-wrapper .main-menu li a svg {
  font-size: 15px;
}
.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(15px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 250px;
    transition: all 0.8s;
    background: #F0F8FF;
    padding: 10px 10px 10px;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 5px;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 15px 0;
}
.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(18, 19, 21, 0.1215686275);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .main-menu .active a {
  color: var(--theme-color);
}
.header-wrapper .main-menu .logo-menu-three {
  width: 130px;
  height: 85px;
}
.header-wrapper .main-menu .logo-menu-three img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----Menu Header Start-----*/
.subtitle-wrapper {
  background: var(--primary-color);
  padding: 10px 20px 13px;
}
.subtitle-wrapper .main-sub {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.subtitle-wrapper .main-sub .subtitle-left {
  display: flex;
  align-items: center;
}
.subtitle-wrapper .main-sub .subtitle-left li:not(:last-child) {
  margin-right: 20px;
}
.subtitle-wrapper .main-sub .subtitle-left li svg {
  color: var(--white-color);
}
.subtitle-wrapper .main-sub .subtitle-left li,
.subtitle-wrapper .main-sub .subtitle-left li a {
  color: var(--white-color);
  font-family: "Montserrat", sans-serif;
}
.subtitle-wrapper .main-sub .subtitle-right {
  display: flex;
  align-items: center;
}
.subtitle-wrapper .main-sub .subtitle-right li:not(:last-child) {
  margin-right: 15px;
}
.subtitle-wrapper .main-sub .subtitle-right li a {
  color: var(--white-color);
}
.subtitle-wrapper .main-sub .subtitle-right li a svg {
  color: var(--white-color);
  font-size: 18px;
}

.navbar .nav-links {
  color: var(--theme-color);
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-item.style-two {
  text-align: center;
  padding: 10px;
}

/* ========= 5.1 HEADER ========= */
/* navbar Start here */
.navbar {
  background-color: transparent;
  display: block;
  padding: 15px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background: #004467; /*hier Farbe auf blau/secondary geändert*/
  box-shadow: 0px -31px 32px 9px var(--theme-color);
}

.navbar .navbar-brand {
  color: white;
}

.navbar .nav-link {
  color: white;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-brand {
  width: 150px;
  transition: 0.5s;
  position: relative;
  margin-top: 10px;
}

.logo-brand img {
  width: 100%;
}

.navbar .navbar-toggler {
  color: transparent;
  background-color: white;
}

.navbar .nav-icon {
  color: var(--theme-color);
}

.navbar .dropdown-menu {
  position: absolute;
  background-color: #fff;
  top: 50px;
  left: -60px;
  width: 250px;
  padding: 0;
  border-radius: 5px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s ease-in-out;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*========== Banner Section Start  ==========*/
.banner-section {
  overflow: hidden;
}
.banner-section .banner-wrapper {
  background: url(../images/banner/bg1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section .banner-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(20, 25, 29, 0.4);
}
.banner-section .banner-wrapper .banner-items {
  padding: 250px 0px;
  position: relative;
}
.banner-section .banner-wrapper .banner-items .banner-content {
  max-width: 800px;
}
.banner-section .banner-wrapper .banner-items .banner-content h1 {
  color: var(--white-color);
  text-transform: uppercase;
}
.banner-section .banner-wrapper .banner-items .banner-content p {
  color: var(--white-color);
}
.banner-section .banner-wrapper.style-two {
  background: url(../images/banner/bg2.jpg) no-repeat center center;
}
.banner-section .banner-wrapper.style-three {
  background: url(../images/banner/bg3.jpg) no-repeat center center;
  position: relative;
}
.banner-section .banner-wrapper.style-three::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(20, 25, 29, 0.6);
}

/*========== Banner Section End  ==========*/
/*========== Banner Section Three Start  ==========*/
.banner-section {
  background-color: var(--section-bg);
  overflow: hidden;
  position: relative;
}
.banner-section .banner-items {
  padding: 250px 0px;
  position: relative;
}
.banner-section .banner-items .banner-content h1 {
  color: var(--theme-color);
  text-transform: uppercase;
}
.banner-section .banner-items .banner-content h2 {
  color: var(--theme-color);
  text-transform: uppercase;
}
.banner-section .banner-items .banner-content p {
  color: var(--theme-color);
}
.banner-section .banner-items .banner-content .banner-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.banner-section .banner-items .banner-content .banner-button .video-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-color);
  border-radius: 100%;
  text-align: center;
}
.banner-section .banner-items .banner-content .banner-button .video-button svg {
  color: var(--white-color);
}
.banner-section .banner-thumb {
  position: absolute;
  bottom: 0;
  right: 15px;
  max-width: 590px;
  height: 590px;
  z-index: 4;
}
.banner-section .banner-thumb img {
  width: 100%;
  height: 100%;
}
/*========== Banner Section Three End  ==========*/

/*========== Service Section Start  ==========*/
.service-section {
  overflow: hidden;
}
.service-section .service-items {
  border: 1px solid var(--border-color);
  position: relative;
}
.service-section .service-items .service-thumb {
  overflow: hidden;
}
.service-section .service-items .service-thumb img {
  width: 70%;
  margin-left: 15%;
  height: 70%;
  transition: all 0.4s ease-in-out;
}
.service-section .service-items .service-content {
  padding: 30px 20px;
}
.service-section .service-items .service-content h5 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.service-section .service-items:hover .service-thumb img {
  transform: scale(1.3);
}
.service-section .service-items:hover .service-content h5 a {
  transform: scale(1.3);
  color: var(--theme-color);
}
.service-section .service-wrapper .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.service-section .service-wrapper .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 10px;
}
.service-section .service-wrapper .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: none;
}
/*========== Service Section End  ==========*/

/*========== Service Overview Start  ==========*/
.service-overview {
  overflow: hidden;
}
.service-overview .overview-items {
  border: 1px solid var(--border-color);
  padding: 70px 40px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
.service-overview .overview-items .overview-icon {
  margin-right: 15px;
  width: 100px;
  height: 80px;
}
.service-overview .overview-items .overview-icon img {
  width: 100%;
  height: 100%;
}
.service-overview .overview-items .overview-content h5 {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.service-overview .overview-items:hover {
  box-shadow: 0px 0px 8px var(--theme-color);
}
.service-overview .overview-items:hover .overview-content h5 {
  color: var(--theme-color);
}
/*========== Service Overview End  ==========*/

/*========== Project Section Start  ==========*/
.project-section {
  overflow: hidden;
}
.project-section .project-items .project-thumb {
  position: relative;
}
.project-section .project-items .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-section .project-items .project-thumb .effcet-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 133, 203, 0.8);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content {
  margin-top: 50%;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content h4 {
  text-align: center;
  font-size: 24px;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content h4 a {
  color: var(--white-color);
  text-transform: capitalize;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content .effcet-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content .effcet-link li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: var(--white-color);
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content .effcet-link li a svg {
  font-size: 18px;
  color: var(--theme-color);
}
.project-section .project-items:hover .effcet-bg {
  opacity: 1;
}

/*========== Project Section End  ==========*/

/*========== Team Section Start  ==========*/
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
/*========== Team Section End  ==========*/

/*========== Testimonial Section Start  ==========*/
.testimonial-section {
  overflow: hidden;
}
.testimonial-section .testi-wrapper .testimonial-items .testi-thump {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.testimonial-section .testi-wrapper .testimonial-items .testi-thump img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonial-section .testi-wrapper .testimonial-items .testi-content h5 {
  color: var(--black-color);
}
.testimonial-section .testi-wrapper .testimonial-items .testi-content p {
  color: var(--pragraph-color);
}
.testimonial-section .testi-wrapper .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.testimonial-section .testi-wrapper .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 10px;
}
.testimonial-section .testi-wrapper .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
}
.testimonial-section .testimonial .testimonial-items .testi-thump {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.testimonial-section .testimonial .testimonial-items .testi-thump img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonial-section .testimonial .testimonial-items .testi-content h5 {
  color: var(--black-color);
}
.testimonial-section .testimonial .testimonial-items .testi-content p {
  color: var(--pragraph-color);
}
.testimonial-section .testimonial .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.testimonial-section .testimonial .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 10px;
}
.testimonial-section .testimonial .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.testimonial-section {
  overflow: hidden;
}
.testimonial-section .client-items .client-thump {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.testimonial-section .client-items .client-thump img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonial-section .client-items .client-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-section .client-items .client-content h5 {
  color: var(--black-color);
}
.testimonial-section .client-items .client-content p {
  color: var(--pragraph-color);
}
/*========== Testimonial Section End  ==========*/

.overview-content ul {
  list-style-type: square;
  color: #004467;
  padding-left: 1rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}

.cmn--btn {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--theme-color);
  text-transform: capitalize;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid var(--theme-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-right: 15px;
}
.cmn--btn:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}

.cmn--border {
  border-radius: 10px;
  padding: 12px 30px 13px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--theme-color);
  text-transform: capitalize;
  border: 1px solid var(--border);
  transition: all 0.5s;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cmn--border:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.cmn--link {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  transition: all 0.3s;
}
.cmn--link i {
  padding-left: 4px;
  font-size: 16px;
  color: var(--theme-color);
}
.cmn--link:hover {
  color: var(--theme-color);
}

  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
  font-size: 20px;
  /* border: 1px solid blue; just to be sure it hits */
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 70.8px;
  }
  h2 {
    font-size: 54px;
    line-height: 68.1px;
  }
  h3 {
    font-size: 38px;
    line-height: 49px;
  }
  h5 {
    font-size: 22px;
    line-height: 29.2px;
  }
  p {
    font-size: 15px;
  }
  .header-wrapper .logo-menu {
    max-width: 122px;
  }
  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }
  .header-wrapper .main-menu li a {
    font-size: 17px;
  }
  .service-overview .overview-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-overview .overview-items .overview-icon {
    text-align: center;
    margin: 0 auto;
  }
  .service-overview .overview-items .overview-content {
    text-align: center;
    margin-top: 20px;
  }
  .banner-section .banner-items {
    padding: 200px 0px;
  }
  .banner-section .banner-thumb {
    max-width: 450px;
    height: 480px;
  }
  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
    font-size: 20px;
	/* border: 1px solid blue; just to be sure it hits */
  }
  .service-section .service-items .service-thumb img {
    margin: auto;
    width: 40%;
    margin-left: 30%;
    height: 40%;
  }
}
@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
    text-align: center;
  }
  .navbar .dropdown-menu {
    background-color: #fff;
    top: 50px;
    left: 0px !important;
    width: 100% !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    background: #fff;
  }
  .navbar-nav {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .ms-auto {
    margin-left: auto !important;
    background: var(--white-color);
    width: 100%;
    overflow: auto;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  h2 {
    font-size: 47px;
    line-height: 64.1px;
  }
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h4 {
    font-size: 29px;
    line-height: 50.2px;
  }
  .banner-section .banner-items {
    padding: 150px 0px;
  }
  .banner-section .banner-thumb {
    display: none;
  }
  .header-section {
    padding: 0 0 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper {
    padding: 12px 0px;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: #F0F8FF;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(198, 206, 210);
    margin-right: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    top: 5px;
	right: 7px;
	width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--theme-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--theme-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--theme-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--theme-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: var(--white-color);
    position: relative;
    transform: translateY(2px);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--black-color);
    padding: 10px 20px;
  }
  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
    font-size: 20px;
	/* border: 1px solid blue; just to be sure it hits */
  }
  .service-section .service-items .service-thumb img {
    margin: auto;
    width: 50%;
    margin-left: 25%;
    height: 50%;
  }
}
@media screen and (max-width: 800px) {
  .subtitle-wrapper-element {
    display: none;
  }
  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
    font-size: 20px;
	/* border: 1px solid blue; just to be sure it hits */
  }
  .service-section .service-items .service-thumb img {
    margin: auto;
    width: 40%;
    margin-left: 30%;
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }
  .section-header p {
    font-size: 17px;
  }
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }  
  h1 {
    font-size: 50px;
    line-height: 60.8px;
  }
  h5 {
    font-size: 19px;
    line-height: 29.2px;
  }
  h4 {
    font-size: 26px;
    line-height: 42.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
  }
    .cmn--btn {
    padding: 14px 25px 14px;
    font-size: 15px;
  }
  .cmn--border {
    padding: 14px 25px 14px;
    font-size: 15px;
  }
  .breadcumd-banner .breadcumd-wrapper .right-content li {
    font-size: 15px;
  }
  .breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
    margin-right: 12px;
  }
  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
    font-size: 17px;
	/* border: 1px solid blue; just to be sure it hits */
  }
}
@media screen and (max-width: 575px) {
  .section-header p {
    font-size: 16px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 44px;
    line-height: 60.8px;
  }
  h2 {
    font-size: 37px;
    line-height: 54.1px;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 38.2px;
  }
  h6 {
    font-size: 16px;
  }
  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
    font-size: 15px;
	/* border: 1px solid blue; just to be sure it hits */
  }
  .service-section .service-items .service-thumb img {
    margin: auto;
    width: 40%;
    margin-left: 30%;
    height: 40%;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 38px;
    line-height: 42.8px;
  }
  h2 {
    font-size: 30px;
    line-height: 44.1px;
  }
  h5 {
    font-size: 20px;
    line-height: 24.2px;
  }
  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
    font-size: 14px;
	/* border: 1px solid blue; just to be sure it hits */
  }
  .service-section .service-items .service-thumb img {
    margin: auto;
    width: 40%;
    margin-left: 30%;
    height: 40%;
  }
}
@media screen and (max-width: 420px) {
  h1 { font-size: 30px; line-height: 40.8px; }
  h2 { font-size: 27px; line-height: 36.1px; }
  h3 { font-size: 26px; line-height: 35px; font-weight: 600; }
  h4 { font-size: 19px; line-height: 30.2px; }
  h5 { font-size: 18px; line-height: 27.2px; }
  p { font-size: 13px; }
  .subtitle-wrapper .main-sub .subtitle-left li,
  .subtitle-wrapper .main-sub .subtitle-left li a {
    font-size: 10px;
	font-weight: 700;
	/* border: 1px solid blue; just to be sure it hits */
  }
  .service-section .service-items .service-thumb img {
    margin: auto;
    width: 100%;
    margin-left: 0;
    height: 100%;
  }
}

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