@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Poppins:wght@300;400;500&display=swap');

* {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-display: swap;
}

body { 
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	position: relative;
	width: 100%;
	background-color: rgb(252, 252, 252);
	background-color: #FCFBF8;
	/* background-color: pink; */
}

p { margin: 10px 0px; line-height: 1.7;}

.bg_blue1 { background-color: #22B9F0}
.bg_blue2 { background-color: #83D8F7}
.bg_mint { background-color: rgba(34,219,240,0.5); }
.bg_gray1 { background-color: rgba(50,50,50,0.8); }
.bg_gray2 { background-color: rgba(80,80,80,0.8); }
.bg_white { background-color: rgb(252, 252, 252); }

h2.section_headline {
	padding: 0px 0px 0px 0px;
	/*background: #f6f6f6;*/
	/* margin-left: 25px; */
	font-size: 43px;
	font-weight: 200;
	letter-spacing: 1px;
	text-align: left;
	position: relative;
	color: #353535;
	color: rgb(70,70,70);
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

h2.section_headline.to_left {
	text-align: left;
	padding: 0 0 0px 0;
}

h2.section_headline span { color: #22b9f0; }

#peoples h2.section_headline { margin-bottom: 50px;}











.img_responsive { width: 100%; }

.text_center { text-align: center; }

button {
	background: none;
	border: none;
}

ol, ul {
	list-style: none;
}

img {
	display: block;
	max-width: 100%;
	/*min-height: 1px;*/
	/*height: 100%;*/
	margin: auto;
}

input {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

input, textarea {
	-webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
    display: table;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 0 100px 0;
}

.container.small {
	padding: 150px 0 50px 0;
}

.row:before,
.row:after {
	content:"";
	display: table ;
	clear:both;
}

[class*='col-'].no_padding {
	padding: 0px;
}

[class*='col-'] {
	float: left;
	width: 100%;
	min-height: 1px;
	padding: 12px;
	position: relative;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-20 {width: 20%;}
.col-40 {width: 40%;}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.text_typed {
	/*margin-left: 80px;*/
	font-size: 3em;
	color: white;
	display: inline;
}

.typed-cursor {
	/*font-size: 20px;*/
	font-weight: 300;
}

header {
	height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main_brand_logo {
	position: absolute;
	top: 30px;
	left: 8%;
	z-index: 1000;
	width: 250px;
	height: 88px;
	color: #FFF;
	text-indent: -99999px;
	background: url("../images/logo.png");
}

.btn_toggle_menu {
	position: absolute;
	top: 50px;
	right: 8%;
	background: unset;
	border: none;
	z-index: 1000;
	cursor: pointer;
	transition: all .5s;
}

.btn_toggle_menu:hover .main_menu_icon path,
.btn_toggle_menu:hover span,
.btn_toggle_menu:hover small {
	border-color: #22A7F0;
	fill: #22A7F0;
	color: #22A7F0;
	transition: all .5s
}

.btn_toggle_menu span {
	line-height: 30px;
    padding: 5px 15px;
    /*border: 2px solid #4ea1d3;*/
    /*border: 2px solid #22A7F0;*/
    border: 2px solid #FFF;
    display: inline-block;
    /*color: #4ea1d3;*/
    /*color: #22A7F0;*/
    color: #FFF;
    letter-spacing: 2px;
    transition: border .5s;
}

.btn_toggle_menu small {
	vertical-align: top;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    font-weight: 400;
    transition: color .5s;
}

.main_menu_icon {
	line-height: 30px;
	vertical-align: top;
}

.main_menu_icon path {
	/*fill: #4ea1d3;*/
	/*fill: #22A7F0;*/
	fill: #FFF;
	transition: fill .5s;
}

.main_navigation {
	position: fixed;
    width: 50vw;
    height: 100vh;
    background: #000;
    right: 0px;
    top: 0px;
    z-index: 1001;
    display: table;
    color: white;
    text-align: center;
    transform: translateX(100%);
	transition: transform .6s;
	opacity: 0.95;
}

.main_navigation > ul {
	display: table-cell;
	vertical-align: middle;
}

.main_navigation ul li {
	margin: 70px 0px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.main_navigation ul li a {
	color: #FFF;
	text-decoration: none;
}

.main_navigation-close-btn {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 40px;
	right: 40px;
	cursor: pointer;
}

.nav-visible .main_navigation {
	transform: translateX(0%);
}

.intro_jumbotron {
	background: url('../images/intro_home_no0.jpg');
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.intro_jumbotron .text_wrapper {
	display: table;
	height: 100vh;
	width: 100%;
	text-align: center;
	/*padding-left: 200px;*/
}

.intro_jumbotron .text_content {
	font-size: 70px;
	display: table-cell;
	vertical-align: middle;
	padding: 155px;
	text-align: left;
	color: #FFF;
	font-weight: 800;
}

.intro_jumbotron .text_content h1 {
	display: inline-block;
}

.intro_jumbotron .text_content h1 {
	font-family: 'Lato', sans-serif;
}

.intro_jumbotron .intro_text a {
	position: absolute;
    bottom: 10px;
    width: 40px;
    margin: auto;
    display: block;
    left: 0px;
    right: 0px;
}

.features {
	/*padding: 150px 0px;*/
	/*margin: 60px 0px;*/
}

.feature, .service {
	text-align: center;
}

.feature.box {
	/*cursor: pointer; */ /*-optionall-*/
}

.feature.box:after {
	content: '';
	position: absolute;
	bottom: -40px;
	/*width: 40%;*/
	background: rgb(34,201,240);
	height: 1px;
	margin: auto;
	left: 50%;
	right: 50%;
	/*-webkit-transition-property: left right;*/
  	transition: left 0.5s,  right 0.5s;
  	/*transition-duration: 0.3s;*/
}

.feature.box:hover:after {
	left: 30%;
	right: 30%;
}

h2.feature_title, h2.service_title {
	font-size: 18px;
    font-weight: 700;
    margin: 25px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(47, 49, 47);
    font-family: 'Poppins', sans-serif;
}

h2.feature_title {
	text-align: left;
	padding-left: 20px;
}

.feature_content {
	/*padding: 0px 50px;*/
}

p.feature_text {
	padding: 0px 21px;
	text-align: left;
}

p.feature_text, p.service_intro {
	font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    /*padding: 0px 90px;*/
    /*display: none;*/
}

.work_content figure {
	width: 100%;
	position: relative;
}

.work_content figcaption {
	position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    padding: 0 20px;
    color: #FFF;
}

.work_intro {
	display: table;
	width: 100%;
	height: 100%;
}

.work-inner {
	display: table-cell;
	vertical-align: middle;
}

.services_headline {
	padding: 70px 0px;
	/*background: #f6f6f6;*/
	margin-left: 40px;
	font-size: 25px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: left;
	position: relative;
	color: #333;
	font-family: 'Poppins', sans-serif;
}

.services_headline span {
	display: block;
    font-size: 55px;
    letter-spacing: 6px;
    color: rgb(34,219,240);
    font-weight: 700;
}

.services_headline:after,
.works_headline:after {
	/*content: '';*/
	display: block;
	position: absolute;
	bottom: 50px;
	width: 60px;
	height: 2px;
	/*margin: auto;*/
	right: 0;
	left: 0;
	background: rgb(34,201,240);
}

.service_content {
	/*margin-bottom: 150px;*/
}



/*---test parallax----*/

header > .header_wrapper {
	height: 100%;
	position: relative;
	top: -40%;
}

.features_wrapper {
	height: 200%;
	position: relative;
	top: -100%;
	padding: 0px 0px;
}

#features {
	/*overflow: hidden;*/
	background-color: #f6f6f6;
	background-color: #f3f3f3;
	position: relative;
}

#features:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #f3f3f3;
    bottom: -40px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}


/*----test 3d rotation-----*/

.service_icon {
	margin-bottom: 30px;
}

.service_icon img {
	height: auto;
}

.services_content {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}

.services_content.one .service:first-child .service_content {
	background: #83D8F7;
}

.services_content.one .service:nth-child(2) .service_content {
	background: #22b9f0;
}

.services_content.one .service:nth-child(3) .service_content {
	background: #83D8F7;
}

.services_content.two .service:nth-child(1) .service_content {
	background: #22b9f0;
}

.services_content.two .service:nth-child(2) .service_content {
	background: #83D8F7;
}

.services_content.two .service:nth-child(3) .service_content {
	background: #22b9f0;
}

.services_content.two {
	margin-bottom: 60px;
}

.service {
	width: 350px;
	/*perspective: 20000px;*/
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
    /* transform: rotateY(90deg); */
    transition: transform .6s;
    margin: 20px;
}

.service .box {
	/*transform: rotateY(0deg);*/
	/*width: 400px;*/
	height: 350px;
	/*transform-style: preserve-3d;*/
	position: relative;
	transition: transform .6s;
	transform-style: preserve-3d;

}

.service .box .service_content {
	position: absolute;
    top: 0px;
    padding: 20px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateZ(175px);
    transform: translateZ(175px);
    z-index: 100;
    transform-style: preserve-3d;
    /* align-content: space-around; */
    justify-content: center;
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
/*	-webkit-transform: translateZ(200px);
	transform: translateZ(200px);*/
	background-color: #0779A3;
}

.service .box .service_text {
	position: absolute;
	padding: 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    /* transform: translateX(-200px); */
    /* transform: rotateY(-90deg); */
    /* background-color: #000; */
    /* color: white; */
    display: flex;
    align-items: center;
    -webkit-transform: rotateY(-90deg) translateZ(175px);
    transform: rotateY(-90deg) translateZ(175px);
    transform-style: preserve-3d;
    z-index: 10;
    visibility: 0;
    /*visibility: hidden;*/
	/*width: 100%;
	height: 100%;*/
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	/*-webkit-transform: rotateY(-90deg) translateZ(252px);
	transform: rotateY(-90deg) translateZ(252px);*/
	/*transform: translateX(-200px);*/
	/*transform: rotateY(-90deg);*/
	transition: transform 1s;
	background-color: #0779A3;
	color: white;
}




.service:hover {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	transform-style: preserve-3d;
}

.service:hover .service_text {
	/*visibility: visible;*/
}

.no-preserve3d .service {
	overflow: hidden;
}

.no-preserve3d .service:hover {
	-webkit-transform: none;
	transform: none;
	transform-style: flat;
}

.no-preserve3d .service .box .service_content,
.no-preserved .service .box {
	/*background-color: red;*/
	transform-style: flat;
	z-index: 0;
}

.no-preserve3d .service .box .service_text {
	transform-style: flat;
	transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.no-preserve3d .service:hover .service_text {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.no-preserve3d .service .box .service_content {
	-webkit-transform: translate3d(0, 0, 200px);
    transform-style: flat;
}


/*----Contact form styles & footer stylesz----*/

.contact > .container {
	/*padding: 0px 15px;*/
	/* max-width: 100%; */
}

.contact {
	background: rgb(7,121,163);
	padding-top: 0;
	padding-bottom: 0;
}

.contact-user {
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	/*background: rgb(252, 252, 252);*/
}

.form_wrapper {
	background: rgb(252, 252, 252);
	background-color: rgba(7,121,163,0.5);
	font-family: 'Poppins', sans-serif;
	border-right: 1px solid whitesmoke;
}
@media only screen and (max-width:1199px){
	.form_wrapper {
		border-right: 0px;
	}
}

.form_wrapper h3,
.contact-details h3 {
	/* color: rgb(70,70,70); */
	color:whitesmoke;
	/* font-size: 28px; */
	padding-left: 50px;
}

.contact-details h3 {
	color: whitesmoke;
	font-size: 0.9em;
}
.contact-details h4 {
	font-size: 0.8em;
	color: whitesmoke;
	margin-bottom: 5px;
}
.contact-details h5 {
	color: whitesmoke;
	font-size: 0.7em;
}

.contact-details p {
	font-size: 1em;
	/* transition: all 5s; */
	margin-bottom: 25px;
	color: whitesmoke;
	font-family: 'Poppins', sans-serif;
}


.contact-user .phone,
.contact-user .email {
	display: block;
	transition: all 5s;
}

.contact-user p:hover .phone,
.contact-user p:hover .email {
	text-decoration: underline;
}

.contact-user span {
	font-family: 'Poppins', sans-serif;
	color: rgb(252, 252, 252);
}


#contact_form {
	margin: 50px;
}

input[name=contact-name],
input[name="contact-email"],
input[name="contact-phone"] {
	font-family: 'Poppins', sans-serif;
	width: 100%;
    display: block;
    outline: none;
    color: whitesmoke;
	
    border-bottom: 1px solid rgb(40,40,40);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    line-height: 25px;
    font-size: 18px;
    padding-bottom: 25px;
    background-color: transparent;
}

input[name=contact-name]::placeholder,
input[name="contact-email"]::placeholder,
input[name="contact-phone"]::placeholder {
	color: whitesmoke;	
	font-weight: 300;
	font-size: 0.8em;
}

textarea[name=contact-message] {
	font-family: 'Poppins', sans-serif;
	resize: none;
	height: 250px;
	width: 100%;
    border: none;
    /*margin-top: 40px;*/
    color: whitesmoke;
	border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 25px;
    line-height: 30px;
    background-color: transparent;
    font-size: 18px;
    margin-bottom: 40px;
}

textarea[name=contact-message]::placeholder {
	color: whitesmoke;
	font-size: 0.8em;
}

button[type=submit] {
	background: transparent;
	padding: 10px 25px;
	letter-spacing: 1.5px;
	position: relative;
	/* float: right; */
	color: rgb(250, 250, 250);
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	transition: .5s;
	border: 1px solid whitesmoke;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
button[type=submit]:hover {
	background: transparent;
	color: black;
	background-color: whitesmoke;
}



/*------ fixed menu bar-----*/

body {
	width: 100%;
	height: 100%;
}


.logo_btn-wrapper {
	position: absolute;
	padding: 20px 0px;
	left: 0;
	/*top: 0;*/
	width: 100%;
	z-index:111;
	min-height: 50px;
}

.btn_toggle_menu {
	position: relative;
	float: right;
	top: 22px;
}

.main_brand_logo {
	position: relative;
	top: 0px;
	display: inline-block;
}

.logo_btn-wrapper.fixed-position {
	transition: all .5s;
	position: fixed;
	padding: 0px;
	visibility: visible;
	background: #22b9f0;
}

.hide-nav {
	visibility: hidden;
}

.social_links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.social_links > ul {
	width: 100%;
}



/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #####  STYLE AG ##### */
/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */










.people { padding: 150px 150px; height: 700px; background-color: pink; }
.people img { max-height: 85%; max-width: 60%; margin: 30px auto; padding:0;}
.people_description { padding: 100px 20px; min-height: 700px; z-index: 1;}
.people h1, .people h2, .people h3, .people h4, .people h5, .people h6 { margin: 5px 0px; color: rgb(30,30,30); }
.people p { padding: 15px 270px; text-align: justify; }
.people p { max-width: 500px; margin: 0 auto; padding: 25px 0px; text-align: left;}
.people h2 { position: relative; padding-bottom: 15px; margin-bottom: 20px;}
.people h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 90px;
	height: 1px;
	background-color: rgba(252, 252, 252, 0.8);
	margin: auto;
}
.people_button {
	position: absolute;
	bottom: 50px;
	left:0;
	right: 0;
	margin: auto;
	width: 70px;
}


.get_contact {
	position: relative;
}

.get_contact:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #f3f3f3;
    bottom: -40px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

.get_contact-content {
	padding: 100px 20px;
	background-color: #f3f3f3;
}

.get_contact img {
	max-width: 400px;
	margin-bottom: 30px;
}

#get_contact-content:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #f3f3f3;
    border-top: 50px solid pink;
    bottom: -40px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}


#get_contact h2,
#get_contact h3  {
	text-align: center;
	margin: 15px 0px;
}

#get_contact h2 {
	font-size: 2.1em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	color: #22b9f0;
}
#get_contact a {
	text-decoration: none;

}

#get_contact h3 {
	/* color: rgb(180,180,180); */
	color: black;
	font-size: 27px;
	font-weight: 300;

}
.get_contact-btn {
	line-height: 1.7;
	display: block;
	width: 220px;
	padding: 18px 30px;
	background: transparent;
	border: none;
	margin: 50px auto;
	cursor: pointer;
	color: black;
	text-transform: uppercase;
	transition: all 0.5s;
	border: 1px solid rgb(40,40,40);
	text-transform: uppercase;
	/*border-radius: 4px;*/

}

.get_contact-btn:hover {
	/*border: 2px solid #000;*/
	color: #000;
	background: orchid;
	background: #83D8F7;
	background: #5CB6EC;

	/* border-color: transparent; */
}

#funny_facts {
	background: url("../images/keyb1.jpg");
	background-size: cover;
	background-position: center;
	/*background-image: url("../images/keyb1.jpg");*/
}

#funny_facts .feature_text { font-size: 14px; font-weight: 400;}

h2.funny_number {
		font-size: 27px;
    font-weight: 700;
    margin: 25px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(70,70,70);
    font-family: 'Poppins', sans-serif;
}


.feature_icon svg {
	display: block;
	width: 60px;
	height: 60px;
	margin-left: 20px;
	font-size: 100px;
	transition: 0.3s;
}
@media only screen and (max-width:1199px) {
	.feature_icon svg {
		margin: 0 auto;
	}
}
.feature_icon svg > path {
	/* fill: unset; */
	stroke: #22b9f0;

}

.feature_icon svg:hover {
	transform: translate(0px,-10px);
}

.works_tile { position: relative; }

.works_description {
	top:0px;
	left:0px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding: 40px 100px 40px 20px;
	background-color: rgba(10,10,10,0.8);
	background-color: rgba(34, 167, 240, 0.96);
}

.hide_this {
	display: none;
}
/* Safari 4.0 - 8.0 */
/*@-webkit-keyframes example {
    from {background-color: red;}
    to {background-color: yellow;}
}*/

/* Standard syntax */
@keyframes example {
    from {display: none;}
    to {display: inline;}
}

.works_description h3 {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 200;
	color: rgba(250,250,250,1);
}

.works_description p {
	color: rgba(250,250,250,1);
	font-size: 16px;
	font-weight: 200;
}

.works_description svg {
	fill: white;
	position: absolute;
	right: 30px;
	bottom: 25px;
}


.send_info_message {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	min-width: 250px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 200;
	color: #8fcbe0;
	color: #83D8F7;
}
@media only screen and (max-width:1024px) {
	.send_info_message {
		float: unset;
		margin: 0 auto;
		width: 80%;
	}

}

.service_content { position: relative; }
.service_content .enter_icon svg {
	fill: rgba(255,255,255,1);
	margin-top: 20px;
	position: absolute;
	bottom: 30px;
	right: 40px;
}

#main_navigtion > div > ul > li > a > i {
	color: #22A7F0;
}


#contact span {
	font-size: 0.7em;
}

