@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'MontserratRegular';
	font-size: 20px;
	line-height: 30px;
	color: #4d4d4d;
	background: #ffffff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

strong,
b {
	font-family: 'AvenirLTStd95Black';
	font-weight: 700;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 30px;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #0564b3;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 185%;
}

.paragraph-small {
	font-size: 15px;
	line-height: 26px;
}

.paragraph-small p {
	margin-bottom: 15px;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.fix-width-635 {
	max-width: 635px;
	width: 100%;
}

.fix-width-810 {
	max-width: 810px;
	width: 100%;
}

.fix-width-875 {
	max-width: 875px;
	width: 100%;
}

.fix-width-980 {
	max-width: 980px;
	width: 100%;
}

.text-ffffff {
	color: #ffffff !important;
}

.bg-ffffff {
	background: #ffffff !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-4d4d4d {
	color: #4d4d4d !important;
}

.bg-4d4d4d {
	background: #4d4d4d !important;
}

.text-282626 {
	color: #282626 !important;
}

.bg-282626 {
	background: #282626 !important;
}

.text-0564b3 {
	color: #0564b3 !important;
}

.bg-0564b3 {
	background: #0564b3 !important;
}

.text-2c9cf9 {
	color: #2c9cf9 !important;
}

.bg-2c9cf9 {
	background: #2c9cf9 !important;
}

.text-f4fbfa {
	color: #f4fbfa !important;
}

.bg-f4fbfa {
	background: #f4fbfa !important;
}

.text-95cdfc {
	color: #95cdfc !important;
}

.bg-95cdfc {
	background: #95cdfc !important;
}

/* main-title */
.main-title {
	font-family: 'MontserratBold';
	font-size: 40px;
	line-height: 48px;
	color: #4d4d4d;
	margin-bottom: 20px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a:hover {
	color: #0564b3;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'MontserratRegular';
	font-size: 28px;
	line-height: 35px;
	color: #4d4d4d;
	margin-bottom: 15px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #0564b3;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'MontserratRegular';
	font-size: 20px;
	line-height: 28px;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a:hover {
	color: #0564b3;
}
/* block-title */

/* buttons */
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'MontserratRegular';
	font-size: 15px;
	line-height: 20px;
	border: 1px solid transparent;
	padding: 15px 25px;
	box-shadow: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-arrow {
	position: relative;
}

.btn-arrow:after {
	position: relative;
	content: "\f105";
	font-family: 'fasolid900';
	display: inline-flex;
	margin-left: 10px;
}

.btn-simple-blue {
	color: #0564b3;
	background: transparent;
	border-color: #0564b3;
}

.btn-simple-blue:focus {
	color: #0564b3;
	background: transparent;
	border-color: #0564b3;
}

.btn-simple-blue:active:focus,
.btn-simple-blue:hover {
	color: #ffffff;
	background: #0564b3;
	border-color: #0564b3;
}

.btn-blue {
	color: #ffffff;
	background: #0564b3;
	border-color: #0564b3;
}

.btn-blue:focus {
	color: #ffffff;
	background: #0564b3;
	border-color: #0564b3;
}

.btn-blue:active:focus,
.btn-blue:hover {
	color: #0564b3;
	background: transparent;
	border-color: #0564b3;
}
/* buttons */

/* common-form */
.common-form .row {
	margin: 0 -10px !important;
}

.common-form .row > * {
	padding: 0 10px !important;
}

.common-form .form-group {
	margin-bottom: 20px;
}

.common-form .form-label {
	position: relative;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 5px;
}

.common-form .required-field .form-label:after {
	position: relative;
	content: "*";
	margin-left: 5px;
}

.common-form .form-control {
	height: 37px;
	resize: none;
	border: 1px solid #000000;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	padding: 6px 15px;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-control.error:focus {
	border-color: #ff0000;
	border-width: 2px;
}

.common-form .form-control.error {
	border-color: #ff0000;
	border-width: 1px;
}

.common-form textarea.form-control {
	height: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.common-form .form-control::-webkit-input-placeholder { color: #000000; }
.common-form .form-control::-moz-placeholder { color: #000000; }
.common-form .form-control:-ms-input-placeholder { color: #000000; }
.common-form .form-control:-o-placeholder { color: #000000; }

/* .common-form .form-control:hover {
	border-width: 2px;
} */

.common-form .form-control:focus {
	border: 2px solid #0564b3;
}

.common-form .form-submit .btn {
	padding: 7px 35px;
}

.common-form label.error {
    font-size: 14px;
	line-height: 18px;
    color: #ff0000;
}

.common-form .alert {
	font-family: 'AvenirLTStd45Book';
    font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
}
/* common-form */

/* slick-slider */
.slick-slider .slick-slide {
	outline: none !important;
}
/* slick-slider */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	background: rgba(149,205,252,0.25);
}

.h-top {
	padding: 8px 0 50px;
}

.h-top .h-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
}

.h-top .h-content > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

.h-logo a {
	font-family: 'MontserratBold';
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	color: #000000;
	text-align: left;
	letter-spacing: 0.15em;
}

.h-logo a span {
	display: block;
	margin-top: 5px;
}

.h-top .h-contact-block ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.h-top .h-contact-block ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	font-family: 'MontserratBold';
	font-size: 20px;
	line-height: 25px;
	color: #000000;
}

.h-top .h-contact-block ul li:first-child {
	margin-left: 0;
}

.h-top .h-contact-block ul li:last-child {
	margin-right: 0;
}

.h-top .h-contact-block ul li a {
	text-decoration: none;
	color: inherit;
}

.h-top .h-contact-block ul li img,
.h-top .h-contact-block ul li svg {
	margin-right: 5px;
	width: 30px;
	max-height: 20px;
}

.h-top .h-contact-block ul li a:hover {
	color: #0564b3;
}

.navbar {
	padding: 0;
}

.navbar-toggler {
	width: 30px;
	height: 26px;
	padding: 0;
	border: none;
	box-shadow: none !important;
	z-index: 9999;
}

.navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar-nav {
	justify-content: space-between;
	width: 100%;
}

.navbar-nav .nav-item {
	width: 100%;
	display: inline-flex;
	border-right: 1px solid #ffffff;
}

.navbar-nav .nav-item:last-child {
	border: none;
}

.navbar-nav .nav-item .nav-link {
	width: 100%;
	padding: 12px 6px;
	text-align: center;
	font-family: 'MontserratBold';
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	background: #c4e3fd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent {
	background: #95cdfc;
	border-color: #95cdfc;
}

.navbar-nav .nav-item .nav-link:hover {
	background: #2c9cf9;
	border-color: #2c9cf9;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.content {
	min-height: calc(100vh - 240px);
}

/* banner */
.banner-carousel {
	opacity: 0;
}

.banner-carousel.slick-initialized {
	opacity: 1;
}

.banner-section {
	position: relative;
}

.banner-section .banner-main-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.banner-section .banner-description .container {
	height: 100%;
}

.banner-section .banner-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-section .banner-detail {
	position: absolute;
	z-index: 9;
}

.banner-section .main-title {
	max-width: 275px;
	width: 100%;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
	color: #ffffff;
	margin: 0;
}
/* banner */

/* our-services */
.our-services-section {
	padding: 25px 5px 10px;
}

.our-services-list > .row {
	margin: 0 -2px;
}

.our-services-list > .row > * {
	padding: 0 2px;
}

.our-services-block {
	position: relative;
	height: calc(100% - 5px);
	text-align: center;
	z-index: 9;
	padding: 0 20px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-services-block .service-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.our-services-block .service-bg:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5);
}

.our-services-block .service-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.our-services-block .block-title {
	font-family: 'MontserratBold';
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.our-services-block .our-services-detail {
	max-width: 232px;
	width: 100%;
	margin: 35px auto;
	background: #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	padding: 30px;
	border: 1px solid #000000;
	font-size: 15px;
	line-height: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.our-services-block .our-services-detail .detail p {
	margin-bottom: 15px;
}

.our-services-block .service-button .btn {
	width: 100%;
	text-transform: capitalize;
}
/* our-services */

/* quality-values-management */
.quality-values-management-section {
	padding: 45px 0 65px;
}

.quality-values-management-section .section-title {
	margin-bottom: 30px;
}

.our-values-list > .row {
	margin: 0 -10px;
}

.our-values-list > .row > * {
	padding: 0 10px;
}

.our-values-list .values-block {
	background: #f4fbfa;
	color: #000000;
	width: 100%;
	display: flex;
	padding: 10px;
	margin-bottom: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	word-break: break-all;
}

.our-values-list .values-block .icon {
	margin: 14px 0 10px;
	height: 47px;
}

.our-values-list .values-block .icon img {
	max-height: 100%;
}

.our-values-list .values-block .detail {
	font-size: 17px;
	line-height: 25px;
	text-transform: uppercase;
}

.our-values-list .values-block .detail * {
	margin: 0;
}

.our-values-list a.values-block:hover {
	background: #95cdfc;
}

.quality-managemnet-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 100%;
}

.quality-managemnet-block .quality-register-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -10px;
}

.quality-managemnet-block .quality-register-block > * {
	width: 100%;
	padding: 0 10px;
}

.quality-managemnet-block .quality-register-block .quality-detail {
	flex: 0 0 155px;
	max-width: 155px;
	font-size: 20px;
	line-height: 30px;
}

.quality-managemnet-block .quality-register-block .quality-detail * {
	margin: 0;
}

.quality-managemnet-block .quality-register-block .quality-image {
	flex: 0 0 227px;
	max-width: 227px;
}

.quality-managemnet-block .quality-register-block .quality-image img {
	width: 100%;
}

.quality-values-learnmore-button {
	margin-top: 15px;
}

.quality-values-learnmore-button a {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	background: #0564b3;
	padding: 6px 20px;
}

.quality-values-learnmore-button a:hover {
	background: #2c9cf9;
}
/* quality-values-management */

/* about page */
.about-section .about-image {
	padding: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
/* about page */

/* services page */
.services-main-list {
	margin-top: 50px;
	margin-bottom: 50px;
}

.services-item-block {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.services-item-block * {
	margin: 0;
}

.services-item-block:before {
	position: relative;
	content: "";
	top: 5px;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background: url("../images/draft-logo.jpg") no-repeat;
	background-size: 100% 100%;
}
/* services page */

/* key-projects page */
.key-projects-block {
	margin-bottom: 35px;
}

.key-projects-block .key-title {
	font-family: 'MontserratBold';
	font-size: 20px;
	line-height: 30px;
	color: #4d4d4d;
	margin: 0;
}

.key-projects-block .key-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.key-projects-block .key-detail * {
	margin: 0;
}

.key-projects-block .more-projects-button .btn {
	padding: 5px 15px;
}
/* key-projects page */

/* sectors page */
.sectors-section .sectors-main-detail {
	margin-bottom: 50px;
}

.sectors-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.sectors-list > * {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex: 0 0 auto;
	max-width: 100%;
	width: 16.66666666666667%;
	padding: 0 15px;
}

.sectors-block {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000000;
	margin-bottom: 35px;
}

a.sectors-block:hover {
	color: #0564b3;
}

.sectors-block .sectors-icon {
	margin: 0 auto 20px;
}

.sectors-block .sectors-icon img {
	width: 61px;
	height: 61px;
}

.sectors-block .detail {
	font-size: 18px;
	line-height: 25px;
}

.sectors-block .detail * {
	margin: 0;
}
/* sectors page */

/* sectors-detail page */
.sectors-detail-section .sectors-detail-main-description {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.sectors-detail-section .sectors-detail-main-description > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

.sectors-detail-section .sectors-detail-main-description .sectors-detail-content {
	flex: 1 0 0;
}

.sectors-detail-section .sectors-detail-images-list {
	/* display: flex;
	flex-wrap: wrap; */
	margin-bottom: 15px;
}

/* .sectors-detail-section .sectors-detail-images-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 25%;
} */

.sectors-detail-section .sectors-detail-images-list .sectors-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.sectors-detail-section .sectors-detail-main-description .sectors-detail-content .sectors-item-block {
	margin-bottom: 35px;
}

.sectors-detail-section .sectors-detail-main-description .sectors-detail-content .sectors-item-block .detail p {
	margin: 0;
}

.sectors-detail-section .sectors-detail-main-description .see-sectors-button,
.sectors-detail-section .sectors-detail-main-description .see-key-products-button {
	width: 195px;
}

.sectors-detail-section .sectors-detail-main-description .see-sectors-button .btn,
.sectors-detail-section .sectors-detail-main-description .see-key-products-button .btn {
	padding: 10px 12px;
	width: 100%;
}

.sectors-detail-section .sectors-detail-main-description .see-sectors-button .btn-arrow:before {
	position: relative;
	content: "\f104";
    font-family: 'fasolid900';
    display: inline-flex;
    margin-right: 10px;
}

.sectors-detail-section .sectors-detail-main-description .see-sectors-button .btn-arrow:after {
	display: none;
}
/* sectors-detail page */

/* financed-by page */
.project-financing-section {
	margin-bottom: 30px;
}

.project-financing-list {
	display: flex;
	flex-wrap: wrap;
}

.project-financing-list > * {
	display: inline-flex;
	flex: 0 0 auto;
	max-width: 100%;
	width: 16.66666666666667%;
	padding: 0 15px;
}

.financing-block {
	text-align: center;
	margin-bottom: 25px;
}

.financing-block .financing-image {
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.financing-block .financing-image img {
	max-height: 100%;
}

.un-development-goals-section .un-development-goals-image img {
	width: 100%;
}
/* financed-by page */

/* where-we-work page */
.where-we-work-list {
	margin-top: 30px;
}

.where-work-item-block {
	text-align: center;
	margin-bottom: 35px;
}

.where-work-item-block .country-image {
	margin-bottom: 5px;
}

.where-work-item-block .country-image img {
	width: 160px;
	height: 105px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.where-work-item-block .detail {
	font-size: 15px;
	line-height: 22px;
}
/* where-we-work page */

/* our-values page */
.our-qms-block {
	margin-bottom: 50px;
}

.our-qms-block .section-title {
	margin-bottom: 10px;
}

.our-qms-block .our-qms-image {
	text-align: right;
}

.our-values-main-detail-block .section-title {
	margin-bottom: 10px;
}

.our-values-main-detail-block .main-detail {
	margin-bottom: 50px;
}

.our-values-items-list .values-item-block {
	margin-bottom: 50px;
}

.our-values-items-list .values-item-block .values-title {
	font-family: 'MontserratRegular';
	font-size: 20px;
	line-height: 30px;
	color: #4d4d4d;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
}

.our-values-items-list .values-item-block .values-title:before {
	position: relative;
	content: "";
	top: 5px;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background: url("../images/draft-logo.jpg") no-repeat;
	background-size: 100% 100%;
}

.our-values-items-list .values-item-block .values-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* our-values page */

/* work-with-us page */
.work-with-us-block {
	margin-bottom: 50px;
}

.work-with-us-block .section-title {
	margin-bottom: 10px;
}
/* work-with-us page */

/* contact page */
.contact-section .section-title {
	margin-bottom: 75px;
}

.contact-section .contact-address-block .address-block {
	position: relative;
	padding-left: 50px;
	margin-bottom: 50px;
}

.contact-section .contact-address-block .address-block .address-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
}

.contact-section .contact-address-block .address-block .address-detail {
	font-size: 14px;
}

.contact-section .contact-address-block .address-block .address-detail p {
	margin-bottom: 5px;
}

.contact-section .contact-address-block .address-block .address-detail a {
	text-decoration: underline;
	color: inherit;
}

.contact-section .contact-address-block .address-block .address-detail a:hover {
	color: #0564b3;
}

.contact-form .form-submit .btn {
	font-size: 14px;
	line-height: 18px;
}
/* contact page */

/* typography */
.typography-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* typography */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	padding: 10px 0 5px;
	background: rgba(149,205,252,0.25);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 5px;
	padding: 0 5px;
	text-align: center;
	list-style-type: none;
	font-family: 'AvenirLTStd35Light';
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	border-right: 1px solid #000000;
}

.footer ul li:first-child {
	padding-left: 0;
}

.footer ul li:last-child {
	padding-right: 0;
	border: none;
}

.footer ul li a {
	text-decoration: none;
	color: inherit;
}

.footer ul li.active a,
.footer ul li a.active,
.footer ul li a:hover {
	opacity: 0.7;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
