* {
	font-family: 'Calibri';
}

.book-wrap {
	top: 150px;
	z-index: 9999;
	position: absolute;
	left: 15px;
	right: 20px;
}
a{
	font-size: 16px;
}

/*.modal-backdrop {
    position: unset!important;
    
}*/
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 10px 0;
	box-shadow: 0px 0px 5px gainsboro;
	width: 100%;
	background-color: #fff;
	animation-name: example;
	animation-duration: 1s;
	transition: top 500ms ease-in;
	box-shadow: 0px 0px 5px gainsboro;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3",endColorstr="#404040",GradientType=1);
}

@keyframes example {
	0% {
		top: -100px;
	}

	100% {
		top: 0px;
	}
}

.site-header {
	z-index: 99999999;
	padding: 20px 0;
	width: 100%;
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3",endColorstr="#404040",GradientType=1);
}

.header-wrap1 {
	background-color: #F4F3F3;
}

.header-wrap2 {
	background-color: #404040;
}
.sitelogo a{
	text-decoration: none;
}
.sitelogo {
	max-width: 80px;
}
.sitelogo h5{
	font-size: 36px;
	font-family: 'Aclonica', sans-serif;
	color: #023455;
	margin: 0;
}
.sitelogo img {
	width: 100%;
}

.sitenav {
	position: fixed;
	top: 0;
	left: -310px;
	background-color: #fff;
	overflow-y: scroll;
	height: 100%;
	width: 230px;
	padding: 20px 0;
	z-index: 99999;
	-webkit-transition: left 500ms ease-out;
	-moz-transition: left 500ms ease-out;
	-o-transition: left 500ms ease-out;
	transition: left 500ms ease-out;
}

.mx-2 {
	display: none;
}

.sitenav ul li {
	display: block;
	list-style-type: none;
	margin: 20px 0;
	position: relative;
}

.sitenav ul li a {
	display: block;
	color: #023455;
	font-size: 16px;
	text-decoration: none;
	padding: 0 5px;
	text-transform: capitalize;
}


.humbergarBtn {
	width: 35px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 10px;
	right: 15px;
	margin: auto;
}

.humbergarBtn span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
}

.humbergarBtn span:nth-child(1) {
	top: 7px;
	width: 27px;
	left: 6px;
	-webkit-transition: transform 500ms ease-out;
	-moz-transition: transform 500ms ease-out;
	-o-transition: transform 500ms ease-out;
	transition: transform 500ms ease-out;
	background: #023455;
}

.humbergarBtn span:nth-child(2) {
	top: 14px;
	width: 14px;
	left: 6px;
	background: #023455;
	-webkit-transition: left 1000ms ease-out;
	-moz-transition: left 1000ms ease-out;
	-o-transition: left 1000ms ease-out;
	transition: left 1000ms ease-out;
}

.humbergarBtn span:nth-child(3) {
	top: 22px;
	width: 27px;
	left: 6px;
	background: #023455;
	-webkit-transition: transform 500ms ease-out;
	-moz-transition: transform 500ms ease-out;
	-o-transition: transform 500ms ease-out;
	transition: transform 500ms ease-out;
}

.humbergarBtn.close span:nth-child(1) {
	top: 7px;
	width: 27px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: transform 500ms ease-out;
	-moz-transition: transform 500ms ease-out;
	-o-transition: transform 500ms ease-out;
	transition: transform 500ms ease-out;
}

.humbergarBtn.close span:nth-child(2) {
	top: 14px;
	width: 14px;
	left: 1000px;
	-webkit-transition: left 1000ms ease-out;
	-moz-transition: left 1000ms ease-out;
	-o-transition: left 1000ms ease-out;
	transition: left 1000ms ease-out;
}

.humbergarBtn.close span:nth-child(3) {
	top: 7px;
	width: 27px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform 500ms ease-out;
	-moz-transition: transform 500ms ease-out;
	-o-transition: transform 500ms ease-out;
	transition: transform 500ms ease-out;
}

.sitenav.addSlide {
	left: 0px;
	-webkit-transition: left 500ms ease-out;
	-moz-transition: left 500ms ease-out;
	-o-transition: left 500ms ease-out;
	transition: left 500ms ease-out;
}



