* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}

.custom-container {
	padding: 0px 70px;
}

/*=======butn=================*/
/*============================*/

.cumn-butn-body {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 15px 30px;
	transition: 0.5s;
	margin: 0px;
}

.blue-butn {
	background: #2B85A1;
	color: #FFFFFF;
	border: 3px solid #2B85A1;
}


.blue-butn:hover {
	border: 3px solid #2B85A1;
	background: transparent;
	color: #2B85A1;
}


.grn-butn {
	background: transparent;
	border: 3px solid #10A34A;
	color: #10A34A;
}


.grn-butn:hover {
	background: #10A34A;
	border: 3px solid #10A34A;
	color: #FFFFFF;
}


.wht-butn {
	background: transparent;
	border: 2px solid #2B85A1;
	color: #2B85A1;
}


.wht-butn:hover {
	background: #2B85A1;
	border: 2px solid #2B85A1;
	color: #FFFFFF;
}


/*============================*/
/*=======butn=================*/

/*============================*/
/*=======header===============*/

.main-nav-socialicon {
	margin: 10px 0px;
	padding: 0px 0px;

}

.logo {
	width: 130px;
	margin: 0px;
	padding: 0px 0px;

}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 85px;
	margin: 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 15px 0px;
	width: 100%;
	height: auto;
	background: #2B2B2B;
	transition: all 0.1s ease 0s;
}


.main-nav.scroll {
	background-color: #2B2B2B;
	height: 75px;
	padding: 10px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px lp rgba(0, 0, 0, .07);
	z-index: 9999;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-nav.scroll .stellarnav ul {
	margin: 18px 0px;
}

.stellarnav ul {
	margin: 28px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.stellarnav>ul>li>a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #CECECE;
	padding: 0px;
	margin: 0px;

}

.stellarnav>ul>li>a:hover {
	color: #FFF;
}

.stellarnav>ul>li>a.active {
	color: #FFF !important;
	font-weight: 700;
}


.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 lp solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #CE4A64;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #CE4A64;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


.call-number {
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 25px 0px;
}

.main-nav.scroll .call-number {
	margin: 15px 0px 0px;
}


.call-number a {
	font-family: Montserrat;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #ffff;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
}

.call-number a span {
	margin-right: 10px;
}


.call-number a:hover {
	color: #2B85A1;
}


/*============================*/
/*=======header===============*/


/*============================*/
/*=======banners===============*/


.banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: calc(100vh - 99px);
}

.banner-section video {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.banner-text-section {
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	background: #0000001a;
	width: 100%;
	height: 100%;
}

.banner-text-section h1 {
	font-family: Oswald;
	font-weight: 700;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	position: absolute;
	border: 0px;
	left: 0px;
	bottom: 105px;
	right: 0px;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
	overflow: hidden;
	background-size: 100%;
}


.banner-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	display: none;
}


/* ============================================================== */
/* =========================about-sectiom======================== */

.about-section {
	padding: 70px 0px;
	margin: 0px;
	height: 100%;
	width: 100%;

}


.about-section h2 {
	font-family: Oswald;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.about-section p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #787878;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.about-section p a {
	color: #5F5F5F;
	font-weight: 600;
}


.about-section .cumn-butn-body.wht-butn {
	float: left;
	margin: 10px 0px 0px;
}


.about-section-img {
	padding: 0% 0% 0% 4%;
}


.about-section-img-inner {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}

.about-section-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-section-img-inner:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ============================================================== */
/* =========================about-sectiom======================== */


/* ============================================================== */
/* =========================Our Products======================== */


.our-products-section {
	padding: 70px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: #F4FCFF;
}

.products-section-inner {
	margin: 0px;
	padding: 0px;
}


