/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
body {
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

p {
	margin: 0;
	color: #777;
	font-size: 1em;
	line-height: 2;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

.list-group-item {
	background-color: transparent;
}

.home {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/
input[type="submit"] {
	cursor: pointer;
}

.modal-body.bg-theme1 {
	padding: 2rem;
}

/* header */
.navbar-light .navbar-brand span {
	color: #fac960;
}

.navbar-light .navbar-brand {
	font-size: 22px;
	color: #fff;
	display: block;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link {
	color: #fac960;
	font-weight: 600;
}

/*--/navbar--*/

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
	background: #f7eb48;
	top: 0px;
}

nav.navbar.second.navbar-expand-lg.navbar-light.pagescrollfix.shrink .navbar-light .navbar-nav .active>.nav-link {
	color: #000;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse li.active {
	color: #000;
}

/*--logo--*/
li.breadcrumb-item a {
	color: #000;
	font-weight: 600;
}

.breadcrumb-item.active {
	color: #3b67b3;
}

/*-- //header --*/

/* banner */

.dropdown-item.active,
.dropdown-item:active {
	background: #fff;
	color: #c9333f;
}

.banner {
	background: url(../images/slider1.jpg)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.banner-text {
	text-align: center;
	padding: 8vw 0;
	box-sizing: border-box;
}

.banner-sign {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(4, 32, 82, 0.42);
	margin: 0 auto;
	border-radius: 50%;
	border: 10px solid #e8a530;
}

.banner-sign span {
	font-size: 2em;
	color: #fff;
}


.banner-text h3 {
	text-transform: capitalize;
	font-weight: 800;
	font-size: 2.5em;
	margin-top: 1em;
	color: #fff;
}

.w3_pvt-link-bnr {
	background: rgba(0, 0, 0, 0.4) !important;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #000;
}

a.btn.mt-4.w3_pvt-link-bnr:hover {
	color: #f8f9fa;
	background: #000;
}

.banner-text p {
	width: 70%;
	color: #fff;
	font-size: 1.1em;
	margin: 1em auto;
}

.header-top {
	padding: 8px 0;
	background:#e8a530d6;
}

.header-top p {
	color: #000;
	text-transform: lowercase !Important;
}

/* navigation */

/*--/header --*/

header.mainheader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

nav.navbar.second {
	border: none !important;
	transition: all 1s ease;
}

/*--/navbar--*/

/*-- /nav.navbar.second --*/
header.main-header {
	background: #3b67b3;
}

nav.navbar.second {
	border: none !important;
	transition: all 1s ease;
}

h1 a.navbar-brand {
	font-size: 0.7em;
}

nav.navbar.shrink.pagescrollfix {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	position: fixed;
	left: 0px;
	transition: all 1.2s ease;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.97);
	background: #3b67b3 !important;
	z-index: 9;
	top: 0;
	transition: all 1.5s ease;
}

nav.navbar.shrink .navbar-toggler {
	transition: all 1.5s ease;
}

.bg-transparent {
	background: transparent;
}

/*-- //nav.navbar.second --*/

/* //navigation */

.timer-wthree li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
	text-transform: capitalize;
	padding: 0px 12px;
	color: #3b67b3;
}

.timer-wthree li span {
	display: block;
	font-size: 1rem;
	color: #000;
}

.middle-header {
	padding: 4px 0;
	background: #eaeaea;
}

.theme-btn {
	margin-left: 1em;
	background: transparent;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}

/* header */
/* banner */
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/* //banner */

.inner-banner-w3ls {
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	min-height: 270px;
}

h4.w3pvt-title {
	color: #3b67b3;
	text-transform: capitalize;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000000;
}

span.sub-title {
	font-size: 1.5em;
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
}

a.serv_link {
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 3px;
	padding: 8px 36px;
	border-radius: 20px;
	background: #3b67b3;
}

.bg-theme1 {
	background: #3b67b3 !important;
}

.bg-theme2 {
	background:  #3b67b3 !important;
}
.text-capitalize.serv_link.btn.bg-theme2{
	background:  #fac960 !important;
}
.text-theme1 {
	color: #fac960 !important;
}

.text-theme2 {
	color: #3b67b3 !important;
}

/* title  */
span.title-icon-wthree {
	color: #e7c13c;
	font-size: 1em;
}

/* about */
/* about bottom */
h4.abt-text {
	font-size: 2.5em;
	font-weight: 300;
}

/* //about bottom */
/* services */
.service-text-grid p {
	width: 70%;
	margin: 0 auto;
}

.img-grid:nth-child(odd) {
	margin-top: 3em;
}

ul.img-grid-list li {
	display: inline-block;
}

ul.img-grid-list li span {
	font-size: 3em;
	color: #3b67b3;
	margin-bottom: 10px;
}

ul.img-grid-list li h5 {
	color: #777;
	font-size: 1em;
	text-transform: capitalize;
}

ul.img-grid-list li:nth-child(even) {
	border: solid #000;
	border-width: 0 1px;
}

ul.img-grid-list li:last-child {
	border-right: none;
}

.img-grid-list.row {
	margin-top: 3em;
}

/* services */
/* features */
.list-head li {
	margin: 15px 0 0;
	color: #eee;
	font-size: 1em;
}

h5.w3pvt-title {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 2.4em;
}

/* features */
/* home grid */
.home-grid {
	padding: 2em 1em 1.2em;
	border: 1px solid #d4cfcf;
	height: 100%;
}

.home-grid span {
	color: #3b67b3;
	font-size: 2.5em;
}

.wthree-bnr-btn {
	display: inline-block;
	border-top: 1px solid #fac960;
	border-radius: 0;
	margin-top: 1em;
	padding: 10px 0;
	color: #3b67b3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

h4.home-title {
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
}

.home-grid p {
	width: 85%;
	margin: 0 auto;
}

/* home grid */
/* contact */
textarea {
	height: 200px;
	resize: none;
}

.register-top1 {
	margin-top: 4em;
}

form.register-wthree .form-control {
	padding: 15px 20px;

	border: 1px solid #3b67b3;
	border-top: none;
	border-radius: 0;
	-webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
	-moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
	box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

#contact iframe {
	width: 100%;
	border: 3px solid rgb(59, 103, 179);
	margin: 2.5em 0 0;
	min-height: 500px;
}

/* //contact */
.testimonials {
	background: url(../images/testi.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.testimonials:before {
	background: rgba(12, 12, 12, 0.79);
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
}

ul.callbacks_tabs {
	position: absolute;
	z-index: 2;
	right: 10%;
	bottom: 50px;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #000;
	opacity: 0.5;
}

.callbacks_here a:after {
	background: #fff;
}

.testi-w3layouts p span {
	color: #e3ebef;
	font-size: 2em;
	margin-right: 15px;
}

.testi-pos span {
	color: #eee;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 46%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 50px;
	background: url("../images/left.png") no-repeat 0px 0px;
}

.callbacks_nav.prev {
	left: auto;
	background: url("../images/prev.png") no-repeat 0px 0px;
	left: 10em;
}

.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 10em;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}

#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider-pager a {
	padding: 0;
}

#slider-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}

.rslides li {
	position: relative;
	display: block;
	float: none;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs a {
	visibility: hidden;
	width: 20px;
	line-height: 19px;
	height: 20px;
	text-align: center;
	color: #000;
	font-weight: 600;
	display: block;
	background: #fff;
	border-radius: 50%;
}

.callbacks_tabs a:hover {
	background: #1165f3;
	color: #fff;
}

.testi-pos h4 {
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.testi-w3layouts h4 {
	color: #fac960;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

.testi-w3layouts p {
	letter-spacing: 1px;
	width: 60%;
	margin: 1em auto 0;
	color: #eee;
	line-height: 40px;
	padding: 1em 2em 3em;
}

/* //testimonials */
/* team  */

/*********************** Demo - 13 *******************/
.box13 {
	position: relative;
	transition: all .2s ease-out 0s;
	text-align: center;
}

.box13 .box-content,
.box13:after {
	position: absolute;
	left: 20px;
	right: 20px
}

.box13:after {
	content: "";
	display: block;
	background: #3b67b3;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	transform: rotate3d(-1, 1, 0, 100deg);
	transition: all .4s ease-in-out 0s
}

.box13:hover:after {
	opacity: .9;
	transform: rotate3d(0, 0, 0, 0deg)
}

.box13 img {
	width: 100%;
	height: auto
}

.box13 .box-content {
	top: 45%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translate(10%, -30%);
	transform: translate(10%, -30%);
	transition: all .2s ease-out 0s
}

.box13:hover .box-content {
	opacity: 1;
	transform: translate(0, -50%);
	transition-delay: .2s
}

.box13 .title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #fac960;
	margin: 0 0 10px
}

.box13 .post {
	display: block;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.box13 .social {
	padding: 0;
	margin: 0;
	list-style: none
}

.box13 .social li {
	display: inline-block
}

.box13 .social li a {
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	font-size: 17px;
	color: #1b1462;
	line-height: 35px;
	margin-right: 5px;
	transition: all .4s ease-in-out 0s
}

.box14 .icon li,
.box14 .post {
	display: inline-block
}

.box13 .social li a:hover {
	color: #f7f7b9;
	background: #fac960
}

@media only screen and (max-width:990px) {
	.box13 {
		margin-bottom: 30px
	}
}

/* team  */
/* footer */

ul.social-icons li {
	display: inline-block;
	margin-right: 6px;
	border-radius: 50%;
}

ul.social-icons li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

ul.social-icons li a i.fa {
	font-size: 14px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

ul.social-icons li:first-child {
	background: #003cbb;
	color: #fff;
}

ul.social-icons li:last-child,
ul.social-icons li:nth-child(2) {
	background: #1da1f2;
	color: #000;
}

ul.social-icons li:nth-child(3) {
	background: #dd4b39;
	color: #000;
}

ul.social-icons li a i.fa:hover {
	background-color: #fff;
	color: #000;
}


ul.social-icons li a:hover {
	color: #fff;
}

footer {
	padding: 1em 0;
	background: #e8a530;
}

.cpy-right p {
	color: #042052;
}

.cpy-right p a {
	text-decoration: underline;
	color: #042052;
}

h5.footer-top-title {
	color: #3b67b3;
	text-transform: capitalize;
	font-size: 1.2em;
	margin: 1em 0;
	font-weight: 600;
}

.footer-top span {
	color: #fac960;
	font-size: 1.3em;
}

form.footer-top-wthree label {
	width: 30%;
	line-height: 2.5;
	color: #fff;
}

form.footer-top-wthree .form-control {
	border-radius: 0;
	border: none;
	background: #eee;
	color: #000;
	font-size: 0.9rem;
}

.footer-top-form h5 {
	font-size: 2em;
}

ul.post-links li span {
	color: #3b67b3;
	font-size: 1em;
}

ul.post-links li a {
	color: #777;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 10px;
}
ul.post-links li a:hover {
    color: #000;
}
.footer-logo h2 a {
	display: inline-block;
	color: #3b67b3;
	font-size: 0.8em;
	margin: 1em 0 0.5em;
}

ul.post-links li {
	font-size: 13px;
	margin-bottom: 1em;
}


form.footer-top-wthree {
	margin-top: 2.5em;
}

button.btn.btn-w3layouts.btn-block.w-25 {
	background: #ffeb3b;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}

.address h5 {
	font-size: 1.5em;
}

/* //footer */
/* error page */
.error_grid {
	background: #eee;
	padding: 3em 0;
}

.error_banner h4 {
	color: rgba(249, 249, 249, 0.2);
	text-transform: capitalize;
	font-size: 6em;
}

.error_banner h4 {
	color: rgb(250, 201, 96);
	text-transform: capitalize;
	font-size: 4em;
}

.error_banner h5 {
	color: #3b67b3;
	font-size: 10em;
	text-shadow: 4px 2px 1px #0c0c0c;
}

.error_banner h5 span {
	color: #3b67b3;
	font-size: 52PX;
	font-weight: 300;
	letter-spacing: 3px;
	text-shadow: 4px 2px 1px transparent;
}

.error_banner p {
	color: rgba(255, 255, 255, 0.61);
	text-transform: capitalize;
	font-weight: 300;
	font-size: 2em;
}

/* //error page */

/* -- Responsive code -- */

@media screen and (max-width: 1440px) {
	.banner-text h3 {
		font-size: 3.2em;
	}
}

@media screen and (max-width: 1366px) {
	h4.abt-text {
		font-size: 2.3em;
	}

	h5.w3pvt-title {
		font-size: 2.2em;
	}

	.error_banner h5 {
		font-size: 9em;
	}
}


@media screen and (max-width: 1280px) {
	.banner-text h3 {
		font-size: 3.2em;
	}

	h4.w3pvt-title {
		font-size: 2.6em;
	}

	span.sub-title {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 1080px) {
	.inner-banner-w3ls {
		min-height: 220px;
	}

	.banner-text p {
		font-size: 1em;
		width: 100%;
	}

	.banner-text h3 {
		font-size: 2.8em;
	}

	.home-grid p {
		width: 100%;
	}

	h5.w3pvt-title {
		font-size: 2em;
	}

	.error_banner h5 {
		font-size: 8em;
	}

	.error_banner h4 {
		font-size: 3em;
	}
}
@media screen and (max-width: 1024px) {

	.banner-text h3 {
		font-size: 2.5em;
	}

	h4.abt-text {
		font-size: 2em;
	}
}

@media screen and (max-width: 991px) {
	.banner-sign {
		width: 80px;
		height: 80px;
	}

	.banner-text h3 {
		font-size: 2.3em;
	}

	.theme-btn {
		margin-left: 0;
	}

	h4.w3pvt-title {
		font-size: 2.3em;
	}

	h4.abt-text {
		font-size: 1.6em;
	}

	a.serv_link {
		letter-spacing: 0px;
		font-size: 15px;
		word-spacing: 1px;
		padding: 8px 25px;
	}

	.service-text-grid p {
		width: 100%;
	}

	.testi-w3layouts p {
		width: 100%;
	}

	.f-main {
		flex-direction: column-reverse;
	}

	.callbacks_nav.prev {
		left: 0em;
	}

	.callbacks_nav.next {
		right: 0em;
	}

	ul.post-links li a {
		display: block;
	}

	h5.footer-top-title {
		font-size: 1.1em;
	}

	.footer-logo h2 a {
		margin: 0.5em 0;
	}
}

@media screen and (max-width: 900px) {
	.error_banner h5 {
		font-size: 7em;
	}
}

@media screen and (max-width: 800px) {
	.banner-text h3 {
		font-size: 2em;
	}

	h5.w3pvt-title {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 768px) {
	h4.w3pvt-title {
		font-size: 2em;
	}

	span.sub-title {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 736px) {
	.header-top p {
		margin-bottom: 10px;
	}

	.banner-text h3 {
		font-size: 1.8em;
	}

	h4.abt-text {
		margin-bottom: 1em;
	}

	h5.w3pvt-title {
		font-size: 1.6em;
	}

	.img-grid:nth-child(odd) {
		margin-top: 0;
	}

	.inner-banner-w3ls {
		min-height: 180px;
	}

	#contact iframe {
		margin: 0;
		min-height: 300px;
	}

	.register-top1 {
		margin-top: 2em;
	}
}

@media screen and (max-width: 667px) {
	.home-grid span {
		font-size: 2em;
	}

	.error_banner h5 {
		font-size: 6em;
	}
}

@media screen and (max-width: 640px) {
	.error_banner h5 {
		font-size: 5em;
	}
	.error_banner h5 span {
		font-size: 40PX;
	}
}

@media screen and (max-width: 600px) {
	a.serv_link {
		font-size: 14px;
		word-spacing: 0px;
		padding: 4px 19px;
	}

	h4.abt-text {
		font-size: 1.4em;
	}

}

@media screen and (max-width: 568px) {
	.inner-banner-w3ls {
		min-height: 150px;
	}

	h4.w3pvt-title {
		font-size: 1.8em;
	}

	span.sub-title {
		font-size: 1em;
	}

	h5.w3pvt-title {
		font-size: 1.4em;
	}

	.testi-w3layouts p span {
		font-size: 1.5em;
	}

	.box13 .box-content {
		top: 50%;
	}

	ul.img-grid-list li span {
		font-size: 2.5em;
	}

	ul.img-grid-list li:nth-child(even) {
		border-width: 0;
	}

	ul.img-grid-list li:nth-child(1),
	ul.img-grid-list li:nth-child(2) {
		border: solid #000;
		border-width: 0 0 1px 0;
	}

	.img-grid-list.row {
		margin-top: 0em;
	}

	ul.img-grid-list li {
		padding: 1em 0;
	}

	.list-head li {
		font-size: 0.95em;
	}

}

@media screen and (max-width: 480px) {
	.banner-text h3 {
		font-size: 1.5em;
	}

	.box13 .title {
		font-size: 16px;
	}

	.box13 .post {
		font-size: 12px;
	}
	.error_banner h5 span {
		font-size: 30PX;
	}
	.error_banner h4 {
		font-size: 2.5em;
	}

}

@media screen and (max-width: 414px) {
	.team-grid {
		display: block !important;
	}

	.team-grid .col-md-4.col-6 {
		max-width: 100%;
	}

	.banner-text h3 {
		font-size: 1.3em;
	}

	h4.abt-text {
		font-size: 1.2em;
	}

	h5.w3pvt-title {
		font-size: 1.2em;
	}

	.forgot-w3l.text-right.text-dark {
		text-align: center !important;
	}

	.row.sub-w3l {
		display: block;
		text-align: center;
	}

	.modal-body.bg-theme1 {
		padding: 1rem;
	}
}

@media screen and (max-width: 384px) {
	.banner-text h3 {
		font-size: 1.2em;
	}

	.banner-sign span {
		font-size: 1.5em;
	}

	.banner-sign {
		width: 60px;
		height: 60px;
	}

	h5.w3pvt-title {
		font-size: 1.1em;
	}

	ul.img-grid-list li span {
		font-size: 2.2em;
	}
	.error_banner h5 {
		font-size: 4.5em;
	}
}

@media screen and (max-width: 375px) {
	.banner-text h3 {
		font-size: 1.1em;
	}

	.banner-text p {
		font-size: 0.9em;
	}

	h5.w3pvt-title {
		margin-bottom: 10px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 320px) {
	.timer-wthree li {
		font-size: 12px;
		padding: 0px 10px;
	}

	.banner-text h3 {
		font-size: 1em;
		line-height: 1.5;
	}

	h4.w3pvt-title {
		font-size: 1.5em;
	}

	a.serv_link {
		font-size: 13px;
	}

	h4.abt-text {
		font-size: 1em;
		margin-bottom: 0.8em;
	}

	.header-top p {
		font-size: 12px;
	}

	.timer-wthree li span {
		font-size: 0.95rem;
	}
	.error_banner h4 {
		font-size: 2.2em;
	}
	.error_banner h5 {
		font-size: 3.8em;
	}
}
/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
img.img-responsive {
    max-width: 100%;
}

/* -- //Responsive code -- */

#about::before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#about .container {
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0e6580;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
section#careers {
    background: #3b67b3;
    padding: 60px 0;
	color:white;
}
.cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
 .cta-btn:hover {
    background: #fff;
    border: 2px solid #fff;
	color:black;
}
p.cta-text{
	color:white;
}


.bg-gradient {
background: #C9D6FF;
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
background: linear-gradient(to right, #E2E2E2, #C9D6FF);
} 
.pricing-divider {
border-radius: 20px;
background: #fac960;
padding: 1em 0 4em;
position: relative;
}
.blue .pricing-divider{
background: #fac960; 
}
.green .pricing-divider {
background: #fac960; 
}
.red b {
  color:#C64545
}
.blue b {
  color:#2D5772
}
.green b {
  color:#1AA85C
}
.pricing-divider-img {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
}
.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.btn-custom  {
  background:#3b67b3; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #3b67b3; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; padding: 15px 0 10px 0; }
.box > .icon:hover > .info {  color: white; }
.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }

.title {
    margin-top: 23px;
}
#special{
	background: #e8a530;
}
.card-body{
	height:72%;
	margin-bottom:25px;
}
.button-1 {
    border: 3px solid #fff;
    color: #fff;
}
/* Button 1a */
.button-1a:hover,
.button-1a:active {
    color: #0e83cd;
    background: #fff;
}
.no-touch .note-touch {
    display: none;
}
.color-pattern-1 {
    background: #0e83cd;
}
.color-pattern-2 {
    background: #f06060;
}
.color-pattern-3 {
    background: #fcd04b;
}
.color-pattern-4 {
    background: #CC2E8C;
}
.color-pattern-5 {
    background: #0e83cd;
}

/* General button style (reset) */
.button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
 .card-body{
	height:72%;
	margin-bottom:25px;
}
.w-75{
	width:100%!important;
}
.princing-item{
	margin-bottom: 52px;
}
.img-fluid{
	margin-bottom:25px;
	
}
.pt-lg-5, .py-lg-5{
	padding-top: 3rem !important;
}
.mobile-res-btn{
	margin-bottom:30px;
}
.btn.btn-primary.btn-lg{
	 margin-bottom: 20px;
}
.column{
	margin-left: 32px;
}
.btn.btn-primary.btn-lg{
	width:100% !important;
	margin-left:0px !important;
}
}

/*Remove that CSS*/

    
    .column {
    padding: 3px !important;
    margin-bottom: 15px;
}
.foot-one{
	background: #3b67b321;
	margin-top:50px;
}
hr{
	    background: #3b67b3;

}
.head-decoration {
    background: linear-gradient(to right, rgb(41, 128, 185), rgb(25, 195, 255), rgb(255, 255, 255));
    padding: 7px 7px 7px 7px;
    color: white;
    font-family: cursive;
}
.event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time {
			width: 100px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > img{
			width: 160px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
		
	}


.item {
            background: #333;
            text-align: center;
            height: 300px;
        }

.carousel {
  /* padding: 20px; */
  perspective: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel > * {
  flex: 0 0 auto;
}
.carousel figure {
  margin: 0;
  width: 40%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.carousel figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
.carousel figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel nav {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.carousel nav button {
  flex: 0 0 auto;
  margin: 0 5px;
  cursor: pointer;
  color: #333;
  background: none;
  border: 1px solid;
  letter-spacing: 1px;
  padding: 5px 10px;
}



.bg-theme22 {
    background: #e9e9e9 !important;
}

.w3l-features-8 .float-lt.feature-gd {
    padding: 35px 11px;
    background-color: #cddff3;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    text-align: left;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 3%);
    height: 70%;
}
.w3l-features-8 {
    background: var(--bg-lightgrey);
}
.features.py-5 {
    padding-top: 0rem !important;
	padding-bottom:0rem !important;
}