/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: 'museo-sans',sans-serif;
    font-size: 16px;
	font-weight: 300;
    line-height: 1.75em;
    color: #818285;
}

::-moz-selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0;
    color: #000;
    background: #ccc;
}

/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.mediumwrap {
    position: relative;
    width: 100%;
    max-width: 1052px;
    margin: 0 auto;
}

.miniwrap {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.row {
    clear: both;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex-row:before,
.flex-row:after {
	content: '';
	display: block;
	clear: both;
}

.flex-col {
	float: left;
}

.parallax-window {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: 1200px;
    pointer-events: none;
}


@media only screen and (max-width: 1280px){
	.wrap {
		max-width: 980px;
	}

	.mediumwrap {
		max-width: 980px;
	}

	.miniwrap {
		max-width: 780px;
	}
}

@media only screen and (max-width: 1020px){
	.wrap {
		max-width: 768px;
	}

	.mediumwrap {
		max-width: 768px;
	}

	.miniwrap {
		max-width: 768px;
	}
}

@media only screen and (max-width: 768px){
	.wrap {
		max-width: 500px;
	}

	.mediumwrap {
		max-width: 500px;
	}

	.miniwrap {
		max-width: 500px;
	}
}

@media only screen and (max-width: 500px){
	.wrap {
		max-width: 90%;
	}

	.mediumwrap {
		max-width: 90%;
	}

	.miniwrap {
		max-width: 90%;
	}
}


@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;

        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }

    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }

    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }

    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }

    .grid-1:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-1:nth-child(6n) {
        margin-right: 0;
    }

    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }

    .grid-2:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-2:nth-child(3n) {
        margin-right: 0;
    }

    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }

    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }

    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%;
    }

    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }

    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }

    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83.0%;
    }

    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }

    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }

    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }

}

  .list-grid-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}


/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

a {
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none;
	color: #5d9fca;
}

	a:hover,
	a:focus {
		color: #004b8d;
	}

.button {
    font-family: 'museo-sans',sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2em;
    display: inline-block;
    padding: 15px 35px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-transform: uppercase;
    color: #fff;
    background-color: #818285;
    -webkit-box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 0);
            box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 0);
}

	.button:hover,
	.button:focus {
		background-color: #5d9fca;
		color: #fff;
		-webkit-box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 50%);
				box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 50%);
	}

.button--primary {
    color: #fff;
    background-color: #004b8d;
}

	.button--primary:hover,
	.button--primary:focus {
		background-color: #5d9fca;
	}


.button--secondary {
    color: #fff;
    background-color: #363738;
}

	.button--primary:hover,
	.button--primary:focus {
		background-color: #5d9fca;
	}

body p {
    margin-bottom: 32px;
}

body p:last-child {
    margin-bottom: 0;
}

main h1, main .h1,
main h2, main .h2,
main h3,
main h4, main .h4,
main h5, main .h5 {
    font-family: 'Lora', serif;
    font-size: 32px;
    line-height: 1.2em;
    display: block;
    color: #252526;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: 900;
}

main .h3 {
    font-family: 'Lora', serif;
    font-size: 25px;
    line-height: 1.2em;
    display: block;
    color: #252526;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 900;
}

@media only screen and (max-width: 768px){
	.button {
		font-size: 14px;
		padding: 14px 30px;
	}
	
	main h1, main .h1,
	main h2, main .h2,
	main h3,
	main h4, main .h4,
	main h5, main .h5 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	
	main .h3{
		font-size: 20px;
		margin-bottom: 10px;
	}

	body p {
		line-height: 1.7em;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 380px){
	body p {
		font-size: 15px;
	}
}

/*! Header
//////////////////////////////////////////////*/
.main__header .logo__area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 32%;
    padding-right: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
}

.main__header .nav__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 68%;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
        flex: 0 0 68%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main__header .mobile__button {
    display: none;
}

.main__header .nav__area li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
    color: #252526;
    position: relative;
}

.main__header .nav__area li {
    display: inline-block;
    margin-right: 40px;
}

.main__header  .header--phone {
    font-size: 20px;
    font-weight: 900;
    display: block;
    color: #004b8d;
    position: relative;
}

.main__header .nav__area li a:after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    visibility: hidden;
    height: 2px;
    content: '';
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    opacity: 0;
    background-color: #252526;
}