.products-section-inner h2 {
	font-family: Oswald;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.products-section-inner .nav-tabs {
	border-bottom: lp solid #A8BDC5;
	width: 100%;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.products-section-inner .nav-link {
	font-family: Oswald;
	font-weight: 400;
	font-style: Regular;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	color: #000000;
	background: transparent;
	border-bottom: lp transparent;
}


.products-section-inner .nav-tabs .nav-link {
	margin-bottom: 0px;
	background: 0 0;
	border: 0px solid transparent !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}


.products-section-inner .nav-tabs .nav-link:hover {

	color: #2B85A1;
	border-bottom: 1px solid #2B85A1 !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	background: transparent !important;
}


.products-section-inner .nav-tabs .nav-link.active {
	color: #2B85A1;
	border-bottom: 1px solid #2B85A1 !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	background: transparent !important;
}


.products-section-inner .tab-content {
	margin: 40px 0px;
}


.services-box {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}


.services-box-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}


.services-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.services-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.services-box-text {
	margin: 20px 0px 0px 0px;
}


.services-box-text h4 {
	font-family: Oswald;
	font-weight: 400;
	font-style: Regular;
	font-size: 30px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #000;
}


.services-box-text p {
	font-family: Montserrat;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
	color: #6C6C6C;
	padding: 0px;
	margin: 0px;
}


/* ============================================================== */
/* =========================Our Products======================== */


/* =========================================================*/
/* =========================Our work========================*/


.work-section {
	padding: 70px 0px;
	margin: 0px;
	background: #fff;
}

.work-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.work-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.work-section-carousel {
	padding-left: 70px;
	margin: 40px 0px 0px;
}

.work-box {
	margin: 0px;
	border-bottom: 1px solid #000;
	padding: 0px 0px 20px 0px;
}


.work-box-text {
	margin: 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}


.work-box-text-left {
	padding: 0px;
	margin: 0px;
}

.work-box-img-tag {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	margin: 0px 0px 15px 0px;
}

.work-box-img-tag h6 {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	padding: 8px 20px;
	border-radius: 20px;
}

.work-box-text-left h3 {
	font-family: Oswald;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000;
	padding: 0px;
	margin: 0px;

}


.link-arrow {
	padding: 0px 0px;
	width: 40px;
	height: 40px;
	background: transparent;
	/* border: #C60900 2px solid; */
	border-radius: 50%;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	cursor: pointer;
	font-size: 27px;
}

.link-arrow:hover {
	background: #000;
	color: #ffffff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}


.work-box-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}

.work-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.work-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* =========================================================*/
/* =========================Our work========================*/


/* ============================================================== */
/* ========================partners-logos-section=================*/

.partners-logos-section {
	padding: 70px 0px;
	background: #F4FCFF;
	margin: 0px;
}


.partners-logos-section h2 {
	font-family: Oswald;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.logo-box{display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  overflow: hidden;}
 .logo-box img{ width: 180px;      /* or any fixed size */
  height: 100px;
  object-fit: contain; /* or 'cover' depending on how you want it to scale */} 
/*.logo-box {*/

/*	width: 100%;*/
/*	height: 100px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/


/* ============================================================== */
/* ========================partners-logos-section=================*/


/* ==========================================================*/
/* ========================footer-sectiom====================*/

/* ========footer-section-top===========*/

.footer-top {
	padding: 70px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: #2B2B2B;
	background-size: 100%;
}


.footer-frm-section {
	padding: 0px;
	margin: 0px;
}


.footer-frm-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #fff;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.frm-section-inner form {
	padding: 0px;
	margin: 20px 0px 0px;
}

.frm-section-inner .form-control::placeholder {
	color: #212222;
	opacity: 1;
}


.frm-section-inner .form-row .form-control {
	background: #DBDADA;
	border-radius: 6px;
	opacity: 1;
	padding: 12px 20px;
	font-family: Montserrat;
	font-weight: 500;

	font-size: 14px;

	line-height: 14px;
	letter-spacing: 0%;

	color: #000;
	margin: 0px 0px 15px 0px;
}


textarea.form-control {
	min-height: calc(2.5em + (5.75rem + 2px));
}


.frm-section-inner .cumn-butn-body.blue-butn {
	margin: 20px 0px 0px 0px;


}


.footer-social-icon {
	margin: 20px 0px 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 8px;
}

.footer-social-icon ul li a {
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #989898;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	-webkit-transition: all 0.4s ease;
}

.footer-social-icon ul li a:hover {
	border-radius: 0%;
	background: #2B85A1;
}


.footer-right-section {
	padding: 0% 0% 0% 8%;
}


.footer-info-section {
	padding: 0px;
	margin: 0px;
}


.footer-info-section h2 {
	font-family: Oswald;
	font-weight: 500;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #fff;
	padding: 0px 0px 45px 0px;
	margin: 0px;
}


.footer-info-section p {
	font-family: Montserrat;
	font-weight: 500;

	font-size: 18px;

	line-height: 28px;
	letter-spacing: 0%;

	color: #DBDADA;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 15px;
}


.footer-info-section p a {
	color: #DBDADA;
}


.footer-info-section p a:hover {
	color: #2B85A1;
}


.footer-icon {
	width: 30px !important;
	height: 30px;
}

.footer-info p span img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.footer-text {
	width: 45% !important;
}

.footer-info-section2 {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 40px;
	margin: 30px 0px 0px 0px;
}

.footer-logo {
	margin: 0px;
	text-align: left;
	width: 250px;
}

.footer-logo img {
	width: auto;
	height: 100%;
	object-fit: contain;
}


.footer-menu {
	padding: 0px;
	margin: 0px;
}


.footer-menu h3 {
	font-family: Oswald;
	font-weight: 600;

	font-size: 28px;

	line-height: 23px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.footer-menu ul {
	margin:
		0px;
	padding:
		0;
	list-style:
		none;
	column-count: 2;
}

.footer-menu ul li {
	padding:
		0px 0px 5px 0px;
	margin:
		0px;
	list-style-type: none;
}

.footer-menu ul li a {
	font-family: Montserrat;
	font-weight: 500;

	font-size: 16px;

	line-height: 26px;
	letter-spacing: 0%;

	color: #DBDADA;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-menu ul li a:hover {
	color: #2B85A1;

}


/* ========footer-section-top===========*/


.footer-info {
	margin: 0% 0% 0% 20%;
	padding: 0px;
	word-wrap: break-word;
}


.footer-info h3 {
	font-family: DM Serif Display;
	font-weight: 400;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2A3880;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.footer-info p {
	font-family: Livvic;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #222222;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 15px;
}

.footer-info p a {
	color: #222222;
}

.footer-info p a:hover {
	color: #2A3880;
}

.footer-icon {
	width: 30px !important;
	height: 30px;
}


/* ==========footer--bottom=================== */


.footer-bottom {
	padding: 15px 0px;
	margin: 0px;
	background: #1A1A1A;
}


.footer-bottom p {
	font-family: Montserrat;
	font-weight: 400;

	font-size: 14px;

	line-height: 14px;
	letter-spacing: 0%;

	color: #C2C0C0;

}


.footer-bottom p a {
	color: #FFFFFF;
}

.footer-bottom p a:hover {
	color: #C2C0C0;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}


/* ==============================================*/
/* ==============footer-sectiom==================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #2B85A1;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #0077E8;
	border: lp solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 35%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Oswald;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


/*================================================
about page CSS
=================================================*/


.cmn-section {
	padding: 70px 0px;
	margin: 0px;
	background: #fff;
}

.about-full-text {
	padding: 50px 0px 0px;
}


.about-full-text p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #787878;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/*================================================
about page CSS
=================================================*/


/*================================================
project page CSS
=================================================*/

.other-projects {
	background: #F3F3F3;
}

.project-section-img {
	padding: 0% 5% 0% 0%;
	margin: 0px;
}

.project-section-inner-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}

.project-section-inner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.project-section-inner-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-section-inner-text {
	padding: 0px;
	margin: 0px;
}

.project-section-inner-text h2 {
	font-family: Oswald;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.project-section-inner-text p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #787878;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.project-full-text {
	padding: 50px 0px 0px;
}

.project-full-text p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #787878;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/*================================================
project page CSS
=================================================*/

/*================================================
contact page CSS
=================================================*/


.contact-page-info-box {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: #F4FCFF;
	border: 1px dashed #2B85A1;
	padding: 30px 25px;
	box-shadow: 0px 5px 20px 0px #0D250F14;
	border-radius: 15px;
	height: 270px;
}

.contact-page-info-icon {
	width: 80px;
	height: 80px;
	background: #2B85A1;
	border-radius: 50%;
	padding: 15px 0px;
	text-align: center;
	margin: 0px auto;
}


.contact-page-info-text {
	margin: 30px 0px 0px;
	padding: 0px;
}


.contact-page-info-text h4 {
	font-family: Oswald;
	font-weight: 600;

	font-size: 26px;

	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;

	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.contact-page-info-text p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #2B2B2B;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.contact-page-info-text p a {
	color: #2B2B2B;
}

.contact-page-info-text p a:hover {
	color: #2B85A1;
}


/*================================================
contacy page CSS
=================================================*/

.footer-social-icon ul li:nth-child(5) a img{position: relative; bottom:3px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}