@charset "utf-8";
@font-face {
    font-family: 'arialroundedmtbold';
    src: url('../fonts/arialroundedmtbold.eot');
    src: url('../fonts/arialroundedmtbold.eot') format('embedded-opentype'),
         url('../fonts/arialroundedmtbold.woff2') format('woff2'),
         url('../fonts/arialroundedmtbold.woff') format('woff'),
         url('../fonts/arialroundedmtbold.ttf') format('truetype'),
         url('../fonts/arialroundedmtbold.svg#arialroundedmtbold') format('svg');
}


* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
	transition: all .3s ease-in-out;
	word-break: break-word;
	font-family: "Montserrat", sans-serif;
}
.container {max-width: 1200px; margin: auto;}
a {text-decoration: none;}
ul {margin: 0 auto; padding: 0; list-style-type: none}
h1 {font-family: 'arialroundedmtbold'; font-size: 63px; line-height: 1; color: #45164c; text-transform: uppercase;}
h2 {font-family: 'arialroundedmtbold'; font-size: 55px; line-height: 1; color: #45164c;}
h3 {font-family: 'arialroundedmtbold'; font-size: 30px; line-height: 1; font-weight: 400;}
h4 {font-family: 'arialroundedmtbold'; font-size: 27px; line-height: 1; font-weight: 400;}
h5 {font-family: 'arialroundedmtbold'; font-size: 25px; line-height: 1; font-weight: 400;}
p {font-size: 15px; font-weight: 400; line-height: 21px; color: #404040;}
.sitebtn a {font-size: 13px; font-weight: 500; text-transform: uppercase; padding: 16px 40px; border-radius: 100px;}

header {position: relative;	z-index: 9;}
.containerwrap {max-width: 1201px; margin: auto; display: flex; justify-content: space-between; align-items: center; padding: 10px 10px;}
.headertop-area {background-color: #341439;}
.loginbtn a {font-weight: 400; font-size: 14px; text-transform: uppercase; color: #fff; background-image: url('../images/user.png');
	background-repeat: no-repeat; padding: 13px 32px 13px 50px; border: 1px solid; display: block; border-radius: 100px; background-position: 25% 50%;}
.loginbtn a:hover {background-color: #fff; color: #341439; background-image: url('../images/user2.png');}
.header-rightarea {display: flex; align-items: center; gap: 10px;}

.menu_area {margin-left: 101px;}
.menu_wrap {
	display: flex;
	align-items: center;
}
.menu_wrap ul {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-bottom: 0px;
}
.menu_wrap ul li {
	position: relative;
	font-family: "Montserrat", sans-serif;
	padding: 0px 4px;
	font-weight: 500;
}
.menu_wrap ul li ul {
	position: absolute;
    width: 240px;
    display: block;
    background-color: #341439;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    padding-bottom: 0;
}
.menu_wrap ul li ul li {
	font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 0;
    border-bottom: 1px solid grey;
}
.menu_wrap ul li ul li a {display: block; padding: 12px 11px; color: #fff !important; font-size: 13px;}
.menu_wrap ul li ul li a:hover, .menu_wrap ul li ul li.active a {background-color: #fff; color: #341439 !important;}
.menu_wrap ul li a {
	font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
	text-decoration: none;
	padding: 3px 7px;
	color: #fff;
}
.menu_wrap ul li a:hover, .menu_wrap ul li.active a {
	background-color: #fff;
	color: #341439;
}
.menu_wrap ul li ul.sub-menu {display: none;}
.menu_wrap ul li:hover ul.sub-menu {display: block;}


/*=========mobile menu css start=========*/
.mobile-menu {display: none;}
.navbar-m input[type="checkbox"], .navbar-m .hamburger-lines {
	display: none;
}
.navbar-m {
	width: 100%;
	background-color: #341439;
	color: #000;
	z-index: 12;
}
.navbar-container {
	display: flex;
	justify-content: space-between;
	height: 75px;
	align-items: center;
}
.menu-items {
	order: 2;
	display: flex;
}
.menu-items li {
	list-style: none;
	margin-left: 0rem;
	margin-bottom: 0.5rem;
	font-size: 16px;
}
.menu-items a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	transition: color 0.3s ease-in-out;
	text-transform: uppercase;
	display: block;
}
.menu-items a:hover {
	color: #ff5b02;
	transition: color 0.3s ease-in-out;
}
.menu-items li.active a {
	color: #ff5b02;
	display: block;
}
/*=========mobile menu css end=========*/



/*==============footer css=================*/
.container_details {display: flex; gap: 12px; margin-top: 30px;}
.footerwrapper h2 {text-align: center;}
.conbox {width: 33%; background-color: #341439; color: #fff; text-align: center; padding: 50px 40px; border-radius: 45px;}
.conbox h5 {margin-bottom: 5px; margin-top: 12px;}
.conbox p {margin-bottom: 0; color: #fff;}
.conicon span {width: 85px; height: 85px; border-radius: 100px; background-color: #fff; display: flex; margin: auto; align-items: center; justify-content: center; padding: 10px;}
.conbox p a {color: #fff;}
.footerwrapper {padding: 150px 50px 70px;}
.footerwrapper .sitebtn {text-align: center; margin-top: 48px;}
.footerwrapper .sitebtn a {background-color: #341439; color: #fff; border: 2px solid #341439;}
.footerwrapper .sitebtn a:hover {background-color: #fff; color: #341439;}
.footerarea {background-color: #341439; color: #fff; text-align: center;}
.footertopcontent {padding: 50px 20px 30px; border-bottom: 1px solid #542d5a;}
.footertopcontent p {margin-bottom: 0; font-size: 12px; color: #fff;}
.footer_menuarea {padding: 30px 20px 40px;}
.copyright p {margin-bottom: 0; font-weight: 500; font-size: 13px; text-transform: uppercase; color: #fff;}
.footer_menuarea ul {display: flex; justify-content: center;}
.footer_menuarea ul li a {color: #fff; font-weight: 500; font-size: 13px; text-transform: uppercase; padding: 2px 10px; position: relative;}
.footer_menuarea ul li a:after {position: absolute; content: ""; right: 0; top: 5px; width: 2px; height: 12px; background-color: #fff;}
/*==============footer css=================*/



/*==================body css start=====================*/
.banner_wrap {position: relative;}
.banner_wrap h1 {color: #341439;}
.banner_wrap .banner_txt p {font-family: "Poppins", sans-serif; font-weight: 400; font-size: 20px; color: #000; line-height: 1.2;} 
.bannerimg img {width: 100%; height: 585px; object-fit: cover; border-radius: 0px 0px 0px 210px;}
.bannerimg {position: relative;}
.bannerimg:after {position: absolute; content: ""; left: 0; top: 0; background: radial-gradient(52% 100%, #ffffff 10%, #9198e500 100%); width: 55%; height: 100%; background-position: 50% 50%;}
.bannerbtns {margin-top: 35px;}
#banner-slider button span {display: none;}
#banner-slider .owl-prev {background-image: url('../images/leftarrow.png'); background-repeat: no-repeat; width: 54px; height: 53px; 
	margin: 2px; background-color: transparent !important;}
#banner-slider .owl-next {background-image: url('../images/rightarrow.png'); background-repeat: no-repeat; width: 54px; height: 53px; margin: 2px; background-color: transparent !important;}
#banner-slider .owl-nav {
	position: relative;
    bottom: 116px;
    left: 11px;
    max-width: 1200px;
    margin: auto;
    text-align: left;
    z-index: 2;
}
.bannerbtns span:first-child a {background-color: #341439; color: #fff; border: 1px solid #341439;}
.bannerbtns span:first-child a:hover {background-color: transparent; color: #341439;}
.bannerbtns span:last-child a {background-color: transparent; color: #341439; border: 1px solid #341439;}
.bannerbtns span:last-child a:hover {background-color: #341439; color: #fff; border: 1px solid #341439;}
.banner_wrap .container .banner_txt {position: absolute; top: 26%; max-width: 460px; z-index: 2;}
.iudex_about {padding: 60px 20px 110px;}
.iudex_about .about_img_area img {max-width: 100%; width: 556px; height: 560px; object-fit: cover; border-radius: 30px; margin-top: 60px; margin-bottom: 60px;}
.aboutwrap {display: flex; align-items: center;}
.aboutwrap .about_img_area {width: 52%; text-align: right; position: relative;}
.aboutwrap .about_img_area:before {position: absolute; content: ""; width: 350px; height: 100%; background-color: #341439; z-index: -1;  left: 0; border-radius: 85px 0px 0px 85px;}
.aboutwrap .about_content_area {padding-left: 54px;}
.aboutwrap .about_content_area .sitebtn {margin-top: 35px;}
.aboutwrap .about_content_area .sitebtn a {background-color: #341439; color: #fff;}
.aboutwrap .about_content_area .sitebtn a:hover {background-color: #75327f; color: #fff;}
.aboutwrap .about_content_area {width: 48%;}
.aboutwrap .about_content_area h2 {margin-bottom: 18px;}
.iudex_service h2, .iudex_service p {text-align: center; color: #fff;}
.iudex_service h4 {color: #fff; margin-bottom: 12px;}
.service_wrapper {display: flex; align-items: center; margin-top: 40px;}
.service_wrapper p {text-align: left;}
.iudex_service h2 {margin-bottom: 15px;}
.service_wrapper .sitebtn {margin-top: 40px;}
.service_wrapper .sercontent {width: 48%; padding-right: 71px;}
.service_wrapper .service_image {width: 52%;}
.service_wrapper .service_image img {max-width: 100%; width: 623px; height: 430px; object-fit: cover; border-radius: 30px;}
.service_wrapper .sitebtn a {background-color: #75327f; color: #fff;}
.service_wrapper .sitebtn a:hover {background-color: #fff; color: #75327f;}
.iudex_service {background-color: #35143a; border-radius: 0px 210px 0px 0px; padding: 84px 20px 84px;}
.iudex_prosection {padding: 80px 20px;}
.iudex_prowrap {display: flex; gap: 20px; margin-top: 40px; justify-content: center; flex-wrap: wrap;}
.iudex_prowrap .probox {text-align: center; border: 1px solid #404040; border-radius: 35px; padding: 20px; width: 45%;}
.iudex_prowrap .probox p {margin-bottom: 0px;}
.iudex_prowrap .probox .proimg img {
	width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 35px;
}
.iudex_prowrap .procontent {padding: 20px 30px 30px 30px;}
.iudex_prowrap .procontent h4 {color: #331539;}
.iudex_prosection h2 {text-align: center;}
.index_feature_section {background-color: #35143a; padding: 84px 20px 0px; border-radius: 210px 0px 0px 0px; position: relative;}
.index_feature_section:after {position: absolute; content: ""; width: 350px; height: 350px; border-radius: 100%; bottom: -100px; margin: auto; left: 0; right: 0; background-color: #35143a; z-index: -1;}
.index_feature_section h2 {text-align: center; color: #fff;}
.feature_three_col {color: #fff; margin-top: 40px; display: flex;}
.feature_three_col .leftlist {width: 40%;}
.feature_three_col .feat-centerimg {width: 30%; text-align: center; padding: 0px 0px;}
.feature_three_col .rightlist {width: 40%;}
.feature_three_col .leftlist li {flex-direction: row-reverse;}
.feature_three_col .leftlist .contentarea {text-align: right;}
.feature_three_col li {display: flex; gap: 14px; padding: 40px 0px; border-bottom: 1px dotted #75327f;}
.feature_three_col li:last-child {border-bottom: 0px;}
.feature_three_col li p {margin-bottom: 0px; color: #fff;}
.feature_three_col .featimg span {width: 52px; height: 52px; background-color: #75327f; border-radius: 100px; display: flex; align-items: center; justify-content: center; padding: 10px;}
.mission_vission {background-color: #341439; border-radius: 0px 210px 0px 0px;}
.mission_vission h4, .mission_vission p {color: #fff !important;}
.mission_vission .iudex_prowrap {margin-top: 0;}
.mission_vission .iudex_prowrap .probox {border-color: #fff;}
.footerwrapperinner {padding-top: 100px;}
.inner_banner .bannerimg img {height: 485px;}
.inner_banner .container .banner_txt {top: 37%; margin-left: 20px;}
.inner_banner span {font-family: "Poppins", sans-serif; font-weight: 400; font-size: 15px; text-transform: uppercase; color: #000000;}
.inner_banner span a {color: #000;}
.iudex_aboutpage_section {padding: 90px 20px;}
.iudex_aboutpage_section h2, .iudex_aboutpage_section p {text-align: center;}
.iudex_aboutpage_section h2 {margin-bottom: 15px;}
.iudex_aboutpage_section p {color: #3f3f3f;}
.about_two_col {display: flex; margin-top: 40px;}
.about_two_col img {max-width: 100%; height: 520px; object-fit: cover; border-radius: 30px;}
.about_two_col .about_two_col_left {width: 50%;}
.about_two_col h4 {color: #341439;}
.about_two_col .about_two_col_right {width: 50%;}
.about_two_col .abcont {padding: 35px;}
.about_two_col .about_two_col_right .abcont p {text-align: left;}
.about_two_col .about_two_col_right .abcont {margin-top: 50px;}
.about_two_col .about_two_col_left .abcont {text-align: right;}
.about_two_col .about_two_col_left img {margin-bottom: 20px;}
.about_two_col .about_two_col_right img {margin-top: 20px;}
.about_two_col .about_two_col_left .abcont p {text-align: right;}
.abtop_txt {padding: 0px 70px;}
.iudex_impressum_section {padding: 90px 20px 0px;}
.impressumtwocol {display: flex;}
.impressumtwocol .impcol {border-radius: 30px; overflow: hidden; width: 50%;}
.impressumtwocol .impcol img {max-width: 100%; width: 100%; height: 100%; object-fit: cover;}
.impressumtwocol .impcol:last-child {background-color: #341439; color: #fff; padding: 40px;}
.impressumtwocol .impcol:last-child h2 {margin-bottom: 20px;}
.impressumtwocol .impcol h2, .impressumtwocol .impcol p {color: #fff;}
.impiconlist li {margin-bottom: 20px; padding-left: 32px; background-repeat: no-repeat; background-position: 0% 2%;}
.impiconlist li:first-child {background-image: url('../images/location.png');}
.impiconlist li:nth-child(2) {background-image: url('../images/call.png');}
.impiconlist li:nth-child(3) {background-image: url('../images/env.png');}
.impiconlist li:nth-child(4) {background-image: url('../images/vat.png');}
.impiconlist li p {margin-bottom: 2px;}
.project_portfolio {background-color: #45164c; border-radius: 0px 210px 0px 0px; padding: 85px 20px;}
.project_portfolio h2 {color: #fff; text-align: center; margin-bottom: 20px;}
.projectbox_wrapper {display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px;}
.projectbox {width: 24.3%; color: #fff; text-align: center; border: 1px solid #fff; padding: 30px 26px; border-radius: 38px;}
.projectbox h4 {margin-top: 16px; margin-bottom: 13px;}
.projectbox p {color: #fff;}
.projecticon span {width: 94px; height: 94px; border-radius: 100px; border: 1px solid #fff; margin: auto; padding: 10px; display: flex; align-items: center; justify-content: center;}
.projecticon span img {width: 52px; height: 52px; object-fit: contain;}
.sercol_img img {max-width: 100%; width: 600px; height: 467px; object-fit: cover; border-radius: 30px;}
.projects_services_wrap {display: flex; align-items: center;}
.projects_services_col {width: 50%;}
.iudex_projects_services {padding: 85px 20px;}
.iudex_projects_services h2, .iudex_projects_services .projects_services_topcontent p {text-align: center;}
.projects_services_topcontent {padding: 0px 120px;}
.projects_services_wrap {margin-top: 50px;}
.projects_services_wrap .projects_services_col:last-child {padding-left: 35px; padding-right: 60px;}
.projects_services_wrap .projects_services_col h4 {color: #341439;}
.projects_services_wrap .projects_services_col ul li, .protwocolarea ul li {font-size: 18px; color: #000; position: relative; padding-left: 20px; margin-bottom: 5px;}
.projects_services_wrap .projects_services_col ul li:before, .protwocolarea ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	background-image: url('../images/chev.png');
	background-repeat: no-repeat;
	width: 12px;
	height: 14px;
}
.protwocolarea .abcont, .protwocolarea .abcont p {text-align: left !important;}
.pricing_section h2 {text-align: center;}
.pricebox {text-align: center;}
.pricing_wrap {display: flex; align-items: center; justify-content: center; margin-top: 30px;}
.pricebox {background-color: #341439; width: 32%; color: #fff; border-radius: 40px; padding: 54px 40px;}
.pricebox h4 {line-height: 1.2;}
.pricebox h3 {margin: 20px 0;}
.pricing_wrap .pricebox:nth-child(1) {margin-right: -10px;}
.pricing_wrap .pricebox:nth-child(2) {background-color: #75327f; padding-top: 80px; padding-bottom: 82px; position: relative; z-index: 2;}
.pricing_wrap .pricebox:nth-child(3) {margin-left: -10px;}
.pricebox ul li {border-bottom: 2px dotted #6f5673; padding: 16px 0px; font-size: 15px;}
.pricebox ul li:last-child {padding-bottom: 0px; border-bottom: 0px;}
.pricing_wrap .pricebox:nth-child(2) ul li {border-color: #341439;}
.contact_form_section {padding: 95px 20px 0px; text-align: center;}
.contact_form_section h4 {color: #341439; line-height: 1.2; margin-bottom: 30px;}
.contact_form_section .container {max-width: 850px;}
.contact_form_section h2 {margin-bottom: 30px;}
.inputwrap {display: flex; gap: 10px;}
.inputwrap .inputfield {width: 50%;}
.inputwrap input[type="text"], .inputwrap input[type="email"], .inputwrap input[type="tel"], .contact_form_section textarea {
	font-family: "Playfair Display", serif;
	width: 100%;
	border-radius: 0px;
	outline: none;
	border: 1px solid #000;
    margin-bottom: 10px;
    padding: 16px 16px;
    font-size: 16px;
    color: #45164c;
    font-weight: 500;
}
.inputwrap input[type="text"]::placeholder, .inputwrap input[type="email"]::placeholder, .inputwrap input[type="tel"]::placeholder, .contact_form_section textarea::placeholder {color: #45164c;}
.submitbtn input {border: 0px; background-color: #341439; font-family: "Montserrat", sans-serif; font-weight: 500; color: #fff; border-radius: 100px; padding: 15px 62px; font-size: 13px; text-transform: uppercase; margin-top: 20px;}
.submitbtn input:hover {background-color: #000;}
.select-dropdown button {box-shadow: none !important; padding: 7px 10px;}
.select-dropdown .flagimng img {width: 35px; height: 35px; border-radius: 100px; object-fit: cover;}
.select-dropdown .dropdown-menu .flagimng img {width: 30px; height: 30px;}
.select-dropdown .dropdown-menu li a {font-size: 13px;}
.select-dropdown .dropdown-menu {padding: 0px;}
.select-dropdown .dropdown-menu li a.active, .select-dropdown .dropdown-menu li a:hover {background-color: #341439; color: #fff;}
.select-dropdown button span {font-size: 14px; text-transform: uppercase; color: #fff;}
.select-dropdown .dropdown-toggle::after {color: #fff; vertical-align: 3px;}
#google_translate_element span, #google_translate_element {font-family: "Montserrat", sans-serif;}
/*=====================body css end====================*/



/*==================Responsive=====================*/
@media only screen and (min-width: 1801px) and (max-width: 2900px) {

}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
h1 {font-size: 55px;}
h2 {font-size: 46px;}
.menu_area {margin-left: 68px;}	
.feature_three_col .feat-centerimg img {max-width: 260px;}
.iudex_about .about_img_area img {height: 420px; border-radius: 30px; margin-top: 35px; margin-bottom: 35px; margin-left: 25px;}
#banner-slider .owl-nav {position: absolute; bottom: 85px; left: 52px;}
.inner_banner .container .banner_txt {left: 4%;}
.impressumtwocol .impcol:last-child {padding: 27px;}
.projectbox_wrapper {gap: 8px; margin-top: 30px;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 26px;}
h5 {font-size: 24px;}
p {font-size: 14px; line-height: 20px;}
.conbox {padding: 50px 30px;}
.index_feature_section {padding: 60px 20px 0px; border-radius: 150px 0px 0px 0px;}
.feature_three_col .feat-centerimg img {max-width: 170px;}
.feature_three_col li h5 {font-size: 20px;}
.feature_three_col li p {font-size: 13px;}
.feature_three_col li {padding: 26px 0px; gap: 10px;}
.iudex_prowrap .procontent {padding: 20px 0px 30px 0px;}
.feature_three_col, .iudex_prowrap {margin-top: 26px;}
.iudex_prosection {padding: 70px 20px;}
.service_wrapper .sercontent {padding-right: 35px;}
.iudex_service {border-radius: 0px 150px 0px 0px; padding: 70px 20px 70px;}
.iudex_about .about_img_area img {
	width: 490px;
    height: 420px;
    border-radius: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 25px;
}
.bannerimg img {height: 464px; border-radius: 0px 0px 0px 150px;}
#banner-slider .owl-nav {position: absolute; bottom: 41px; left: 52px;}
.inner_banner .bannerimg img {height: 378px;}
.iudex_aboutpage_section {padding: 60px 20px;}
.about_two_col .abcont {padding: 25px;}
.mission_vission {border-radius: 0px 150px 0px 0px;}
.footerwrapperinner {padding-top: 60px;}
.about_two_col img {height: 460px;}
.inner_banner .container .banner_txt {left: 4%;}
.iudex_impressum_section {padding: 60px 20px 0px;}
.impressumtwocol {display: block;}
.impressumtwocol .impcol {width: 100%;}
.impressumtwocol .impcol:last-child {padding: 26px;}
.impressumtwocol .impcol img {width: 100%;}
.iudex_impressum_section .container {max-width: 700px;}
.project_portfolio {border-radius: 0px 150px 0px 0px; padding: 65px 20px;}
.iudex_projects_services {padding: 60px 20px;}
.projects_services_wrap .projects_services_col:last-child {padding-right: 0;}
.projects_services_wrap .projects_services_col ul li {font-size: 16px;}
.projects_services_wrap {margin-top: 30px;}
.projectbox {width: 49.2%;}
.protwocolarea ul li {font-size: 16px;}
.pricebox {padding: 40px 20px;}
.pricing_wrap .pricebox:nth-child(2) {padding-top: 40px; padding-bottom: 40px;}
.contact_form_section {padding: 60px 20px 0px;}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.container {max-width: 500px;}
h1 {font-size: 35px;}
h2 {font-size: 30px;}
h3 {font-size: 26px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
p {font-size: 14px; line-height: 20px;}
.sitebtn a {padding: 14px 23px;}
.footerwrapper {padding: 40px 20px 40px;}
.container_details {flex-wrap: wrap;}
.conbox {width: 100%; padding: 50px 30px; border-radius: 35px;}
.footer_menuarea ul {flex-wrap: wrap; margin-bottom: 10px;}
.index_feature_section {padding: 40px 20px 20px; border-radius: 0px 0px 0px 0px;}
.feature_three_col {display: block; margin-top: 0;}
.feature_three_col .leftlist, .feature_three_col .feat-centerimg, .feature_three_col .rightlist {width: 100%;}
.feature_three_col .feat-centerimg {padding: 20px 0px;}
.feature_three_col .feat-centerimg img {max-width: 200px;}
.feature_three_col li {padding: 30px 0px;}
.feature_three_col .leftlist li {flex-direction: inherit;}
.feature_three_col .leftlist .contentarea {text-align: left;}
.index_feature_section:after {display: none;}
.iudex_prowrap, .service_wrapper {margin-top: 20px;}
.iudex_prowrap .probox {width: 100%; padding: 15px;}
.iudex_prowrap .procontent {padding: 20px 0px 30px 0px;}
.iudex_prosection {padding: 40px 20px;}
.service_wrapper {flex-wrap: wrap; flex-direction: column-reverse; text-align: center;}
.service_wrapper .sercontent {width: 100%; padding-right: 0; padding-top: 20px;}
.service_wrapper .service_image {width: 100%;}
.service_wrapper p {text-align: center;}
.iudex_service {border-radius: 0px 0px 0px 0px; padding: 40px 20px 60px;}
.service_wrapper .service_image img {height: 400px;}
.aboutwrap {display: block;}
.aboutwrap .about_img_area:before {display: none;}
.iudex_about .about_img_area img {height: 420px; margin-top: 0; margin-bottom: 0;}
.aboutwrap .about_img_area {width: 100%; text-align: center;}
.aboutwrap .about_content_area {width: 100%; padding-left: 0; text-align: center; padding-top: 20px;}
.iudex_about {padding: 40px 20px 60px;}
.bannerimg img {height: 470px; border-radius: 0px 0px 0px 0px; object-position: 68% 50%;}
.banner_wrap .container .banner_txt {position: absolute; top: 22%; text-align: center; padding: 12px;}
.banner_wrap .banner_txt p {font-size: 18px;}
#banner-slider .owl-nav {bottom: 20px; left: 0px; right: 0; text-align: center; position: absolute;}
.bannerimg:after {background: radial-gradient(#ffffff 10%, #9198e500 100%); width: 100%; height: 100%;}
.abtop_txt {padding: 0px 0px;}
.iudex_aboutpage_section {padding: 40px 20px;}
.about_two_col {margin-top: 30px; flex-wrap: wrap;}
.about_two_col .about_two_col_left, .about_two_col .about_two_col_right {width: 100%; text-align: center;}
.about_two_col .about_two_col_left .abcont {text-align: center;}
.about_two_col .abcont {padding: 0px;}
.about_two_col .about_two_col_left .abcont p, .about_two_col .about_two_col_right .abcont p, .about_two_col h4 {text-align: center;}
.about_two_col img {height: 380px;}
.mission_vission {border-radius: 0px 0px 0px 0px;}
.inner_banner .bannerimg img {height: 300px;}
.inner_banner .container .banner_txt {
    top: 37% !important;
    left: 0;
    right: 0;
    margin: auto;
}
.iudex_impressum_section {padding: 40px 20px 0px;}
.impressumtwocol {display: block;}
.impressumtwocol .impcol {width: 100%;}
.impressumtwocol .impcol:last-child {padding: 24px;}
.project_portfolio {border-radius: 0px 0px 0px 0px; padding: 40px 20px;}
.iudex_projects_services {padding: 40px 20px;}
.projects_services_topcontent {padding: 0px 0px;}
.projects_services_wrap {margin-top: 30px; display: block;}
.projects_services_col {width: 100%; text-align: center;}
.projects_services_wrap .projects_services_col:last-child {padding-left: 0; padding-right: 0; padding-top: 20px;}
.projects_services_wrap .projects_services_col ul li {font-size: 16px; text-align: left;}
.projectbox_wrapper {margin-top: 25px;}
.projectbox {width: 100%;  padding: 26px 20px; border-radius: 30px;}
.sercol_img img {height: 340px;}
.protwocolarea ul li {font-size: 16px;}
.pricing_wrap {margin-top: 24px; flex-wrap: wrap; gap: 10px;}
.pricebox {width: 100%; border-radius: 30px; padding: 40px 30px;}
.pricing_wrap .pricebox:nth-child(2) {padding-top: 40px; padding-bottom: 40px;}
.pricing_wrap .pricebox:nth-child(1) {margin-right: 0;}
.pricing_wrap .pricebox:nth-child(3) {margin-left: 0;}
.protwocolarea .abcont p {text-align: center !important;}
.contact_form_section {padding: 40px 20px 0px;}
}

@media only screen and (max-width: 1024px) {
.mobile-menu {
	display: block;
	position: relative;
}
.menu_area {
	display: none;
}
.mobile-menu .logo img {
	width: 83px;
    position: absolute;
    left: 12px;
    z-index: 2;
}
.navbar-m {}
.navbar-container input[type="checkbox"], .navbar-container .hamburger-lines {
	display: block;
}
.navbar-container {
	display: block;
	position: relative;
}
.navbar-container input[type="checkbox"] {
	position: absolute;
	display: block;
	height: 32px;
	width: 30px;
	top: 18px;
	right: 23px;
	z-index: 5;
	opacity: 0;
}
.navbar-container .hamburger-lines {
	display: block;
	height: 23px;
	width: 35px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.navbar-container .hamburger-lines .line {
	display: block;
	height: 4px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
}
.navbar-container .hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}
.navbar-container .hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
}
.navbar-container .hamburger-lines .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
}
.navbar-m .menu-items {
	padding-top: 85px;
	background: #341439;
	height: 100vh;
	max-width: 94%;
	transform: translate(-150%);
	display: flex;
	flex-direction: column;
	margin-left: -44px;
	padding-left: 50px;
	transition: transform 0.5s ease-in-out;
}
.navbar-m .menu-items li {
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-weight: 400;
}
.navbar-container input[type="checkbox"]:checked ~ .menu-items {
	transform: translateX(0);
}
.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
	transform: rotate(35deg);
}
.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
	transform: scaleY(0);
}
.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
	transform: rotate(-35deg);
}
.menu-items li.dropdown ul {
	padding: 0;
	min-width: 13rem;
}
.menu-items li.dropdown ul li {
	margin-bottom: 12px;
    font-size: 14px;
    margin: 0;
}
.menu-items li.dropdown ul li a {display: block; padding: 6px 10px; color: #000;}
.menu-items li.dropdown ul li.active a {color: #0f94c9;}
.headertop-area .containerwrap .logoarea {
    width: 100%;
    display: none;
}
.headertop-area .containerwrap .languagearea {
    width: 100%;
    text-align: center;
}
.headertop-area .containerwrap .languagearea .quotebtn a {
    margin: 10px auto;
}
.headertop-area .containerwrap .languagearea ul {justify-content: center;}
.containerwrap {justify-content: right;}
}

@media only screen and (max-width: 767px) {
.mobile-menu .container {max-width: 100%;}
.containerwrap {justify-content: center;}
.navbar-m .menu-items li.active .menuarrow {
    background: url(../images/up-arrow.png) no-repeat 50% 50%;
    background-size: 18px;
}
.loginbtn a {padding: 12px 35px 12px 55px;}
}

@media only screen and (max-width: 560px) {
.bannerbtns {margin-top: 13px;}
.bannerbtns a {display: block; margin-bottom: 5px;}
.banner_wrap .container .banner_txt {top: 18%;}
}
