﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    background: #fff;
}

input, select, button {
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.material-symbols-outlined.fill {
    font-variation-settings:
    'FILL' 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #0C1D3B;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
}

h1, .h1, .display-1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.16;
}

h2, .h2, .display-2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}


h2.big, .h2.big {
    font-size: 45px;
}

h3, .h3, .display-3 {
    color: #161615;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
}

h4, .h4, .display-4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

h5, .h5, .display-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

h6, .h6, .display-6 {
    font-size: 18px;
    line-height: 1.5;
}

p {
    color: #161615;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 15px 0;
    font-family: "DM Sans", sans-serif;
}

p.big {
    font-size: 24px;
    line-height: 1.8em;
}

p.bigger {

}

p.small {
    font-size: 18px;
    line-height: 1.5;
}

p.smaller {
    font-size: 16px;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    padding: 0px 15px;
    border-radius: 3px;
    border: none;
    background: #0C1D3B;
    min-width: 180px;
    text-align: center;
    box-shadow: none;
    position: relative;
    transition: all .3s;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
}

.btn-default {
    background: #0C1D3B;
}

.btn i {
    color: #5D97DA;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -7px;
    opacity: 0;
}

.btn-default:hover,
.btn-default.active {
    color: #fff;
    background: #001D4B;
}

.btn:hover {
    padding-left: 30px;
}

.btn:hover i,
.btn.active i {
    opacity: 1;
}

.btn-primary {
    background: #5D97DA;
    min-width: 210px;
}

.btn-primary i {
    color: #0C1D3B;
}

.btn-primary:hover {
    background: #3984DA;
    color: #fff;
}

.btn-secondary {
    border-color: #7AABBC;
    background: #7AABBC;
    color: #fff;
}

.btn-secondary:hover {
    border-color: #1F748F;
    background: #1F748F;
    color: #fff;
}

.section-title h2 {
    margin-bottom: 30px;
}

.section-title.white h2,
.section-title.white p {
}

ul.list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    color: #161615;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

ul.list li {
    margin-bottom: 3px;
    position: relative;
}

ul.list li::marker {
    font-size: 18px;
    color: #5D97DA;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
}
}

.wave-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .1;
    z-index: 0;
    pointer-events: none;
}

/*** TOPBAR ***/
.topbar {
    background: #0C1D3B;
    padding-top: 5px;
}

.topbar a {
    display: inline-block;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    padding: 0px 15px;
    min-width: 120px;
    text-align: center;
    margin-left: 10px;
}

.topbar a:hover,
.topbar a.active {
    color: #5D97DA;
    background: #FFFFFF;
}



/*** HEADER ***/
header {
    width: 100%;
    padding: 0px 0px 0px 0px;
    transition: .3s;
    position: relative;
    z-index: 99;
}

header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
}

header .navbar {
    padding: 0px 15px;
}

header .navbar-brand {
    margin: 0;
}

header .navbar-brand img {
    height: 30px;
    transition: .3s;
}

.navbar-light .navbar-nav>.nav-item {
    margin-left: 50px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #161615;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding: 0px;
    line-height: 50px;
}

header .navbar-nav>.nav-item.dropdown>.nav-link {
    background: #fff;
    box-shadow: 0px 3px 50px #2C22C917;
    padding: 0px 50px 0px 15px;
    position: relative;
}