/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #####  MEDIA ##### */
/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */

@media screen and ( min-width: 670px ) and ( max-width: 1000px ) {

	.col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}

	.service {
		order: 1;
	}
}

@media screen and (max-width: 669px) {
	.col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}

    .intro_jumbotron .text_wrapper,
    .intro_jumbotron .text_content {
    	padding: 15px;
    }

    .intro_jumbotron .text_content {
    	font-size: 30px;
    }

    .main_navigation {
    	width: 100vw;
    }

    .feature.box {
        margin-bottom: 70px;
    }

    .feature.box:last-child {
        margin-bottom: 0px;
    }

    .people_description p { font-size: 14px;}
    .text_typed { font-size: 30px; margin-left: 0px;}

    .peoples h2.section_headline {
        padding: 40px 0px;
    }

}

@media screen and (min-width: 300px ) and (max-width: 566px) {
	.col-xs-1 {width: 8.33%;}
    .col-xs-2 {width: 16.66%;}
    .col-xs-3 {width: 25%;}
    .col-xs-4 {width: 33.33%;}
    .col-xs-5 {width: 41.66%;}
    .col-xs-6 {width: 50%;}
    .col-xs-7 {width: 58.33%;}
    .col-xs-8 {width: 66.66%;}
    .col-xs-9 {width: 75%;}
    .col-xs-10 {width: 83.33%;}
    .col-xs-11 {width: 91.66%;}
    .col-xs-12 {width: 100%;}

    .btn_toggle_menu span {
        border: none;
    }

    button[type=submit] {
        margin-top: 40px;
    }

    .btn_toggle_menu small {
        display: none;
    }

    .peoples h2.section_headline {
        padding: 10px 0px 10px 0px
    }

    .main_brand_logo {
        left: 2%;
    }

    .btn_toggle_menu {
        top: 26px;
    }

    .service {
    	width: 300px;
    }

    .service .box {
    	height: 300px;
    }

    .service .box .service_content {
    	transform: translateZ(150px);
    }

    .service .box .service_text {
    	transform: rotateY(-90deg) translateZ(150px);
    }

		.service_content { position: relative; }
		.service_content .enter_icon svg {
			fill: rgba(255,255,255,0.5);
			margin-top: 20px;
			position: absolute;
			bottom: 30px;
			right: 40px;
		}

		.social_links ul {
			margin-bottom: 20px;
		}
		.social_links ul li {
			margin: auto;
		}

}

