@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-SemiBold.eot');
  src: url('fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
      url('fonts/Gilroy-SemiBold.woff') format('woff'),
      url('fonts/Gilroy-SemiBold.ttf') format('truetype'),
      url('fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Regular.eot');
  src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Gilroy-Regular.woff2') format('woff2'),
      url('fonts/Gilroy-Regular.woff') format('woff'),
      url('fonts/Gilroy-Regular.ttf') format('truetype'),
      url('fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Medium.eot');
  src: url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Gilroy-Medium.woff2') format('woff2'),
      url('fonts/Gilroy-Medium.woff') format('woff'),
      url('fonts/Gilroy-Medium.ttf') format('truetype'),
      url('fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Light.eot');
  src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Gilroy-Light.woff2') format('woff2'),
      url('fonts/Gilroy-Light.woff') format('woff'),
      url('fonts/Gilroy-Light.ttf') format('truetype'),
      url('fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Bold.eot');
  src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Gilroy-Bold.woff2') format('woff2'),
      url('fonts/Gilroy-Bold.woff') format('woff'),
      url('fonts/Gilroy-Bold.ttf') format('truetype'),
      url('fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}



input[type="file"]::-webkit-file-upload-button {cursor:pointer; }
input[type="file"]::-moz-file-upload-button {cursor:pointer; }
input[type="file"]::-ms-file-upload-button {cursor:pointer; }
input[type="file"]::-o-file-upload-button {cursor:pointer; }
input[type="file"] {cursor:pointer; }


html body{font-family: 'Lato', sans-serif;margin:0;}
*::-moz-selection {color: #fff;background:#000;}
*::-webkit-selection {color: #fff;background:#000;}
*::-webkit-input-placeholder { color: #333333;opacity:1;}
*:-moz-placeholder { color: #333333;opacity:1;}
*::-moz-placeholder { color: #333333;opacity:1;}
*:-ms-input-placeholder { color: #333333;opacity:1;}
a,div a:hover, div a:active, div a:focus, button {text-decoration: none;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s; }
a, span,div a:hover, div a:active, button {text-decoration: none;}
*::after, *::before, * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
body ul {margin:0;padding:0;}
a {outline: none;color:#555;}
a:hover {color:#000;}
body .clearfix, body .clear {clear:both;line-height:100%;}
body .clearfix{height:auto;}
*{outline:none!important;}
table {border-collapse: collapse;border-spacing: 0;}
.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {clear:both;display:block;content:"";}

div input, div select, div textarea, div button, a, button, ul, ul li, ol, li {
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
}
body, body p {
  font-family: 'Gilroy', sans-serif;
	background:#FFFFFF;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
body h1, body h2, body h3, body h4, body h5, body h6{
  font-family: 'Gilroy', sans-serif;
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body {
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
body h1 { font-size: 40px;}
body h2 { font-size: 57px;}
body h3 { font-size: 50px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
input { background:none; border:0 none; outline:none; }
table {border:0 none;border-collapse:collapse;border-spacing:0;}
* {box-sizing: border-box;}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text_justify { text-align:justify; }
.clearfix {clear:both;display:block;font-size:inherit;height:0;line-height:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}

.margin-top{margin-top:30px;}
.margin-left{margin-left:30px;}
.margin-right{margin-right:30px;}
.margin-bottom{margin-bottom:30px;}

.padding-top{padding-top:20px;}
.padding-left{padding-left:20px;}
.padding-right{padding-right:20px;}
.padding-bottom{padding-bottom:20px;}

/* For desktop: */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after, .row::before {
    clear: both;
    content: "";
    display: table;
}
.colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
 position: relative;
}
.colamu-1 {width: 8.33%;}
.colamu-2 {width: 16.66%;}
.colamu-3 {width: 25%;}
.colamu-4 {width: 33.33%;}
.colamu-5 {width: 41.66%;}
.colamu-6 {width: 50%;}
.colamu-7 {width: 58.33%;}
.colamu-8 {width: 66.66%;}
.colamu-9 {width: 75%;}
.colamu-10 {width: 83.33%;}
.colamu-11 {width: 91.66%;}
.colamu-12 {width: 100%;}
.box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
}
.border-radius-4 {border-radius:4px;}
.border-circle {border-radius:50%;}
.border-solid{border:1px solid #000;}
.border-dotted{border:1px dotted #000}
.border-dashed {border:1px dashed  #000;}

/*fixed-menu*/
header.fixed {background:#ffffff;box-shadow: 0 0 4px #404040;left: 0;position: fixed;top: 0;width: 100%;z-index: 999;}
/*responsive menu*/
.menu {color: #333333;cursor: pointer;display: none;float: left;font-family: 'Lato',sans-serif;font-size: 22px;line-height: 31px;position: fixed;right: 0;top: 0;}
.menu .menu-trigger { float: left; margin: 8px 20px 0 25px;}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:after { background: #FFFFFF; content: ""; display: block; height: 3px; width: 0;}
.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}
.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}
.show-menu nav.menu-act { transition: all 1.4s ease 0s; right: 0;}
#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99;}
html body.show-menu {overflow: hidden;}
nav.menu-act .close-button {display:none;}
/*responsive menu -Close*/
/* menu */
nav.menu-act ul li {float: left;padding-bottom:15px;position: relative;}
nav.menu-act ul li a {float: left;padding:5px;}
.dropdown-menu {background-clip: padding-box;background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);display: none;float: left;font-size: 14px;left: 0;min-width: 160px;padding: 5px 0;position: absolute;text-align: left;top: 100%;z-index: 1000;}
.dropdown-submenu {position: relative;}
.dropdown-submenu > a::after {border-color: transparent transparent transparent #333;border-style: solid;border-width: 5px 0 5px 5px;content: " ";display: block;float: right;height: 0;margin-right: -10px;margin-top: 5px;width: 0;}
.dropdown-submenu > .dropdown-menu {border-radius: 0 6px 6px;left: 100%;margin-left: -1px;margin-top: -6px;top: 0;}
.caret {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid;display: inline-block;height: 0;margin-left: 2px;vertical-align: middle;width: 0;}
nav.menu-act ul li:hover > ul.dropdown-menu {display: block;}
.dropdown-menu > li > a {clear: both;color: #333;display: block;font-weight: 400;line-height: 1.42857;padding: 3px 20px;white-space: nowrap;}
.dropdown-menu > li {clear:both;}
nav.menu-act .dropdown-menu > li {clear: both;float: none;padding: 0;}
nav.menu-act .dropdown-menu > li a {padding: 4px 14px;float: none;}
nav.menu-act li.active > a, nav.menu-act li:hover > a:hover {background-color: #428bca;color: #fff;outline: 0 none;text-decoration: none;}
footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a {color:#FFF}
/* menu - Close */
@media screen and (max-width:767px) {
nav.menu-act .close-button, nav.menu-act ul {display: none;}
.menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {display:block;}
nav.menu-act {
  background: #333333;
  bottom: 0;
  height: 100%;
  right: -275px;
  overflow: hidden;
  padding: 50px 0;
  position: fixed;
  left: auto;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 275px;
  z-index: 999;
}
} 
/*Button */
a.button, .button, button, form input[type="submit"] {background: #DE2112;border:0;display: inline-block;color: #ffffff;font-weight: normal;height: 40px;cursor: pointer;line-height: 40px;padding: 0 23px;font-size: 15px;text-decoration: none;}
a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {background: #999797; }
/*Button -close*/
/*form -close*/
form input, form textarea {border: 1px solid #ccc;border-radius: 5px;color: #333;font-size: 16px;height: 55px;margin-bottom: 40px;padding: 0 15px;width: 100%;}
form textarea {height:150px;}
/*form -close*/
/* main- Slider */
.slider,.bx-wrapper,.bx-wrapper .bx-viewport, .slidermain,.slidermain li, .images-slider{height:100% !important;}
.slidermain li {background-repeat: no-repeat;background-size: cover;min-height: 365px;}
/* main- Slider Close */

#myBtn {background-image:url("../images/top.png");background-repeat: no-repeat;background-position: center center;bottom: 30px;color: #fff;cursor: pointer;display: none;height: 50px;position: fixed;right: 20px;width: 50px;z-index: 99;}

.container{
	width:100%;
	max-width:1300px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
.all-featues-section .container{
	width:100%;
	max-width:1240px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
header#header.fixed {
  background: rgba(180, 10, 8, 1);
}




.small-image {
  background-color: #ED7224;
  height: 81px;
  width: 81px;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100%;
}
.banner-section {
  background-image: url('../images/Img-2.png');
  padding: 77px 0 0 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
html.error404-html, html.error404-html body {
	height: 100%;
}
body.error-404 {
	display: flex;
	flex-direction: column;
}
body.error-404 #footer {
	margin-top: auto;
}
header#header {
	position: fixed;
	background: transparent;
	width: 100%;
	padding: 17px 0px;
	z-index: 999;
}
header#header .col-md-6.col-lg-6.col-xl.mb-6 {
  background: transparent; 
}
.core-item {
  align-items: center;
}
footer#footer {
  background: rgba(180, 10, 8, 1);
}
.copy-right-section {
  color: #C4C4C4;
  font-size: 18px;
  font-family: 'Gilroy',sans-serif;
}
.content-element a.aibeat-button.pink-button:hover {
  background: #333;
  color: #FFFFFF;
}
.main-title h2 {
  color: #ffffff;
}
.banner-section .title-h2 {
  justify-content: left;
  display: flex;
  align-items: center;
  margin: 0px !important;
  padding: 0 0px;
  width: 40%;
}

.banner-section .banner-image {
  margin-left: -15px;
  width: 100%;
}
div#section .email-form {
  justify-content: left;
  display: flex;
  align-items: center;
  margin: 0px !important;
  width: 26.5%;
  padding: 0px 0px 0  10px;
}
.col-md-6.col-lg-6.mb-6.title-h2 {
  width: 44%;
}
header#header button.btn.btn-primary {
  height: 53px;
  border-radius: 50px;
  width: 138px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Gilroy',sans-serif;
}
.banner-section input#send, button.btn.btn-primary.text_center {
  
  height: 60px;
  width: 330px;
  border-radius: 50px;
  font-size: 18px;
  font-family: 'Gilroy',sans-serif;
  font-weight: 100;
  text-align: left;
  padding-left: 43px;
  word-spacing: 2.2px;
}
.banner-section form#contact-enquiryform input#mail {
  height: 75px;
  width: 100%;
  max-width: 432px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #666666;
  padding: 45px 25px 10px 45px;
  margin-bottom: 18px;
}
.banner-section .field.email-field label.white {
  color: #FFFFFF;
  font-size: 24px;
  font-family: 'Gilroy',sans-serif;
  font-weight: 500;
  line-height: 39px;
  padding-bottom: 13px;
}
.banner-section .women-image {
  padding: 0;
  margin: 0 !important;
}
.all-featues-section {
  padding: 122px 0px 117px 45px;
}
.fotter-section.text-center {
  padding: 110px 0 30px 0;
}
.fotter-meanu {
  padding: 60px 60px 80px 60px;
}
.fotter-meanu ul.meanu-list li a {
  color: #C4C4C4;
  font-family: 'Gilroy',sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.fotter-meanu ul.meanu-list {
  display: flex;
  padding: 24px 0;
  justify-content: center;
  border-top: 2px solid #404040;
  border-bottom: 2px solid #404040;
}
.fotter-meanu ul.meanu-list li {
  padding: 0 52px;
}
.all-featues-section .button-section {
  padding-top: 210px;
}
.all-featues-section .personalized-section {
  padding-top: 67px;
}
.all-featues-section .customized-section {
  padding-top: 79px;
}
.all-featues-section .tailored-section {
  padding-top: 68px;
}
.all-featues-section .assistance-section {
  padding-top: 80px;
}

.col-md-6.col-lg-6.col-xl.mb-6.core-image .big-image {
  width: 100%;
  max-width: 512px;
  height: 497px;
}
.tilte-contect {
  padding: 0 120px;
}
.all-featues-section .customized-section .tilte-contect {
  padding: 40px 65px;
}


/*==================seting curve line=====================*/

.all-featues-section .core-image:before {
  position: absolute;
  content: "";
  border: 2px dashed #707070;
  right: 50%;
  width: 309px;
}

.all-featues-section .personalized-section .core-image:before {
  top: 200px;
  bottom: -100px;
  border-radius: 0px 0px 120px;
  border-left: 0;
  border-top: 0;
}
.personalized-section .col-md-6.col-lg-6.col-xl.mb-6.core-image .big-image {
  height: 430px;
}
.all-featues-section .customized-section .core-image:before {
  top: 19px;
  left: 0;
  bottom: -62px;
  border-radius: 120px 0px 0px 120px;
  border-right: 0;
}
.customized-section  .col-md-6.col-lg-6.col-xl.mb-6.core-image .big-image {
  height: 395px;
  margin: 28px 0 0 0;
}


.all-featues-section .tailored-section .core-image:before {
  top: -9px;
  left: auto;
  bottom: -62px;
  border-radius: 0px 120px 120px 0px;
  border-left: 0;
}
.tailored-section .col-md-6.col-lg-6.col-xl.mb-6.core-image .big-image {
  max-width: 479px;
  height: 497px;
  margin-top: 60px;
  margin-bottom: 15px;
}

.all-featues-section .assistance-section .core-image:before {
  top: -20px;
  left: 0;
  bottom: -62px;
  border-radius: 120px 0px 0px 120px;
  border-right: 0;
}
.assistance-section .col-md-6.col-lg-6.col-xl.mb-6.core-image .big-image {
  height: 375px;
}

.all-featues-section .assistance-section .tilte-contect:before {
  position: absolute;
  content: "";
  border: 2px dashed #707070;
  right: 50%;
  width: 305px;
  top: 116%;
  bottom: -100px;
  border-radius: 0px 120px 0px;
  border-left: 0;
  border-bottom: 0;
  height: 87px;
}
.all-featues-section .assistance-section .tilte-contect:after {
  position: absolute;
  content: "";
  right: 49.4%;
  width: 20px;
  top: 135%;
  bottom: -100px;
  height: 20px;
  transform: rotate(45deg);
  background: #ED7224;
}

.all-featues-section .col-md-6.col-lg-6.col-xl.mb-6.core-image:after {
  content: "";
  position: absolute;
  background-image: url('../images/core-small-image1 .png');
  background-color: #ED7224;
  height: 80px;
  background-repeat: no-repeat;
  width: 80px;
  background-size: 45px 45px;
  top: 35%;
  right: 47%;
  border-radius: 50px;
  background-position: center;
}

.customized-section .col-md-6.col-lg-6.col-xl.mb-6.core-image:after,
.all-featues-section .assistance-section .core-image:after {
  right: auto;
  left: -39px;
  background-image: url('../images/core-small-image2 .png');
}

.all-featues-section  .assistance-section .col-md-6.col-lg-6.col-xl.core-image:after{
background-image: url('../images/core-small-image4 .png');
}
.all-featues-section .tailored-section .col-md-6.col-lg-6.col-xl.core-image:after {
  background-image: url('../images/core-small-image3 .png');
  right: 46.8%;
}
label.inside {
  position: absolute;
  width: 100%;
  left: 45px;
  top: 140px;
  font-size: 16px;
  font-family: 'Gilroy';
  line-height: 20px;
  font-weight: 600;
  color: #666666;
}
.field.email-field {
  position: relative;
 
}
div#section .email-form{
  padding-bottom: 50px;
}
.banner-section input#send:hover, button.btn.btn-primary.text_center:hover {
  background-color: #333333;
}
.fotter-meanu ul.meanu-list li:first-child {
  padding-left: 0px;
}
.fotter-meanu ul.meanu-list li:last-child {
  padding-right: 0px;

}
.fotter-meanu ul.meanu-list li a:hover {
  color: #ED7224;
}
.copy-right-section a:hover {
  color: #ED7224;
}
.copy-right-section a {
  color: #C4C4C4;;
  font-size: 18px;
  font-family: 'Gilroy',sans-serif;
}
.mage-error.mail-error, .mage-error{
  color: red;
  margin: -11px 0px 10px 30px;
}
.message div#result {
  margin: -30px 0px 10px 0;
  border: 1px solid green;
  text-align: center;
  padding: 10px 10px;
  color: green;
  background: #fff;
}
div#ajaxLoader {
  position: absolute;
  left: 80%;
  top: 20px;
  right: 0;
}
.google-submit.enquiry-button-wrapper.form-btn {
  position: relative;
}

/*=======================404-page-===========================*/
body.error-404.page-active {
  background-color: #ffffff;
}
.error-404.not-found.container {
  padding: 186px 15px 170px 15px;
}
.sections-title {
  font-size: 60px;
  line-height: 76px;
  color: #000;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
}
.error-404 #content-area small {
  font-size: 130px;
  color: #000;
  line-height: 110%;
}
.error-404.not-found, .error-404.not-found p {
  text-align: center;
}
.error-404 .section-para {
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  display: block;
  color: #000;
  margin: 7px 0 24px 0 !important;
  font-family: 'Gilroy', sans-serif;
    font-weight: 400;
}
.error-404 .grve-subtitle {
  font-size: 23px;
  line-height: 120%;
  margin: 0;
  font-weight: bold;
  background: transparent !important;
}
.aibeat-button {
  color: #000;
  border: 1px solid #ED7224;
  background-color:#ED7224 ;
  padding: 10px 35px;
  border-radius: 20px;
  font-size: 17px;
  line-height: 29px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
}
footer .copyright-container {
  border-top: 1px solid #2d1345;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.error-404 .section-para, .copyright h2.section-para1 {
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  display: block;
  color: #000;
  margin: 7px 0 24px 0 !important;
}
body.error-404.page-active header#header {
  background: #000;
}
.error-404 .section-para1 a {
  color: #FFFFFF;
}
.error-404 .section-para1 a:hover {
  color: #ED7224;
}
.copyright h2.section-para1 {
  color:#FFFFFF
}
.banner-section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	opacity: 0.42;
}
.banner-section::after {
  content: "";
  background-image: url('../images/shape.png');
  position: absolute;
  top: auto;
  bottom: -16px;
  z-index: 1;
  background-repeat: no-repeat;
  opacity: 1;
  height: 38px;
  background-size: 100% 100%;
  left: 0;
  right: 0;
}
.all-featues-section .row.core-item {
  display: flex;
  flex-wrap: nowrap;
}
.email-form span.required {
  color: red;
  font-size: 22px;
}
.google-submit.enquiry-button-wrapper.form-btn{
  position: relative;
}
.google-submit.enquiry-button-wrapper.form-btn:before {
  content: "";
  position: absolute;
  top: 24.5px;
  bottom: 0;
  right: 154px;
  height: 9px;
  width: 9px;
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
.google-submit.enquiry-button-wrapper.form-btn:after {
  content: "";
  position: absolute;
  top: 28.5px;
  bottom: 0;
  right: 154px;
  height: 11px;
  width: 23px;
  border-top: 2px solid #FFFFFF;
}
.banner-section  .main-title {
  padding-bottom: 90px;
}
header#header .row {
  display: flex;
  flex-wrap: nowrap;
}
.banner-section .container {
  padding-left: 25px;
}





.flag-icon {
  width: 45px; /* Passt die Breite automatisch an */
  height: 30px; /* Setzt eine feste Höhe für die Flaggen */
  max-width: 100%; /* Stellt sicher, dass die Bilder nicht breiter als ihr Container sind */
}

.language-flag {
  display: inline-flex; /* Stellt sicher, dass die Links sich wie Inline-Elemente verhalten */
  align-items: center; /* Zentriert die Bilder vertikal innerhalb der Links */
}