.main__header .header--phone:after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    visibility: hidden;
    height: 2px;
    content: '';
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    opacity: 0;
    background-color: #004b8d;
}

.main__header .nav__area li a:hover:after,
.main__header .header--phone:hover:after {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.main__header {
    position: relative;
    z-index: 2;
    display: block;
    padding: 28px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
}

@media only screen and (max-width: 1280px){
	.main__header .nav__area li a {
		font-size: 15px;
	}

	.main__header .header--phone {
		font-size: 18px;
	}

	.main__header .logo__area {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
	}

	.main__header .nav__area {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
			flex: 0 0 75%;
	}

	.main__header .nav__area li {
		display: inline-block;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 1020px){
	.main__header .mobile__button {
		display: block;
		margin-left: 30px;
	}
	
	.main__header .nav__area nav {
		display: none;
	}
	
	.main__header .logo__area {
		max-width: 45%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
			flex: 0 0 45%;
	}

	.main__header .nav__area {
		max-width: 55%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
			flex: 0 0 55%;
	}

	.main__header {
		padding: 10px 0;
	}

	.main__header .logo__area a {
		display: block;
		width: 100%;
		max-width: 250px;
	}
}

@media only screen and (max-width: 768px){
	.main__header .nav__area .header__cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		background-color: #004b8d;
		-webkit-box-shadow: 0 -5px 20px -5px rgb(0 0 0 / 50%);
				box-shadow: 0 -5px 20px -5px rgb(0 0 0 / 50%);
		z-index: 100;
	}

	.main__header .header--phone {
		display: block;
		width: 100%;
		padding: 12px;
		text-align: center;
		color: #fff;
	}

	.main__header .header--phone:after {
		display: none;
	}

	.main__header .header--phone:before {
		font-family: 'Font Awesome 5 Pro';
		font-size: 90%;
		margin-right: 10px;
		content: '\f879';
	}

	.main__header .logo__area {
		max-width: 70%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
			flex: 0 0 70%;
	}

	.main__header .nav__area {
		max-width: 30%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
			flex: 0 0 30%;
	}

}

.main__header .nav__area ul li ul {
   	 	position: absolute;
    	padding: .25em 0;
    	display: none;
    	/*width: 100%;*/
		min-width: 175px;
	   	z-index: 9999999999999;
    	margin-left: 0px;
		}

.main__header .nav__area ul li:nth-of-type(4) ul {
	min-width: 215px;
}

		@media screen and (max-width: 915px) {
.main__header .nav__area ul li ul li {
				font-size:16px !important; 
			 }
		}

 .main__header .nav__area ul li ul li {
   		position: relative;
    	-webkit-border-radius: 0;
    	border-radius: 0;
		width: 100%;
    	text-align: left;
    	color: black;
    	font-size: 14px;
    	display: block;
		z-index: 9999999;
    	    border-bottom: 1px solid #ececec;
		background-color: white;
		margin-right:0px;
	}

@media screen and (max-width: 1350px) {
 .main__header .nav__area ul li ul li {
		font-size:12px;
	}
}

 .main__header .nav__area ul li ul li:last-of-type {
	border-bottom: none;
}
		
 .main__header .nav__area ul li ul li a {
		color:black !important;	
		padding-top: 15px;
    	padding-bottom: 15px;
		padding-left: 15px;
    	padding-right: 15px;
		width: 100%;
    	display: block;
    	height: 100%;
		}

.main__header .nav__area ul li ul li a:after {
	position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    visibility: hidden;
    height: 2px;
    content: '';
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    opacity: 0;
    background-color: #252526;

}

.main__header .nav__area ul li ul li a:hover:after {
	bottom: 14px;
	left: 14px;
	width: 90%;
    visibility: visible;
	opacity: 1;
}

		
 .main__header .nav__area ul li:hover ul {
			display:block !important;
		}



/* ============================= *\
 * MOBILE MENU
\* ============================= */
.mobile-nav .mobile__button {
    font-size: 20px;
    display: none!important;
    padding: 1.25em 1.75em;
    cursor: pointer;
    text-align: center;
    border-bottom: 7px solid rgba(0,0,0,.3);
    background: #1b1e3a;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav {
    display: none;
}

.mobile-nav .mobile__nav ul li:nth-of-type(1) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(2n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(3n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(4n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(5n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(6n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:last-of-type {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li a,
.mobile-nav .mobile__nav ul li span {
    display: block;
    padding: 1em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav ul li.has-submenu a,
.mobile-nav .mobile__nav ul li.has-submenu span {
    position: relative;
    cursor: pointer;
}

.mobile-nav .mobile__nav ul li.has-submenu a:after,
.mobile-nav .mobile__nav ul li.has-submenu span:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    padding: 0 1px;
    content: '\f105';
    -webkit-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-nav .mobile__nav ul li.has-submenu a.submenu-open:after,
.mobile-nav .mobile__nav ul li.has-submenu span.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.mobile-nav .mobile__nav ul li ul {
    display: none;
    padding-left: 1em;
    background: #545e75; /*rgba(0,0,0,.30)*/
}

.mobile-nav .mobile__nav ul li ul li {
    background: none !important;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li a:after {
    content: none;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li ul {
    padding-left: 0;
}

.mobile__nav__wrap {
    display: none;
}

.mobile__nav__wrap ::-webkit-scrollbar {
    display: none;
}

@media all and (max-width: 1020px) {
    .mobile__nav__wrap {
        display: block;
    }
	.mobile__nav__wrap .fa-angle-down {
		display: none;
	}

    .mobile__nav ul .menu--catalog a {
        text-transform: uppercase;
        border-bottom: none;
        background-color: #754baa;
    }

    .mobile__nav ul .menu--dealer a {
        text-transform: uppercase;
        border: none;
        background-color: #f05a92;
    }

    .mobile__nav ul .menu--catalog a i,
    .mobile__nav ul .menu--dealer a i {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile__button p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ffc401;
    }

    .mobile__button .mb-line {
        display: -webkit-box;
        height: 2px;
        margin-bottom: 5px;
        border-radius: 50px;
        background-color: #252526;
    }

    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
        text-transform: uppercase;
        color: #252526;
        display: block;
        line-height: 1em;
		font-weight: 500;
    }

}

.mobile__nav {
    position: fixed;
    z-index: -5!important;
    top: 0;
    right: -240px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0);
        -ms-transform: translateZ(0);
        -ms-transform: translateX(0);
            transform: translateZ(0);
            transform: translateX(0);
    background: #005FB4;
    /*-webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    transition: visibility 0s .3s;*/
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    padding: 20px 18px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    color: #fff;
    background: #004a8d;
}

.mobile__nav .close i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav .close span {
    font-weight: 700;
}

.mobile__nav .close:hover {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.zindex {
    z-index: 99999!important;

    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.visible {
    visibility: visible;
    right: 0;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul {
    font-size: 16px;
    font-weight: 700;
}

.mobile__nav ul li {
    position: relative;
}

.mobile__nav  ul li.hidden > a {
    visibility: hidden;
}

.mobile__nav  ul li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #fff;
    border-bottom: 1px solid #337fc3;
    font-weight: 500;
    line-height: 1.4em;
}

.mobile__nav  ul li a:hover {
    opacity: .7;
}

.mobile__nav  ul li.menu-item-has-children a::after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.mobile__nav  ul li a i {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav  ul li a.active i {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mobile__nav  ul li .sub-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -240px;
    overflow: auto;
    width: 239px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background: #005fb4;
}

.mobile__nav  ul li .sub-menu.visible {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

.mobile__nav  ul li .sub-menu li.nav__back a {
    color: #fff;
    background: #005fb4;
}

.mobile__nav  ul li .sub-menu li.nav__back a i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav  ul li .sub-menu li a::after,
.mobile__nav  ul li .sub-menu li a::before {
    display: none;
}

.mobile__nav ul .mobile__phone a {
    font-weight: 500;
    border: none;
    background-color: #414c46;
}

.mobile__nav ul .mobile__phone a  i {
    font-size: 15px;
    margin-right: 5px;
}

#page__wrap {
    position: relative;
    z-index: 500;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    overflow-x: hidden;
}

@media all and (max-width: 1020px) {
    .mobile__button, .mobile__nav {
        display: inline-block;
    }

    #page__wrap.active {
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
             -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }

    #page__wrap.fixed {
        z-index: 20;
    }

    #page__wrap > .overlay {
        position: fixed;
        z-index: 10;
        z-index: 101;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
        opacity: 0;
        background-color: rgb(0 0 0 / 50%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }

    #page__wrap > .overlay.is-visible {
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
        /*-webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);*/
        opacity: 1;
    }
}

@media only screen and (max-width: 380px){
    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
    }

    .bottom__header .nav__area > .mobile__button {
        margin-top: 5px;
    }
}



/*! Content Area
//////////////////////////////////////////////*/
.home__hero .group > div {
    margin: 0;
}

.home__hero .img-col .inner-cont {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    height: 640px;
}

.home__hero .img-col .inner-cont img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
}

.home__hero .img-col {
    width: 35%;
}

.home__hero .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.home__hero .content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding: 30px;
    text-align: center;
    background-image: url(/wp-content/uploads/2022/09/abstract-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home__hero .content-col p {
    font-family: 'Lora',serif;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.33em;
    display: block;
    color: #fff;
}

.home__hero .content-col .inner-cont {
    position: relative;
    display: block;
    padding: 45px 0;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
}

.home__hero .content-col .inner-cont:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 135px;
    height: 3px;
    margin: 0 auto;
    content: '';
    background: rgb(224,233,241);
    background: -webkit-gradient(linear, left top, right top, from(rgba(224,233,241,1)), to(rgba(31,97,155,1)));
    background: -o-linear-gradient(left, rgba(224,233,241,1) 0%, rgba(31,97,155,1) 100%);
    background:    linear-gradient(90deg, rgba(224,233,241,1) 0%, rgba(31,97,155,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e9f1",endColorstr="#1f619b",GradientType=1);
}

.home__hero .content-col .inner-cont:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 135px;
    height: 3px;
    margin: 0 auto;
    content: '';
    background: rgb(31,97,155);
    background: -webkit-gradient(linear, left top, right top, from(rgba(31,97,155,1)), to(rgba(224,233,241,1)));
    background: -o-linear-gradient(left, rgba(31,97,155,1) 0%, rgba(224,233,241,1) 100%);
    background:    linear-gradient(90deg, rgba(31,97,155,1) 0%, rgba(224,233,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f619b",endColorstr="#e0e9f1",GradientType=1);
}

.home__hero .img-col .inner-cont .btn-wrap {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
    display: block;
    padding: 0 20px;
    text-align: center;
}

@media only screen and (max-width: 1280px){
	.home__hero .content-col p {
		font-size: 30px;
	}

	.home__hero .content-col .inner-cont {
		max-width: 270px;
	}
	
	.home__hero .content-col {
		padding: 30px 10px;
	}
}

@media only screen and (max-width: 768px){
	.home__hero .group > div {
		width: 100%;
	}

	.home__hero .img-col .inner-cont {
		height: 300px;
	}

	.home__hero .img-col .inner-cont .btn-wrap {
		bottom: 30px;
	}
	
	.home__hero .content-col p {
		font-size: 25px;
	}

	.home__hero .content-col {
		padding: 50px 10px;
	}

	.home__hero .content-col .inner-cont {
		padding: 30px 0;
	}
}

.section__image-content {
    display: block;
    padding: 105px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.section__image-content .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.section__image-content .group .grid-3 {
    width: 50%;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.section__image-content .content-col {
    padding-right: 60px;
}

.section__image-content .image-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section__image-content.img--left .image-col {
    padding-right: 60px;
    padding-left: 0;
}

.section__image-content.img--left .content-col {
    padding-right: 0;
    padding-left: 60px;
}

.section__image-content.img--left .group {
        flex-direction: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
}


.section__image-content .img-wrap,
.section__parallax-bg .img-wrap {
    display: block;
    text-align: center;
}

.section__parallax-bg .group {
    margin-bottom: -1.51515%;
}

.section__image-content .img-wrap img, 
.section__parallax-bg .img-wrap img {
    margin: 0 30px;
}

.about-section--4 .group ul {
    text-align: left;
}

.about-section--4 .group .grid-half {
    padding: 0 15px;
}

.about-section--4 .group {
    margin: 0 -15px;
}

@media only screen and (max-width: 1280px){
	.section__image-content .content-col {
		padding-right: 20px;
	}
	
	.section__image-content .image-col {
		padding-left: 20px;
	}
	
	.section__image-content.img--left .image-col {
		padding-right: 20px;
		padding-left: 0;
	}

	.section__image-content.img--left .content-col {
		padding-right: 0;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1020px){
 	.section__image-content {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 768px){
	.section__image-content .group .grid-3 {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	}
	
	.section__image-content .image-col {
		padding-bottom: 40px;
		padding-left: 0;
	}

	.section__image-content .content-col {
		padding-right: 0;
	}
	
	.section__image-content.img--left .image-col {
		padding-right: 0;
		padding-bottom: 40px;
		padding-left: 0;
	}

	.section__image-content.img--left .content-col {
		padding-right: 0;
		padding-left: 0;
	}
	
	.section__image-content .img-wrap img, 
	.section__parallax-bg .img-wrap img {
		max-width: 35%;
		margin: 0 5%;
		width: 100%;
	}
	
	.section__parallax-bg .group > div[class*='grid'] {
		width: 100%;
		margin-bottom: 45px;
	}
	
	.section__parallax-bg .group > div[class*='grid']:last-child {
		margin-bottom: 0;
	}
	
	.section__parallax-bg .group {
		margin-bottom: 0;
	}
	
	.about-section--4 .group > div[class*='grid'] {
		margin-bottom: 0;
	}

}

.section__parallax-bg {
    position: relative;
    z-index: 1;
    display: block;
    padding: 105px 0;
    overflow: hidden;
}

.section__parallax-bg .inner-wrap {
    position: relative;
    z-index: 1;
    display: block;
    padding: 80px 75px;
    text-align: center;
    background-color: rgb(255 255 255 / 85%);
}

.section__parallax-bg .parallax-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: #f7f7f7;
}

@media only screen and (max-width: 1020px){
 	.section__parallax-bg {
		padding: 60px 0;
	}

	.section__parallax-bg .inner-wrap {
		padding: 50px 35px;
	}
}

@media only screen and (max-width: 768px){
	.section__parallax-bg .inner-wrap {
		padding: 40px 30px;
	}
}

.section__image-content .play-btn {
    font-size: 28px;
    line-height: 66px;
    position: absolute;
    z-index: 2;
    display: block;
    width: 66px;
    height: 66px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background-color: rgb(93 159 202 / 66%);
    -webkit-box-shadow: 0 0 20px rgb(0 75 141 / 0);
            box-shadow: 0 0 20px rgb(0 75 141 / 0);
}

.section__image-content .play-btn > i {
    position: relative;
    bottom: -2px;
    left: 2px;
}

.section__image-content .play-btn:hover {
    background-color: rgb(93 159 202);
    -webkit-box-shadow: 0 0 20px rgb(0 75 141 / 85%);
            box-shadow: 0 0 20px rgb(0 75 141 / 85%);
}

.section__testimonials {
    display: block;
    padding: 105px 0;
    position: relative;
    background-color: #fff;
}

.section__testimonials .h2 {
    text-align: center;
}

.section__testimonials .slick-slide {
    margin: 0 15px;
}

.section__testimonials .slick-list {
    margin: 0 -15px;
}

.section__testimonials .slick-slide .inner-cont {
    display: block;
    padding: 20px 30px 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.section__testimonials .slick-slide .img-wrapper {
    display: block;
    height: 75px;
    margin: 0 auto 30px;
    text-align: center;
}

.section__testimonials .slick-slide .img-wrapper img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.section__testimonials .slick-slide .content-wrapper p {
    line-height: 1.375em;
}

.section__testimonials .slick-slide .content-wrapper p > i {
    display: inline-block;
    color: #5d9fca;
}

.section__testimonials .slick-slide .content-wrapper {
    display: block;
    margin: 0 auto 30px;
}

.section__testimonials .slick-slide .client-name {
    font-size: 16px;
    line-height: 1.375em;
    display: block;
    margin: 0 auto;
    color: #004b8d;
}

.section__testimonials .slick-slide .client-designation {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375em;
    display: block;
    margin: 0 auto;
    color: #004b8d;
}

.section__testimonials .slick-dots {
    display: block;
    padding-top: 20px;
    list-style: none;
    text-align: center;
}

.section__testimonials .slick-dots > li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.section__testimonials .slick-dots > li > button {
    font-size: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    color: transparent;
    border: none;
    border-radius: 100px;
    background-color: #004b8d;
}

.section__testimonials .slick-dots > li.slick-active > button,
.section__testimonials .slick-dots > li > button:hover {
    background-color: #5d9fca;
}

@media only screen and (max-width: 1280px){

}

@media only screen and (max-width: 1020px){
	.section__testimonials {
		padding: 60px 0;
	}
}

.page__hero {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 85px 0;
    text-align: center;
}

.page__hero .page__title {
    font-size: 36px;
    font-style: italic;
    display: block;
    margin: 0 auto;
    color: #fff;
}

@media only screen and (max-width: 1020px){
 	.page__hero {
		padding: 60px 0;
	}
	
	.page__hero .page__title {
		font-size: 30px;
	}
}

.section__contact--1 {
    display: block;
    padding: 105px 0;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

main ul {
    padding-left: 0;
    margin-bottom: 30px;
}

main ul:last-child {
    margin-bottom: 0;
}

main ul li:before {
    /*font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    content: '\f058';
    color: #94c1d8;
    z-index: 0;*/
}

main ul li {
    position: relative;
    z-index: 0;
    margin-left: 25px;
    list-style: none;
}


.page-id-14 main ul li {
    position: relative;
    z-index: 0;
    margin-left: 25px;
    list-style: disc;
}


.section__map {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

.section__map iframe {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.contact-form {
    display: block;
    padding: 40px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 10px 20px -10px rgb(0 0 0 / 50%);
            box-shadow: 0 10px 20px -10px rgb(0 0 0 / 50%);
}

.section__contact--1 .form-col {
    padding-left: 80px;
}

.contact-form label span {
    color: #fa6e6e;
}

@media only screen and (max-width: 1020px){
 	.section__contact--1 .wrap > .group > div[class*="grid"] {
		width: 100%;
	}

	.section__contact--1 .form-col {
		padding-left: 0;
		padding-top: 30px;
	}
	
	.section__contact--1 {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 768px){
	.section__map iframe {
		height: 300px;
	}
	
	.contact-form {
		padding: 30px;
	}
	
	.contact-form .group > div[class*='grid'] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 500px){
	.contact-form {
		padding: 30px 20px;
	}
	
	input[type='text'], 
	input[type='email'],
	textarea, 
	input[type='text'] {
		font-size: 14px;
	}
}

.section__services {
    display: block;
    padding: 105px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.section__services .inner-content {
    display: block;
    margin-bottom: 25px;
}

.services {
    display: block;
    padding-top: 20px;
}

.services .service-list {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 60px;
    padding-left: 95px;
}

.services .service-list .service-icon {
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62px;
    height: 62px;
    color: #fff;
    border-radius: 100px;
    background-color: #96c1dc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services .service-list .service-name {
    font-family: 'Lora',serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33em;
    display: block;
    margin-bottom: 5px;
    color: #004b8d;
}

.mwrap--900 {
    max-width: 900px;
}

.section__services .extra-content {
    display: block;
    padding-top: 45px;
}

.section__services .extra-content  p {
    font-size: 14px;
    line-height: 1.57em;
}

@media only screen and (max-width: 1020px){
 	.section__services {
		padding: 60px 0;
	}	
	
	.mwrap--900 {
		max-width: 768px;
	}
}

@media only screen and (max-width: 768px){
	.mwrap--900 {
		max-width: 500px;
	}
	
	.services .service-list {
		padding-left: 70px;
		margin-bottom: 40px;
	}

	.services .service-list .service-icon {
		font-size: 18px;
		height: 50px;
		width: 50px;
	}

	.services .service-list .service-name {
		font-size: 19px;
	}
}

@media only screen and (max-width: 500px){
 	.mwrap--900 {
		max-width: 90%;
	}
}

.section__team {
    display: block;
    padding: 105px 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.section__team .the__team {
    display: block;
    padding-top: 40px;
}

.the__team .group {
    margin: 0 -12px;
}

.the__team .grid-2 {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 12px;
    text-align: center;
}

.the__team .team-info {
    display: block;
    margin-top: 30px;
	margin-bottom: 30px;
}

.the__team .team-info .team-name {
    font-family: 'Lora',serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #004b8d;
}

.the__team .team-info .team-designation {
    font-weight: 700;
    line-height: 1.33em;
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 0 auto 5px;
    padding-top: 5px;
}

@media only screen and (max-width: 1020px){
	.section__team {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 768px){
	.the__team .grid-2 {
		width: 50%;
		margin-bottom: 40px;
	}
	
	.section__team {
		padding: 60px 0 20px;
	}
	
	.the__team .team-info .team-name {
		font-size: 19px;
	}

	.the__team .team-info .team-designation {
		font-size: 15px;
	}
	
	.the__team .team-info .team-email {
		font-size: 15px;
	}
	.team-email a{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 500px){
 	.the__team .grid-2 {
		width: 100%;
		float: left;
	}
}

.section__twitter-feed {
    display: block;
    padding: 105px 0;
    background-color: #e5e5e5;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1280px){

}

@media only screen and (max-width: 1020px){
	.section__twitter-feed {
		padding: 60px 0;
	}
}

.section__content {
    display: block;
    padding: 105px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

@media only screen and (max-width: 1020px){
	.section__content {
		padding: 60px 0;
	}
}

.error404 .main__content {
    padding: 105px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.bg-color--1 {
	background-color: #818285;
}

.bg-color--2 {
	background-color: #f5f5f5;
}

/*! Footer
//////////////////////////////////////////////*/
.main__footer {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.footer__cta .flex-row {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__cta {
    display: block;
    padding: 22px 0;
    position: relative;
    overflow: hidden;
}

.footer__cta .cta-headline {
    font-size: 24px;
	line-height:1.2em;
    font-weight: 900;
    display: block;
    margin: 0;
    padding: 0 30px;
    color: #fff;
}

.footer__cta .calendar-icon {
    line-height: 62px;
    display: block;
    width: 62px;
    height: 62px;
    text-align: center;
    border-radius: 100px;
    background-color: rgb(93 159 202 / 65%);
}

.footer__cta .calendar-icon > i {
    font-size: 26px;
    line-height: 62px;
    display: block;
    color: #fff;
}

.footer__cta p {
	color: #fff;
	margin-bottom: 10px;
    margin-top: 15px;
    font-size: 18px;
}

.disclaimer {
    display: block;
    padding: 42px 0;
	background-color: white;
}

.disclaimer p {
    display: block;
    font-size: 14px;
    line-height: 1.57em;
    margin-bottom: 22px;
}

.main__footer .top__footer {
    display: block;
    padding: 70px 0 40px;
    background-color: #818285;
}

.footer-cont-col p:first-child {
    margin-bottom: 15px;
}

.footer-cont-col p:first-child strong {
    font-family: 'Lora',serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
}

.footer-cont-col .icon-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.footer-cont-col ul li {
    display: block;
    list-style: none;
    color: #4f5053;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.2em;
}

.footer-cont-col .icon-list li {
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 5px;
    padding-left: 23px;
    list-style: none;
    color: #fff;
}

.footer-cont-col ul li a {
    font-size: inherit;
    color: inherit;
    display: block;
}

.footer-cont-col ul li a:hover {
    color: #004b8d;
}

.footer-cont-col .icon-list li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 85%;
    font-weight: 700;
    position: absolute;
    left: 0;
    content: '\f105';
}

.footer-cont-col .icon-list .phone-list:before {
    content: '\f879';
}

.footer-cont-col .icon-list .fax-list:before {
    content: '\f1ac';
}

.footer-cont-col .icon-list .mail-list:before {
    content: '\f0e0';
}

.footer-cont-col .icon-list .location-list:before {
    content: '\f3c5';
}
.copyright-text p {
    font-size: 15px;
    color: #4f5053;
    font-weight: 500;
    display: block;
}

.copyright-text p > a {
    color: inherit;
    font-size: inherit;
}

.copyright-text p > a:hover {
    color: #004b8d;
}

.copyright-text {
    display: block;
    padding-top: 25px;
    border-top: 1px solid #757679;
}

.copyright-text .social-icons {
    display: block;
    text-align: right;
}

.copyright-text .social-icons a {
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
	margin-left: 5px;
}

.copyright-text .social-icons a:hover {
    color: #818285;
    background-color: #fff;
}

.disclaimer-text p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    display: block;
}

.disclaimer-text p > a {
    color: inherit;
    font-size: inherit;
}

.disclaimer-text p > a:hover {
    color: #004b8d;
}

.disclaimer-text {
    display: block;
    padding-top: 25px;
    border-top: 1px solid #757679;
}

.disclaimer-text .social-icons {
    display: block;
    text-align: right;
}

.disclaimer-text .social-icons a {
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
	margin-left: 5px;
}

.disclaimer-text .social-icons a:hover {
    color: #818285;
    background-color: #fff;
}



.footer-contents .logo-col {
    width: 30%;
    margin-right: 0;
    margin-bottom: 0;
}

.footer-contents .footer-cont-col {
    width: 70%;
    margin-top: 0;
}

.footer-contents .footer-cont-col .grid-2 {
    margin-right: 0;
    padding-left: 50px;
}

.footer-contents .footer-cont-col .grid-2:first-child {
    width: 40%;
}

.footer-contents .footer-cont-col .grid-2:nth-child(2) {
    width: 40%;
    padding-left: 22px;
}

.footer-contents .footer-cont-col .grid-2:last-child {
    width: 20%;
    padding-left: 22px;
}

@media only screen and (max-width: 1280px){
	.footer-contents .logo-col {
		width: 20%;
	}

	.footer-contents .footer-cont-col {
		width: 80%;
	}

	.footer-contents .footer-cont-col .grid-2:nth-child(2) {
		width: 35%;
	}

	.footer-contents .footer-cont-col .grid-2:last-child {
		width: 25%;
	}
}

@media only screen and (max-width: 1020px){
	.footer-contents .logo-col {
		width: 100%;
		margin-bottom: 40px;
	}

	.footer-contents .footer-cont-col {
		width: 100%;
	}

	.footer-contents .footer-cont-col .grid-2 {
		margin-right: 0;
		padding-left: 0;
	}

	.footer-cont-col .icon-list li,
	.footer-cont-col ul li {
		font-size: 14px;
	}

	.footer-contents .footer-cont-col .grid-2 {
		margin-right: 0;
		padding-left: 0;
	}
	
	.footer-contents .footer-cont-col .grid-2:first-child {
		width: 35%;
	}

	.footer-contents .footer-cont-col .grid-2:last-child {
		width: 30%;
	}

	.copyright-text p {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	.disclaimer-text p {
		font-size: 14px;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 768px){
	.main__footer {
    margin-bottom: 25px;
  }
  
  footer .footer-logo {
		display: block;
		width: 100%;
		max-width: 250px;
	}

	.footer-contents .footer-cont-col .grid-2 {
		width: 100% !important;
		margin-bottom: 20px;
		padding-top: 25px;
		padding-left: 0 !important;
		border-top: 1px solid #98999b;
	}

	.footer-contents .footer-cont-col .grid-2:last-child {
		margin-bottom: 15px;
	}
	
	.main__footer .top__footer {
		padding: 50px 0;
	}

	.footer-contents .logo-col {
		margin-bottom: 30px;
	}
	
	.disclaimer {
		margin-bottom: 38px;
	}
	
	.footer__cta .cta-headline {
		padding: 16px 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	}
}

@media only screen and (max-width: 500px){
	.copyright-text .grid-75,
	.copyright-text .grid-25 {
		width: 100%;
		margin: 0;
		text-align: left;
	}
	
	.disclaimer-text .grid-75,
	.disclaimer-text .grid-25 {
		width: 100%;
		margin: 0;
		text-align: left;
	}

	.copyright-text .social-icons {
		padding-top: 20px;
		text-align: left;
	}

}

/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
    display: table;
    content: '';
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

input[type='text'],
input[type='email'],
textarea,
input[type='text'] {
    font-family: 'museo-sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

textarea {
    height: 100px;
}

input[type='button'],
input[type='submit'] {
    font-family: 'museo-sans',sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2em;
    display: inline-block;
    padding: 15px 35px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #004b8d;
    -webkit-box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 0);
            box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 0);
}

input[type='button']:hover,
input[type='submit']:hover {
    background-color: #5d9fca;
}

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
    * {
        color: black !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.footer__cta .button--primary {
	margin-top: 10px;
}
.content-img {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-img--home--section-5 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0;
}
.home__section--5 {
  padding-top: 0;
}




element.style {
    display: none;
}
.section__twitter-feed