/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #####  2023 ##### */
/* #################################################### */
/* #################################################### */
/* #################################################### */
/* #################################################### */


#our_works {
	max-width: 1200px;
	margin: 0 auto;
}


.jumbo-top {
	position: relative;
	background-color: pink;
	background-image: url('../images/maldives1920.webp');
	background-size: cover;
	background-position: center;
	height: 50vh;
}


.jumbo-top .container {
	padding:0;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
}


#starty {
	height: 90vh;
	padding: 20vh 5vw 5vh 5vw;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	column-gap: 2vw;
}
#starty canvas {
	display: inline-block;
	max-width: 40%;
	height: 100%;
	/* flex-grow: 1; */
	margin: 0;	
}
#starty .welcome_text {
	max-width: 30%;
	/* flex-grow: 1; */
	align-self: center;
}
@media only screen and (max-width:1199px) {
	#starty {
		padding: 0;
		padding-top: 5vh;
		height: unset;
	}
	#starty canvas {
		max-width: 100%;
		height: 50vh;
		padding: 20px;
		padding: 1vh 1vw;
	}
	#starty .welcome_text {
		max-width: 100%;
		padding: 5vh 9vw;
	}
}
@media only screen and (max-width:650px) {

	#starty canvas {
		max-width: 90%;
		height: 50vh;
		/* max-height: 100%; */
	}
}


