@font-face {
	font-family: 'SegoeUI';
	src: url('fonts/SegoeUI.eot');
	src: url('fonts/SegoeUI.eot') format('embedded-opentype'),
			 url('fonts/SegoeUI.woff2') format('woff2'),
			 url('fonts/SegoeUI.woff') format('woff'),
			 url('fonts/SegoeUI.ttf') format('truetype'),
			 url('fonts/SegoeUI.svg#SegoeUI') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUIItalic';
	src: url('fonts/SegoeUIItalic.eot');
	src: url('fonts/SegoeUIItalic.eot') format('embedded-opentype'),
			 url('fonts/SegoeUIItalic.woff2') format('woff2'),
			 url('fonts/SegoeUIItalic.woff') format('woff'),
			 url('fonts/SegoeUIItalic.ttf') format('truetype'),
			 url('fonts/SegoeUIItalic.svg#SegoeUIItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*===========================================*/
/*                 reset css                 */
/*===========================================*/
body {
font-family: 'SegoeUI', sans-serif !important;
font-size: 15px;
font-weight: 400;
text-transform: none;
}
::-webkit-input-placeholder {
opacity: 1;
}

::-moz-placeholder {
opacity: 1;
}

:-ms-input-placeholder {
opacity: 1;
}

::-ms-input-placeholder {
opacity: 1;
}

::placeholder {
opacity: 1;
}
select, option {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.clearfix { clear: both; }
#wrapper { width: 100%; }
.container { max-width: 1440px; }

/*=========================================*/
/*              header-area                */
/*=========================================*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
 	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #ffffffab);
}
.navbar { padding: 0; }
.navbar-toggler { padding: 0; }
.header-area {
	position: relative;
	max-width: 1334px;
	margin: 20px auto;
}
.navbar-brand .figure { 
	max-width: max-content;
	margin-bottom: 0; 
	cursor: pointer;
	
}
.navbar-brand { color: #000000; }
.navbar-brand span {
	display: block;
	font-size: 20px;
	float: right;
	margin: 2px 0 0 35px;
}
.logo{
	width: 200px;
	height: 50px;
}
.menu { width: 100%; }
.menu ul { float: right; }
.toogle {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 111;
}
.toogle-icon span {
	display: block;
	height: 2px;
	width: 37px;
	background-color: rgb(0, 0, 0);
	margin: 7px 0;
}
.header-area nav ul li {
	font-size: 25px;
	line-height: 45px;
	margin: 0 0 0 3rem;
}
.header-area nav ul li a {
	position: relative;
	letter-spacing: 2px;
	color: #204f78;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/*=========================================*/
/*              banner                     */
/*=========================================*/
.banner {
		display: block;
}

.banner-image {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 5%;
    max-height: 600px;
}
.banner-text{
	position: relative;
	top: 55px;
	width: 100%;
	color: #1f4e78;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	margin-top: 5%;
}

h2 .banner-tagline{
	font-family:  'Varela Round';
	font-weight: bold;
}

p .banner-tagline  {
	font-size: 20px;
}

.container-outer {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
/*===========================================*/
/*                about-us                   */
/*===========================================*/


.about-us{
	background: linear-gradient(0deg, rgba(90, 90, 100, 1) 0%, rgb(31,78,120) 0%)
}

.card-logo {
    width: 20%;
}

.cards {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,1)!important;

	font-size: 18px;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.cards:hover{
	transform: scale(1.1);
}

/*===========================================*/
/*               solutions               */
/*===========================================*/

.solutions { 
	display: block;
	color: #fff;
	background: linear-gradient(0deg, rgba(90, 90, 100, 1) 0%, rgb(31,78,120) 0%)
}
.card-outer-container{
	display: flex;
}
.solutions-title {
	
	color: #fff;
	line-height: 2;
	text-align: center;
}
.solution-card {
	font-size: 18px;
	border: 1px solid #fff;
}


/*=========================================*/
/*              contact                    */
/*=========================================*/


.contact { 
	display: block;
	background: linear-gradient(0deg, rgba(90, 90, 100, 1) 0%, rgb(31,78,120) 0%)
}

.contact-area {
	max-width: 1150px;
}
form {
	padding: 10px;
}
.form-title{
	
	color: #fff;
	line-height: 2;
	text-align: center;
}
.form-page-title{
	color: #fff;
	margin: 0px 0px 50px;
	text-align: center;
}

.contact-area form input, .contact-area form textarea {
	border: 2px solid #000;
	width: 100%;
    padding: 5px;
	box-sizing: border-box;
	border-radius: 10px;

}

.error-message {
	color: #fff;
	font-weight: bold;
}

.send-btn:disabled{
	cursor: not-allowed;
}
.send-btn {
	min-width: 350px;
	min-height: 60px;
	display: table;
	margin: 25px auto;
}

.text-area {
	min-height: 150px;

}


.input-element:focus {
    outline: none;
    background-color: #ccc;
}

/*=========================================*/
/*              footer                     */
/*=========================================*/
footer { background: #000000; }

 
.footer-item ul li { text-transform: uppercase; }
.footer-item ul li a { color: rgb(23, 116, 255); }

.copyright { position: relative; }
.copyright p {
	max-width: 1410px;
	padding: 0 15px;
}


.icons{
	padding-right: 15px;
}
 .social-icons li {
	float: right;
	list-style: none;
	overflow: hidden;
}

 .address {
	 color: #fff;
 }