/* ----------------------------------------------
 * Generated by Animista on 2020-8-17 13:57:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes social-img {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes social-img {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.social-scroll:hover .social-img1 {
	-webkit-animation: social-img1 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: social-img1 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
	/* ----------------------------------------------
 * Generated by Animista on 2020-8-17 13:57:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes social-img1 {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes social-img1 {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}




/*start of footer*/

.footer-sec {
	width: 100%;
	background: #115278;
	text-align: left;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.footer-sec h2 {
	font-size: 20px;
	color: #23c4bc;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}

.footer-img {
	max-width: 180px;
	margin: 0;
}

.footer-sec ul li {
	list-style-type: none;
	color: #fff;
	margin: 5px 0;
	font-size: 13px;
	text-align: left;
}

.footer-sec ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.footer-sec ul li a:hover {
	color: #01BDE2;
	text-decoration: none;
}

.footer-sec p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.footer-bottom {
	width: 100%;
	background-color: #fff;
}

.footer-bottom p {
	font-size: 16px;
	color: #000;
	text-align: center;
}

.footer-bottom a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}

.get-touch ul li {
	list-style-type: none;
	display: inline;
	margin: 0 -2px;
}

.footer-ul {
	height: 40px;
}

.footer-social-media ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 4px;
	font-size: 20px;
}
.footer-social-media ul li a{
	color: #fff;
    border: 1px solid;
    /* padding: 0px 5px; */
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}
.footer-social-media ul li a i{
font-size: 20px;
}
.footer-social-media ul li a:hover {
	color: #fff;
	border: 1px solid #023455;
}

.footer-social-media ul li:nth-child(2) {
	margin: 0 3px;
}
/*.footer-social-media ul li:nth-child(3){
	margin: 0 3px;
}*/
.footer-social-media ul li:nth-child(3) {
	margin: 0 3px;
}

.footer-social-media ul li:nth-child(1) a {
	/*display: block;

	border-radius: 4px;
	width: 25px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	padding: 0;*/
}

.footer-social-media ul li:nth-child(2) a {
	/*display: block;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	padding: 0;*/
}

/*.footer-social-media ul li:nth-child(3) a{
	display: block;
	border:1px solid #fff;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}*/
.footer-social-media ul li:nth-child(3) a {
	/*display: block;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	padding: 0;*/
}