#main_nav_desktop {
	/* background-color: pink; */
	height: 10vh;
	padding: 10px 5vw 10px 5vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 5vh;
}

#main_nav_desktop img {
	margin: 0;
	/* max-width: 1500px; */
}

#main_nav_desktop ul li {
	display: inline;
	margin-left: 1vw;
}
#main_nav_desktop ul li a {
	color: #22b9f0;
	padding: 15px 23px;
	text-decoration: none;
	border-radius: 999px;
	/* border: 1px solid transparent; */
}
#main_nav_desktop ul li a:hover {
	color: white;
	background-color: #0494EF;
	transition: none;
	transition: 0.3s;
	/* border: 1px solid black; */
}
#main_nav_desktop ul li a:not(hover) {
	transition: 1s;
}

@media only screen and (max-width:1199px) {
	#main_nav_desktop {
		display: none;
	}
	#main_nav_mobile {
		display: flex;
		padding: 20px;
		align-items: center;
		justify-content: space-between;
		column-gap: 5vh;
		flex-wrap: nowrap;
	}
	#main_nav_mobile .logo {
		margin:0;
		max-width: 80%;
	}
	.hamburger_btn {
		position:fixed;
		z-index: 99;
		top: 15px;
		right: 10px;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		width: 25px;
		height: 25px;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		/* background-color: pink; */
	}
	.hamburger_btn i {
		/* display: block; */
		background-color: #0494EF;
		width: 6px;
		height: 6px;
		border-radius: 100%;
		padding: 0;
		margin: 0;
		/* padding-bottom: 5px; */
	}
}
@media only screen and (min-width:1200px) {
	#main_nav_mobile {
		display: none;
	}
}


