@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Inter Tight", sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #444e50;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
.wrapper
{
	
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: url(../images/WhatsApp.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.section
{
	
}
.footer
{
	
}

.media-icons
{
    margin-left: auto;
    margin-right: 70px;
    position: relative;
}
.media-icons button
{
    font-size: 24px;
    cursor: pointer;
    background: #fff;
    color: #1f2326;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    font-weight: 100;
}
.media-icons .social-icons
{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 3px 3px 3px;
}
.media-icons .social-icons a
{
    width: 44px;
    height: 44px;
    padding: 11px 0;
    font-size: 24px;
    float: none;
    margin-right: 0;
    margin-top: 3px;
}
.media-icons:hover .social-icons
{
    display: block;
}
#navbar
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	transition:top 0.8s;
	z-index:99999999;
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}
.header-top
{
	position:relative;
}
.header-top h1
{
    margin: 0px 0;
	padding: 10px;
}
.header-top h1 img
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top aside
{
	margin-left: auto;
	margin-right: 75px;
}
.header-top aside h3
{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	background: #0661ac;
    padding: 6px 10px;
    border-radius: 30px;
	display: flex;
	align-items: center;
}
.header-top aside h3:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e61d";
    font-size: 20px;
    font-weight: 400;
}
.navbar
{
    font-size: 30px;
    cursor: pointer;
    background: #fff;
    color: #1f2326;
    position: fixed;
    right: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 9999999999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	border-radius: 50%;
}
.navbar span
{
	display: block;
    font-size: 12px;
}
.sidenav
{
	height: 100%;
	width: 0;
	position: fixed;
    z-index: 999999;
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow:0px 0px 26px rgba(0, 0, 0, 0.3);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 50px;
    z-index: 9999999999;
}
.sidenav ul
{
    padding: 0 20px 0 20px;
    margin: 0;
    list-style: none;
}
.sidenav ul li
{
    list-style: none;
    position: relative;
}
.sidenav ul li:first-of-type a
{
	border-top:none;
}
.sidenav ul li a
{
    color: #1f2326;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 16px 12px;
    border-top: solid 1px #DFDFDF;
    text-align: left;
    width: 280px;
}
.sidenav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sidenav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidenav ul li a:hover
{
    color: #0661ac;
}
.sidenav ul li ul
{
    display: none;
    background: #F3F3F3;
    z-index: 9999999;
    padding: 0 25px;
}
.sidenav ul li ul li
{
	list-style: none;
    float: none;
    margin: 0;
    display: block;
}
.sidenav ul ul li a
{
    padding: 12px 0px;
	text-align:left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    width: auto;
    position: relative;
}
.sidenav ul ul li:first-of-type a
{
	border-top:none;
}
.sidenav ul ul li a:hover:before
{
	opacity:1;
}
.sidenav ul ul li a:hover, .sidenav ul ul li a:hover:before
{
	color: #000;
}
.sidenav ul li ul:hover a
{
	
}
.sidenav ul > li:hover ul
{
	display:block;
}
.sidenav .closebtn
{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    font-size: 45px;
    font-weight: 100;
    cursor: pointer;
    width: 60px;
    height: 60px;
    color: #000;
    text-align: center;
}
.sidenav .closebtn:hoverr
{
	color:#000;
}
.videoContainer
{
  width: 100%;
  height: 100vh;
}
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-51%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}
.hero
{
    width: 100%;
	text-align: center;
}
.hero .owl-item
{
    max-width: 1000px !important;
}
.hero .item img
{
    border-radius: 30px;
}
.hero .owl-prev
{
    top: 50%;
    bottom: auto;
    left: 50px;
    right: auto;
}
.hero .owl-next
{
    top: 50%;
    bottom: auto;
    left: auto;
    right: 50px;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 28px;
    font-weight: 600;
    color: #0661ac;
    line-height: 30px;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #232629;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 18px;;
    font-weight: 500;
    color: #1f2326;
    border: solid 1px #0661ac;
    padding: 16px 30px 16px 30px;
    margin: 15px 0;
}
a.linkbutton:hover
{
    color: #fff;
    background: #0661ac;
}
.intro
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:50px;
    max-width: 900px;
}
.intro aside
{
	
}
.intro figure
{
	
}
.intro figure img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
    border-radius: 30px;
}
.intro figcaption
{
	padding:15px 30px 0 30px;
}
.footer a.linkbutton:hover
{
    color: #1f2326;
	background: #fff;
}
.footer
{
    background: #1f2326;
	position:relative;
}
.footer a.linkbutton
{
    color: #fff;
    border: solid 1px #fff;
}
.footer a.linkbutton:hover
{
    color: #1f2326;
	background: #fff;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:85px 0;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:5%;
}
.footer article aside:nth-of-type(4)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #fff;
    font-size: 16px;
	line-height:30px;
	position:relative;
}
.footer article aside ul li a:hover
{
    
}
.footer-content
{
	width: 315px;
}
.social-icons
{
    
}
.social-icons a
{
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
    float:left;
    margin-right:5px;
}
.social-icons a:nth-of-type(2)
{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons a:nth-of-type(3)
{
    background: #4267b2;
}
.social-icons a:nth-of-type(4)
{
    background: #f60002;
}
.social-icons a:nth-of-type(5)
{
    background: #0a66c2;
}
.footer p
{
    color: #fff;
    font-size: 16px;
}
.footer p strong
{
    color: #fff;
    font-weight: 500;
	display:block;
}
.footer-bottom
{
    background: #0661ac ;
	padding:15px 0px;
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom p:nth-of-type(even)
{
    margin-left: auto;
}
.footer-bottom a
{
    color: #f7f701;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	background-size:cover;
	background-repeat:no-repeat;
	padding:0px 0px;
	height:70vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
	position: relative;
}
.page-title h2
{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.page-title .row
{
    margin-top: auto;
    margin-bottom: 0;
}
.page-title aside
{
	position: relative;
    padding: 5px 0 15px 0;
    width: 50%;
    z-index: 9;
}
.page-title aside:before
{
	content: " ";
    background: linear-gradient(90deg, #fff, #fff, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -120px;
    right: 0;
    z-index: -8;
}
.page-title h1
{
    font-size: 40px;
    color: #0661ac;
    font-weight: 700;
    margin-right: auto;
}
.page-title nav
{
	
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #0661ac;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color: #0661ac;
}
.page-title nav ul li a
{
    display: block;
    color: #5F5F5F;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.awards
{
	
}
.awards ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px;
}
.awards ul li
{
	background: #e7edf3;
	padding: 10px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}
.awards ul li img
{
	border-radius: 10px;
}
.awards ul li p
{
	margin-top: auto;
}
.feature-films
{
	
}
.feature-films ul
{
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:30px;
}
.feature-films ul li
{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.feature-films ul li img
{
	width: 100%;
    height: 350px;
    object-fit: cover;
}
.feature-films ul li:after
{
	content: " ";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 400px;
    height: 400px;
    filter: blur(30px);
    border-radius: 50%;
}
.feature-films ul li figcaption
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding:5px 15px;
	z-index: 9;
}
.feature-films ul li figcaption p
{
	color: #fff;
    line-height: 18px;
}
.feature-films ul li figcaption p small
{
    display: block;
    font-size: 13px;
}
.photo-gallery-link
{
	
}
.photo-gallery-link ul
{
	margin: -10px;
}
.photo-gallery-link ul li
{
	width: 25%;
	float: left;
}
.photo-gallery-link ul li a
{
	display: block;
	position: relative;
	margin: 10px;
}
.photo-gallery-link ul li a:after
{
	content: " ";
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.photo-gallery-link ul li a:hover:after
{
	background: rgba(0,0,0,0.6);
}
.photo-gallery-link ul li a figure
{
	position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery-link ul li a:hover figure
{
	
}
.photo-gallery-link ul li a figure img
{
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: center;
}
.photo-gallery-link ul li a figure span
{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: solid 1px #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: translateY(30px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	opacity: 0;
	z-index: 9;
}
.photo-gallery-link ul li a:hover figure span
{
	transform: translateY(0px);
	opacity: 1;
}
.photo-gallery-link ul li a h3
{
	color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index: 9;
}
.photo-gallery-link ul li a:hover h3
{
    bottom: 20px;
	color: #fff;
}
.photo-gallery
{
	text-align:center;
	padding-top:0;
}
.photo-gallery ul
{
    padding: 0;
    margin: -20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin:20px;
}
.photo-gallery ul li a img
{
    width: 100%;
	height: 198px;
	object-fit: cover;
	object-position: top;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
	
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after, .videogallery ul li a:after, .video-profile ul li a:after
{
    content: "\f00e";
    font-family: 'FontAwesome';
    color: #fff;
    font-weight: 100;
    background: rgba(0, 93, 163, 0.5);
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
}
.photo-gallery ul li a:hover:after, .videogallery ul li a:hover:after, .video-profile ul li a:hover:after
{
    transform: scale(1);
}
.photo-gallery ul li h3
{
    color: #363233;
	text-align:center;
	font-size:18px;
	display: none;
}
.contact

{

	

}

.contact fieldset

{

    width: 60%;

}

.contact fieldset h3

{

    margin-left: 10px;

}

.formfield input::-webkit-input-placeholder,

.formfield textarea::-webkit-input-placeholder

{

	color: #5b5b68;

	font-family: "Inter Tight", sans-serif;

	font-weight:400;

	font-size:15px;

}

.formfield input::-moz-placeholder,

.formfield textarea::-moz-placeholder

{

	color: #5b5b68;

	font-family: "Inter Tight", sans-serif;

	font-weight:400;

	font-size:15px;

}

.formfield input:-ms-input-placeholder,

.formfield textarea:-ms-input-placeholder

{

	color: #5b5b68;

	font-family: "Inter Tight", sans-serif;

	font-weight:400;

	font-size:15px;

}

.formfield input:-moz-placeholder,

.formfield textarea:-moz-placeholder

{

	color: #5b5b68;

	font-family: "Inter Tight", sans-serif;

	font-weight:400;

	font-size:15px;

}

.form-split

{

    width: 50%;

}

.formfield label

{

    padding:10px;

	display:block;

}

.formfield label span

{

	display:block;

    font-weight: 500;

    margin-bottom: 6px;

}

.formfield input[type=text], .formfield input[type=email], .formfield input[type=number]

{

    padding: 16px 20px;

    width: 100%;

    background: #fff;

    border: 1px solid #d0e3dd;


    outline: 0px;

    position: relative;

    color: #5b5b68;

    font-size: 15px;

    font-family: "Inter Tight", sans-serif;

    -webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}

.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus

{

    border: 1px solid #141918;

}
.selectdiv
{
	position: relative;
	font-family: "Inter Tight", sans-serif;
    padding: 10px;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 30px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index: 9999;
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 30px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
	z-index: 9999;
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding:16px 20px;
	font-size: 16px;
	color: #5b5b68;
    background: #fff;
    border: 1px solid #d0e3dd;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "Inter Tight", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}

.formfield textarea

{

    padding: 16px 20px;

    width: 100%;

	height:200px;

    background: #fff;

    border: 1px solid #d0e3dd;


    outline: 0px;

    position: relative;

    color: #5b5b68;

    font-size: 15px;

    font-family: "Inter Tight", sans-serif;

    -webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}

.formfield input[type=submit]

{

    border: none;

    background-color: #0661ac;

    padding: 12px 35px;

    outline: 0;

    color: #fff;

    font-weight: 400;

    cursor: pointer;

    font-size: 16px;

    line-height: 30px;

    font-family: "Inter Tight", sans-serif;


	margin:15px 0;

}

.formfield input[type=submit]:hover

{

	

}

.contact article

{

    display: flex;

	margin-top:30px;

}

.contact aside
{
    width: 35%;
    background: #0661ac;
    padding: 35px 50px;
	position: relative;
	z-index: 9;
}
.contact aside:after
{
    content: " ";
    border: solid 1px #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    margin: 10px;
}
.contact aside h3
{
	color: #fff;
}
.contact aside p
{
    position: relative;
    padding-left: 40px;
	text-align: left;
	color: #fff;
}
.contact aside p strong
{
	color: #fff;
}
.contact aside p i
{
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gmap

{

	

}

.gmap iframe

{

	width: 100%;

	border-radius: 30px;

	-webkit-filter: grayscale(100%);

	filter: grayscale(100%);

}
.formobile
{
	display:none !important;
}