@import url(burger.css);
@import url(row.css);
@import url(media.css);

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-sirif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.d-fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.jc-cen {justify-content: center;}
.jc-sb {justify-content: space-between;}
.ai-cen {
	-ms-align-items: center;
	align-items: center;
}
.fl-col {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fl-row {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.text-cen {text-align: center;}

.bg-r{background-color: red;}
.bg-g{background-color: green;}
.bg-b{background-color: blue;}
.bg-y{background-color: yellow;}

.w-100{width: 100%;}
.w-50{width: 50%;}
.w-25{width: 25%;}





.container {
	margin: 0 auto;
	width: 960px;
}
.body {
	background-color: #dadfeb
}
.header {
	background: linear-gradient(to bottom, #c7cfe5, #ebf0fd);
}
.inner-header {
	justify-content: space-between;
	height: 90px;
	color: #3b589c;
	text-transform: capitalize;
}
.logo {
	width: 45%;
}
.logo h1 {
	font-size: 43px;
	line-height: 43px;
}
.logo p {
	line-height: 25px;
	font-size: 14px;
}
.header-nav  {
	width: 55%;
}
.header-nav  li,
.footer-nav li {
	list-style: none;
}
.header-nav ul li a {
	text-decoration: none;
	padding: 2px 10px;
	border-radius: 15px;
	font-size: 14px;
}
.header-nav ul li a:hover {
	box-shadow: 0 3px 1px #a5aab5;
	background: linear-gradient(to top, #cacaca, #fcfcfc);
}
/*header*/

.inner-slick img {
	width: 100%;
}
/*inner-slick*/

.inner-start {
	margin-top: 40px;
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
}
.inner-start h2 {
	font-size: 36px;
	line-height: 33px;
	color: #132445;
	font-weight: normal;
	width: 64%;
	margin-top: 10px;
}
.inner-start a {
	padding: 14px;
    border: 5px solid #fff;
    background-color: red;
    width: 36%;
    background: linear-gradient(to top, #6983ba, #a8bbef);
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    height: 93px;
    box-shadow: 1px 1px 1px #9a9090, -1px -1px 1px #9a9090;
}
.inner-start a img {
	float: left;
	padding: 14px 20px;
}
.inner-start a span {
	display: block;
	font-size: 29px;
}
.inner-start a:hover {
    background: linear-gradient(to bottom, #6983ba, #a8bbef);
}
/*start*/
.business-info {
	margin-top: 37px;
	width: 23%;
	padding: 23px 22px 0 22px;
	background-color: #fff;
	border-radius: 5px;
}
.business-info h3 {
	margin-top: 18px;
	text-transform: capitalize;
	font-size: 20px;
	color: #132445;
}
.business-info p {
	margin-top: 15px;
	font-size: 13px;
	color: #545668;
}
.business-info a {
	margin-top: 10px;
	margin-bottom: 15px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #2945c0;
    padding: 4px 14px;
    border-radius: 15px;
    border: 1px solid #d0cccc;
    background: linear-gradient(to bottom, #cdd1da, #fefefe);
}
.business-info a:hover {
	background: linear-gradient(to top, #cdd1da, #fefefe);

}
/*inner-business*/
.inner-about {
	margin-bottom: 33px;
}
.inner-about-1 {
	flex-wrap: wrap;
	margin-top: 30px;
}
.inner-about h3 {
	font-size: 15px;
}
.inner-about p {
	font-size: 13px;
}
.title-heading {
	width: 45%;
	padding-right: 25px;
	color: #132445;
}
.title-heading img {
	float: left;
	padding-right: 7px;
}
.title-heading h3 {
	font-weight: bold;
	margin-top: 18px;
	text-transform: capitalize;
}
.title-heading p{
	margin-top: 16px;
    text-align: justify;
    word-spacing: -1px;
    margin-bottom: 30px;
}
.inner-about-2 {
	margin-top: 39px;
	padding-left: 15px;
}
.inner-about-2 h3 {
	margin-bottom: 21px;
}
.inner-about-2 p {
	text-align: justify;
	line-height: 24px;
}
.inner-about-2 a {
	font-size: 13px;
	display: inline-block;
	margin-top: 13px;
	margin-bottom: 10px;
	text-decoration: none;
}
.inner-about-2 a:hover {
	text-decoration: underline;
}
/*about*/
.footer {
	background-color: #565f81;
	padding-top: 21px;
	border-top: 1px solid #fff;
}
.footer-nav ul a {
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
	color: #dadfeb;
	display: inline-block;
	padding: 0 11px;
}
.footer-nav a:first-child {
	padding-left: 0;
}
.footer-nav a + a {
	border-left: 2px solid #dadfeb;
}
.footer-nav a:hover {
	color: #9fa8bd;
}
.footer-navigation p {
	font-size: 12px;
	color: #9fa8bd;
	line-height: 24px;
	margin-top: 7px;
}
.footer-navigation p a {
	color: white;
	text-decoration: none;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	
}
.footer-navigation p a:hover {
	color: black;
}
.footer-contact p {
	font-size: 13px;
	color: #dadfeb;
	margin-right: 21px;
}
.footer-contact img {
	margin: 0 7px;
}
.footer-contact img:last-child {
	margin-right: 0;
}
.footer-contact img:hover {
	opacity: 0.7;
}