#mobile_menu {
	z-index: 100;
	width: 100%;
	height: 100%;
	position: fixed;
	padding: 20px;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	background-color: rgb(7,121,163);
	transition: 0.7s;
}

#mobile_menu .hamburger_btn {
	position: absolute;
	flex-direction: row;
	top:20px;
	right:20px;
}

#mobile_menu .hamburger_btn i {
	background-color: white;
}

#mobile_menu .hamburger_btn i:nth-child(2) {

}

#mobile_menu .hamburger_btn i:nth-child(3) {

}

#mobile_menu.mm--closed {
	left:100%;
}

#mobile_menu ul {
	width: 100%;
}

#mobile_menu ul li a {
	text-decoration: none;
	color: whitesmoke;
}

#mobile_menu ul li {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 30px;
}


.cards {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #83D8F7; */
	justify-content: space-evenly;
	padding: 100px 5vw 100px 5vw;
	padding: 100px 25px;
}
.cards h2, .cards h3 {
	margin-bottom: 30px;
	text-align: left;
	font-weight: 400;
}
.cards h2 {
	/* position: relative; */
}
.cards h2::after {
	content: "";
	display: block;
	width: 15%;
	height: 1px;
	margin-top: 100px;
	background-color: #83D8F7;
	margin: 30px 0;
}
.cards .card {
	flex-basis: 33.3%;
}
@media only screen and (max-width:1199px) {
	.cards .card {
		flex-basis: 50%;
	}
}
@media only screen and (max-width:600px) {
	.cards .card {
		flex-basis: 100%;
	}

}
.cards .cardImg {
	padding: 25px 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-color: #FCFBF8;
	}