.footer-social-media ul li a:hover .fa {
	-webkit-animation: social-img 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
	animation: social-img 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1 both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-8-17 13:57:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes social-img {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes social-img {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.social-scroll:hover .social-img1 {
	-webkit-animation: social-img1 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: social-img1 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
	/* ----------------------------------------------
 * Generated by Animista on 2020-8-17 13:57:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes social-img1 {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes social-img1 {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.footer-menu li {
	margin: 20px 0 !important;
}

.footer-sec ul li span {
	color: #fff;
	padding-right: 10px;
}

.footer-ul .fa {
	font-size: 14px;
}

.footer-ul .fa:hover {
	color: #3A57A6;
}

.newsletter{
	margin-top: 20px;
	position: relative;
}
.envelope1{
	position: absolute;
	top: 14px;
	left: 8px;
	color: #c2c2c2;

}
.newsletter input{
	background: #145f89;
	outline: none;
	border: none;
	padding: 8px 10px;

}
.newsletter input::placeholder{
	font-size: 12px;
	padding-left: 10px;
	color: #fff;

}
.news-btn{
	background-color: #23c4bc !important;
	color:#fff;
	margin-top: 10px;
}
.imxul li{
	margin: 10px 0!important;
}

/*end of footer*/
.antispam{
	display: none;
}
.features-sec{
	background:linear-gradient(rgba(0,179,229,.1), rgba(0,179,229,.5)),url(../images/background.png);
	width: 100%;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 50px 0;
	background-attachment: fixed;
	color:#fff;
}
.features-sec ul li{
	display: grid;
	width: 250px;
	background-color: #edf1f5;
	height: 120px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	color:  #023455;
	font-size: 18px;
}
.features-sec ul li img{
	margin:0 auto;
}
.features-sec ul li:hover{
    box-shadow: 0px 0px 5px gainsboro;
}
@media(min-width: 576px) {
	.footer-sec ul li {
		font-size: 15px;
	}
}

.fborder1 ul li span {
	font-weight: 600;
	font-size: 18px;
	color: #01BDE2;
}

/*.fborder1 ul li a {
	padding-left: 35px;
}

.fborder1 p {
	padding-left: 35px;
}*/

.footer-sec h2 {
	margin-top: 20px;
}

@media(min-width: 768px) {

	.sitelogo {
		margin-left: 0;
		max-width: 160px;
	}
	.sitelogo img {
	width: 200px;
}
.sitelogo h5{
	font-size: 46px;
}
	.sitenav {
		position: static;
		background-color: transparent;
		width: 100%;
		overflow-y: visible;
		height: auto;
		padding: 0;
	}

	.sitenav ul li {
		display: inline-block;
		margin: 5px -1px;
	}

	.sitenav ul li a {
		font-size: 16px;
		position: relative;
		padding: 5px;
		color: #023455;
		font-weight: 600;
		border: 1px solid transparent;
	}

/*	.sitenav ul li a:hover {
		border: 1px solid #fff;
		color: #fff;
		padding: 5px;
		border-radius: 5px;
	}*/

	.sitenav ul li a.active {
		border: 1px solid #fff;
		color: #fff;
		padding: 5px;
		border-radius: 5px;
	}

	.topp-header {
		display: block;
	}

	.hasDropdown {
		position: relative;
	}

	.dropdown li {
		list-style-type: none;
		/*display: block;*/;
	}

	ul.dropdown li a {
		text-decoration: none;
		color: #fff;
	}

	.dropdown {
		transition: 1s ease;
	}

	ul.dropdown {
		display: none;
		position: absolute;
		padding: 28px 0;
		width: 220px;
		top: 17px;
		/* left: 0;*/;
	}

	.sitenav .dropdown li {
		list-style-type: none;
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #fff;
		padding-left: 5px;
		margin: 0 7px;
		color: #fff;
		transition: .3s ease-in;
		border-bottom: 1px dashed #00b3e5;
	}

	.dropdown li:hover {
		background-color: #00284B !important;
		color: #fff;
		transition: 0.3s ease-in;
		border: none;
	}

	ul li:hover ul {
		display: block;
		z-index: 99999;
		transition: .3s ease-in;
	}

	ul.dropdown li a {
		text-decoration: none;
		color: #000;
		display: block;
		text-align: left;
	}

	ul.dropdown li a:hover {
		border: none!important;
		color: #fff;
	}

	ul.dropdown .dropdown2 {
		position: absolute;
	    /*left: 220px;
	    top:33px;*/
		left: -257px;
		top: 2px;
		margin-top: 33px;
	    /*background: #243e8a;*/
		width: 250px;
		display: none;
		transition: .3s ease-in;
	}

	ul.dropdown .dropdown2.dropdown3 {
		top: 1px !important;
	}

	ul.dropdown li:hover .dropdown2 {
		display: block;
	}



/*end of header*/
	.footer-sec {
		text-align: left;
	}

	.footer-img {
		margin: 0;
	}
	.footer-img p{
		padding-top: 5px;
	}
	.footer-sec h2::before {
		margin: 0;
		left: 0;
	}

	.footer-sec h2::after {
		margin: 0;
	}

	.footer-sec ul li {
		text-align: left;
		margin: 20px 0;
	}
}

@media(min-width: 992px) {

	header.mid-header.site-header {
		position: relative;
		background-color: transparent;
		z-index: 9;
	}

	.sitenav ul li {
		margin: 5px;
	}

	.get-touch ul li {
		margin: 0 10px;
	}

	.topp-header2 ul li:nth-child(1) {
		margin-right: 50px;
	}

	.fborder {
		/*border-left: 1px dashed #02779A;*/
		padding-left: 40px;
	}

	.fborder2 {
		border: none;
	}

	.footer-sec p {
		text-align: left;
	}

	.footer-sec h2 {
		margin-top: 0px;
	}

	.footer-sec h2 {
		font-size: 17px;
	}
}

@media(min-width: 1200px) {

	.sitenav ul li {
		margin: 5px 12px;
	}

	.sitenav ul li a {
		font-size: 16px;
	}

	.sitelogo::before {
		top: 20px;
		left: -100px;
		width: 50%;
	}

	.newsletter {
		padding: 7px 25px 0 0;
	}

	.btn-know-more2 {
		margin: -5px;
	}

	.fborder {
		/*border-left: 1px dashed #02779A;*/
		padding-left: 60px;
	}

	.fborder2 {
		border: none;
	}

	.footer-sec h2 {
		font-size: 19px;
	}
}

@media(min-width: 1400px) {
	.container {
		max-width: 1360px!important;
	}
}