header .navbar-nav>.nav-item.dropdown>.nav-link::after {
    background: url(../images/dropdown-arrow.png) 50% 50% no-repeat;
    background-size: auto;
    border-color: transparent;
    height: 12px;
    width: 12px;
    right: 0px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

header .navbar-nav>.nav-item.dropdown>.nav-link img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

/* 
header .navbar-nav>.nav-item.active>.nav-link:before,
header .navbar-nav>.nav-item:hover>.nav-link:before {
    content: '';
    background: #0080AD;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0%);
} */

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

header .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-nav>.nav-item.active>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children.active>.nav-link {
	color:#5D97DA!important;
}

header .navbar-nav>.nav-item.dropdown.menu-item-has-children:hover>a.nav-link {
    color: #161615 !important;
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    border: none;
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    right: 0px;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0px 0px 8px 8px !important;
     border: none;
    background-color: #fff;
    box-shadow: 0px 3px 50px #2C22C917;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:first-child>a {
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:last-child>a {
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li {
	width:100%;
    position: relative;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li a.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 40px;
    padding: 0px 15px 0px 47px !important;
    font-size: 17px;
    text-align: left;
    color: #161615!important;
    border: none;
    white-space: break-spaces;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:hover>a,
.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.active>a {
	color:#fff!important;
    background: #0C1D3B !important;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:last-child a {
    border-radius: 0px 0px 5px 5px;
}

.navbar-collapse {
    padding: 15px 0px;
}

/*** MAIN SIDEMENU ***/
.main-sidemenu-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    min-width: 40px;
}

.main-sidemenu-btn:hover {
    color: #fff;
}

.main-sidemenu-btn span {
    height: 2px;
    width: 100%;
	background:#000;
    display: inline-block;
    margin: 3px auto;
    float: right;
    transition: all .3s;
}

.main-sidemenu-btn div {
    display: inline-block;
    min-width: 30px;
}

.main-sidemenu {
	position:fixed;
	top:0px;
    left: -150%;
    min-width: 370px;
    max-width: 370px;
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	height:100%;
	z-index: 9999999;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 10px;
    color: #000;
    background: #edf4fb;
}

.main-sidemenu.intro {
	left:0px;
}

.main-sidemenu .logo img {
    height: 35px;
}

.main-sidemenu-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .45s ease-in-out;
    z-index: 9999;
}

.main-sidemenu-overlay.active {
    opacity: 1;
    visibility: visible;
    background: rgba(65, 65, 65, 0.6);
}

.main-sidemenu a.CloseBtn {
    color: #000;
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    top: 15px;
    right: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    float: right;
}

.main-sidemenu a.CloseBtn:before,
.main-sidemenu a.CloseBtn:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.main-sidemenu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-sidemenu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.main-sidemenu ul.main-menu ul {
	padding: 0;
}

.main-sidemenu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.main-sidemenu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.main-sidemenu ul.main-menu>li>a {
    display: inline-block;
    width: 100%;
    /*letter-spacing: 0.1em;*/
    color: #000;
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0px;
    font-weight: 600;
}

.main-sidemenu ul.main-menu li:hover>a,
.main-sidemenu ul.main-menu li.active>a {
	background:none;
    color: #5D97DA;
}

.main-sidemenu ul.main-menu li.menu-item-has-children {
    cursor: pointer;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 50px #2C22C917;
    padding-left: 15px;
}

.main-sidemenu ul.main-menu li.menu-item-has-children:hover>a {
    color: #5D97DA !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a:after {
    /*content: '';*/
    /*display: inline-block;*/
    /*border-top-width: 1px;*/
    /*border-top-style: solid;*/
    /*border-left-width: 1px;*/
    /*border-left-style: solid;*/
    /*transform: translate(-50%, -50%) rotate(135deg);*/
    /*opacity: .8;*/
    /*transition: all .3s ease;*/
    /*background: none !important;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*visibility: visible;*/
    /*border-radius: 0;*/
    /*color: inherit;*/
    /*border-top-width: 3px;*/
    /*border-left-width: 3px;*/
    background: url(../images/dropdown-arrow.png) 50% 50% no-repeat;
    background-size: auto;
    border-color: transparent;
    height: 12px;
    width: 12px;
    right: 0px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: none;
    padding: 0 0 0 0px !important;
    display: none !important;
    top: 0 !important;
}

.main-sidemenu ul.main-menu li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 0;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.1em;
    width: 100%;
}


.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li:hover>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.current_page_item>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a {
    background: #0C1D3B !important;
    color: #fff !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a:hover:before,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a:before {
    opacity: 1;
    margin-left: 0;
}

/*** BANNER ***/
.banner {
    background: url(../images/banner-world.png) 6% 50% no-repeat, url(../images/bg-banner.png) 50% 50% no-repeat;
    background-size: auto auto, cover;
    padding: 0px 0px 20px 0px;
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 1;
}

.banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 1;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner p {
   margin: 30px 0px;
   display: inline-block;
   width: 89%;
}

.banner .btn {
    margin-right: 25px;
    margin-bottom: 10px;
}

.banner .img,.banner video {
    display: inline-block;
    width: 120%;
    max-width: 120%;
    object-fit: cover;
    min-height: 525px;
    border-radius: 8px;
}


/*** CHECK INFO ***/
.check-info {
    padding: 10px 0px;
}

.check-info .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.check-info .links a {
    color: #5D97DA;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0px;
}

.check-info .links a img {
    margin-right: 12px;
    margin-top: -2px;
}

/*** INFO ***/
.info {
    padding: 120px 0px 120px 0px;
}

.info .space-right {
    padding-right: 80px;
}

.info .img {
    display: inline-block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.info h2 {
    margin: 0px 0px 40px 0px;
}

.info p {
    margin: 0px 0px 20px 0px;
}

.info .btn {
    margin: 15px 0px 25px 0px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #001D4B;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 10px 5px 5px 5px;
    border: none;
    background: #5D97DA;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}


/*** OUR kenmerken ***/
.our-characteristics {
    position: relative;
    /*padding: 0px 0px 80px 0px;*/
}

.our-characteristics::after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: url(../images/bg-charc.png) 50% 50% no-repeat;
    background-size: cover;
}

.our-characteristics .container {
    position: relative;
    z-index: 2;
}

.our-characteristics h2 {
    margin-bottom: 55px;
}

.white-box {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 50px #6797B429;
    border-radius: 3px;
    padding: 45px 50px 0px 50px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.white-box .text {
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #0C1D3B;
    padding: 0px 0px 60px 0px;
}

.white-box h3 {
    margin: 0px 0px 30px 0px;
}

.our-characteristics .space-right {
    padding-right: 30px;
}

.our-characteristics .space-left {
    padding-left: 30px;
}

.our-characteristics .btn {
    margin: 10px 15px;
}

.our-characteristics .btns {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

/*** INFO TEXT ***/
#info-text.info {
    background: url(../images/bg-about2.png) 100% 50% no-repeat;
    background-size: cover;
    padding: 190px 0px 90px 0px;
}


/*** INFO PROJECT ***/
.info-project {
    /*padding: 100px 0px;*/
    padding-bottom: 100px;
}

.info-project .bg-img {
    padding: 65px 80px;
    background: url(../images/bg-project.jpeg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.info-project .bg {
    display: inline-block;
    width: 95%;
    background: #0C1D3B;
    padding: 50px 40px;
    border-radius: 3px;
}

.info-project .bg h3 {
    color: #fff;
    margin: 0px;
}

.info-project .bg p {
    color: #fff;
    margin: 25px 0px 35px 0px;
}

.info-project .btn-primary {
    min-width: 175px;
}

/*** FOOTER ***/
.footer {
    background: #EDF4FB;
    padding: 50px 0px;
}

.footer p {
    color: #161615;
    margin: 20px 0px 0px 0px;
}


/*** PAGE TITLE ***/
.page-title {
    background: url(../images/page-title-world.png) 6% 50% no-repeat, url(../images/bg-banner.png) 50% 50% no-repeat;
    background-size: auto auto, cover;
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.page-title h1 {

}

.page-title p {
    color: #5D97DA;
    font-weight: 600;
}

.page-title .container {
    position: relative;
    z-index: 2;
}


/*** OVERVIEW ***/
.overview {
    padding: 50px 0px 6px 0px;
}

.overview p {
    margin-bottom: 40px;
}

.overview-box {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 26px;
    border-radius: 8px;
    height: calc(100% - 26px);
    transition: all .3s;
}

.overview-box .img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
    aspect-ratio: 1 / .75;
}

.overview-box .text {
    display: inline-block;
    width: 100%;
    padding: 0px 50px;
    transition: all .3s;
}

.overview-box .text span {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    line-height: 65px;
    border-bottom: 5px solid #0C1D3B;
    transition: all .3s;
    position: relative;
}

.overview-box .text span i {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -9px;
    color: #fff;
    opacity: 0;
}

.overview-box:hover {
    background: #0C1D3B;
}

.overview-box:hover .text span {
    padding-left: 20px;
    color: #fff;
    border-color: #fff;
}

.overview-box:hover .text span i {
    opacity: 1;
    color: #5D97DA;
}

/*** INFO DUTCH INFO ***/
.info.dutch-info {
    padding: 100px 0px 106px 0px;
}


/*** PROJECT MANGEMENT ***/
.project-management {
    padding: 100px 0px;
    border-radius: 8px;
    background: url(../images/bg-project-management.png) 100% 50% no-repeat;
    background-size: cover;
}

.project-management h2 {
    margin-bottom: 30px;
}

.project-management .img {
    border-radius: 8px;
    margin-bottom: 50px;
}

.project-management p {
    margin-bottom: 30px;
}

.project-management .space-right {
    padding-right: 60px;
}

.project-management .space-left {
    padding-left: 60px;
}


/*** AFTER SALES ***/
.info.after-sales {
    padding: 100px 0px 130px 0px;
}

.info.after-sales .space-left {
    padding-left: 60px;
}

#info-text.info.spacing {
    padding: 110px 0px;
}

p a {
    color: #5D97DA;
    /* background-image: linear-gradient(transparent calc(100% - 3px), #5D97DA calc(100% - 3px), #5D97DA calc(100% - 2px), transparent 3px); */
    background-image: linear-gradient(transparent calc(100% - 2px), #5D97DA calc(100% - 2px), #5D97DA calc(100% - 0px), transparent 3px);
    background-repeat: no-repeat;
    will-change: background-size;
    transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: 0% 100%;
    /* text-decoration: underline; */
}

p a:hover {
    color: #3984da;
    background-image: linear-gradient(transparent calc(100% - 2px), #3984da calc(100% - 2px), #3984da calc(100% - 0px), transparent 3px);
    /* background-image: linear-gradient(transparent calc(100% - 3px), #4A88AC calc(100% - 3px), #4A88AC calc(100% - 2px), transparent 3px); */
    background-size: 100% 100%;
}


/*** OUR TEAM ***/
.our-team {
    padding: 100px 0px 100px 0px;
}

.our-team .row {
    margin-left: -15px;
    margin-right: -15px;
}

.our-team .row>div {
    padding: 0px 15px;
}

.our-team h2 {
    margin-bottom: 40px;
}

.team-box {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    height: calc(100% - 70px);
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 3px 50px #6797B429;
    border-radius: 3px;
    padding: 0px 50px;
}

.team-box .text {
    display: inline-block;
    width: 100%;
    transition: all .3s;
    padding: 0px 0px 50px 0px;
    padding: 0px 0px 50px 0px;
    height: 100%;
    border-bottom: 5px solid #0C1D3B;
}

.team-box .text .user {
    margin-top: -50px;
}

.team-box .text .align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px;
}

.team-box .text h5 {
    color: #161615;
    font-size: 17px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin: 0px 0px;
}

.team-box .text h5 span {
    font-size: 16px;
}

.team-box .text p {
    font-size: 16px;
}


/*** CONTACT INFO ***/
.contact-info {
    padding: 0px 0px 100px 0px;
}

.contact-info h2 {
    margin-bottom: 35px;
}

.contact-info p {
    margin-bottom: 25px;
}

.contact-info p a {
    text-decoration: underline;
}

.contact-info p a:hover {
    text-decoration: none;
}

.contact-info .btn-primary {
    min-width: 170px;
}

.contact-info .bg {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    padding: 41px 60px 52px 60px;
    background: #edf4fb;
}

.contact-info .bg h2 {
    margin-bottom: 30px;
}

.contact-info .btn-default {
    min-width: 130px;
}

.contact-info label {
    display: inline-block;
    width: 100%;
    color: #161615;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 3px;
}

.form-control {
    display: inline-block;
    width: 100%;
    color: #5D97DA;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    height: 50px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0px 20px;
    box-shadow: none !important;
    outline: none !important;
}

.form-control::-webkit-input-placeholder {
    color: #0C1D3B;
}

.form-control:focus {
    color: #5D97DA !important;
    border-color: #5D97DA !important;
}

textarea.form-control {
    resize: none;
    height: 220px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    h1, .h1, .display-1 {
        font-size: 46px;
    }
    
    .buttons .btn {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .our-characteristics .btn {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
}


.team-box a:hover img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(72%) saturate(456%) hue-rotate(179deg) brightness(95%) contrast(92%);
}


.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea,
.gform_wrapper select {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.gform_button.button{
    display: inline-block !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 44px !important;
    padding: 0px 15px !important;
    border-radius: 3px !important;
    border: none !important;
    background: #0C1D3B !important;
    min-width: 180px !important;
    text-align: center !important;
    box-shadow: none !important;
    position: relative !important;
    transition: all .3s !important;
    font-family: "Exo 2", sans-serif !important;
    font-weight: 500 !important;

}

.gform_button.button:hover {
    color: #fff !important;;
    background: #001D4B !important;
    padding-left: 30px !important;
}

.gform_button.button.active {
    color: #fff !important;
    background: #001D4B  !important;
        padding-left: 30px !important;
}