.cards .cardImg img {
	margin: 0;
	width: 80%;
}
@media only screen and (max-width:1199px) {
	.cards .cardImg img {
		width: 100%;
	};
}
.cards .cardText {
	padding: 50px 2vw;
	font-size: 0.9em;

}
/* @media only screen and (min-width:1200px) { 
	.cards .cardText {
		padding: 50px 2vw;
	}
} */

.contactDataImg {
	max-width: 180px;
	margin: 0;

}

.copy-rights {
	font-size: .8em;
	padding: 15px;
	text-align: center;
	color: silver;
	background-color: #033649;
}

#contact {
	font-family: Lato;
}

.contact h3 {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}

.contact h4 {
	font-family: 'Lato';
	color: whitesmoke;
	font-size: 0.9em;
	padding-left: 50px;
	font-weight: 300;
}

/* ***** BOXES ***** */
.boxes {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
}
@media only screen and (max-width:1024px) {
	.boxes {
		padding: 0 15px;
		padding-bottom: 100px;
	}
}
.boxes .box {
	position: relative;
	display: flex;
	flex-basis: 350px;
	aspect-ratio: 1;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	background-color: rgb(131, 216, 247);
	overflow: hidden;
}
.boxes .box:nth-child(odd) {
	background-color:  rgb(34, 185, 240);

}
.boxes .box .service_icon {
	height: 60px;
	aspect-ratio: 1;
	margin: 0;
  }
.boxes .box .service_icon path {
	/* fill: green; */
	stroke: white;
}
.boxes .box h1 {
	font-size: medium;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.boxes .box .enter_icon {
	position: absolute;
	right: 25px;
	bottom: 15px;
  }
.boxes .box .enter_icon path {
	fill: white;
	stroke: unset;
  }
.boxes .box_description {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:space-between;
	background-color: #0779A3;
	opacity:100%;
	width: 100%;
	height: 100%;
	padding: 25px;
	position: absolute;
	text-align: left;
	translate: 105%;
	transition-duration: .25s;
	transition-timing-function: ease-out;
  }
.boxes .box_description h1 {
	display: inline-block;
	width: 100%;
	color: white;
	font-weight: 400;
}
.boxes .box_description p {
	display: block;
	font-size: medium;
	color: white;
  }
.boxes .box:hover .box_description {
	translate: 0px;
  }



.samples {
	max-width: 1200px;
}
.samples__grid {
	margin: 0;
	padding: 0;
	padding-top: 200px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 0px;
}
.samples__grid-item {
	background-color: black;
	margin: 0;
	padding: 0;
	line-height: 0;
	overflow: hidden;
	/* object-fit: cover; */
}
.samples__grid-item img {
	/* max-height: 50vh; */
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	object-fit: cover;
	/* after hover transition: */
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
}
.samples__grid-item img:hover {
	transform: scale(1.05);
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
	cursor: pointer;
	cursor:context-menu;	
  }
  @media screen and (min-width: 1024px) {
	.samples {
		max-width: 1200px;
		margin: 0 auto;
	 }
	 .samples__grid {
		grid-template-columns: repeat(4, auto);
	  }
	}