* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none !important;
	list-style: none;
}
body {
	color: #00000a;
	line-height: 1.3;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	word-spacing: 1px;
	margin: 0 0 10px 0;
}
/*img {
	width: 100%;
	height: auto;
}*/
span, a, a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.section-head {
	margin-bottom: 50px;
}
.section-head h4 {
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1;
	border-left: 1px solid #eee;
	letter-spacing: 2px;
	font-size: 28px;
	font-weight: 700;
	color:#01325b;
}
.section-head h4:before {
	content: '';
	width: 1px;
	height: 35px;
	background: #01325b;
	position: absolute;
	left: -1px;
	bottom: 0;
}
.section-head h4 span {
	font-weight: 200;
	padding-bottom: 5px;
	color:#7dc51c;
}
.list-group {
	padding-left: 15px;
	margin-bottom:20px;
}
ul.list-group li {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	word-spacing: 1px;
	margin-bottom: 3px;
	list-style: disc;
}
.bg-gray {
	background: #f7f7f7;
}
.bg-gray .owl-theme .owl-dots .owl-dot span {
	background: #777;
}
.o-hidden {
	overflow: hidden;
}
.position-re {
	position: relative;
}
.full-width {
	width: 100% !important;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 80px 0;
}
.feat img {
	width: auto;
	height: auto;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.cd-headline {
	font-size: 3rem;
	line-height: 1.2;
}
 @media only screen and (min-width: 768px) {
 .cd-headline {
 font-size: 4.4rem;
 font-weight: 300;
}
}
@media only screen and (min-width: 1170px) {
 .cd-headline {
 font-size: 6rem;
}
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}
/* xclip */
.cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
 .cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
 position: absolute;
 top: 10%;
 right: 0;
 width: 2px;
 height: 70%;
 background-color: #aebcb9;
}
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline b.is-visible {
	opacity: 1;
	font-weight: 900;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #F7F8FA;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #01325b;
}
/* ----------------------------------------------------------------
     [ End Basic ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 9;
	min-height: 80px;
}
.navbar .icon-bar {
	color: #fff;
}
.navbar .navbar-nav .nav-link {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	letter-spacing: .5px;
	margin: 15px 5px;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.navbar .navbar-nav .active {
	color: #99d801 !important;
}
.nav-scroll {
	background: #fff;
	border-bottom: 1px solid rgba(12, 12, 12, 0.04);
	padding: 0 15px;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
 -webkit-transition: -webkit-transform .5s;
 transition: -webkit-transform .5s;
 transition: transform .5s;
 transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.nav-scroll .icon-bar {
	color: #222;
}
.nav-scroll .navbar-nav .nav-link {
	color: #222;
}
.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #111;
}
.logo {
	padding: 5px 0;/*width: 180px;*/
}
a.logo img {
	height: 72px;
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
	min-height: 100vh;
	overflow: hidden;
}
.header .caption .o-hidden {
	display: inline-block;
}
.header .caption h3 {
	font-weight: 200;
	letter-spacing: 3px;
 -webkit-animation-delay: .2s;
 animation-delay: .2s;
}
.header .caption h1 {
	margin: 10px 0;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
 -webkit-animation-delay: .6s;
 animation-delay: .6s;
}
.header .caption h1 b {
	color: #01325b;
}
.header .caption p {
	font-size: 16px;
	color: #eee;
	word-spacing: 2px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.header .caption .butn {
	padding: 10px 30px;
	border: 1px solid #eee;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	margin: 30px 2px 0;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.header .caption .butn:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .caption .butn:hover {
	border-color: #fff;
}
.header .caption .butn:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.header .caption .butn:hover span {
	color: #1c1c1c;
}
.header .caption .butn span {
	position: relative;
	z-index: 2;
}
.header .caption .butn-bg {
	background: #01325b;
	border-color: #01325b;
}
.header .arrow {
	position: absolute;
	bottom: 5vh;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	z-index: 8;
}
.header .arrow i {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.header .arrow i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: -1;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.header .arrow i:hover:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.slider .arrow, .slider-fade .arrow {
	display: none !important;
}
.slider .owl-item, .slider-fade .owl-item {
	height: 100vh;
	position: relative;
}
.header .caption .o-hidden h1, .header .caption .o-hidden span{
	color: #98d700;
}
.slider .item, .slider-fade .item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
	z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
	position: absolute;
	bottom: 5vh;
	width: 100%;
}
.creative {
	min-height: 100vh;
}
.creative .svg {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.creative .svg svg {
	fill: #fff;
	width: 101%;
}
.bg-vid {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-text {
	font-weight: 200;
	margin-bottom: 25px;
}
.hero .extra-text span {
	font-weight: 700;
}
.hero .item {
	background: #fff;
	text-align: center;
	padding: 30px 15px;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	border-radius: 5px;
	margin-bottom: 30px;
}
.hero .item .icon {
	font-size: 50px;
	margin-bottom: 15px;
	color: #01325b;
}
.hero .item h6 {
	margin-bottom: 15px;
}
.hero .mission p {
	margin-bottom: 30px;
}
.hero .mission i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #01325b;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
}
.hero .mission .small-text {
	margin-left: 10px;
	font-size: 13px;
	color: #666;
}
.hero .skills {
	padding-top: 80px;
}
.hero .skills .prog-item {
	margin-bottom: 25px;
}
.hero .skills .prog-item:last-child {
	margin-bottom: 0;
}
.hero .skills .prog-item p {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 8px;
}
.hero .skills .prog-item .skills-progress {
	width: 100%;
	height: 2px;
	background: #eee;
	border-radius: 5px;
	position: relative;
}
.hero .skills .prog-item .skills-progress span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #01325b;
	width: 10%;
	border-radius: 10px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.hero .skills .prog-item .skills-progress span:after {
	content: attr(data-value);
	position: absolute;
	top: -20px;
	right: 0;
	font-size: 10px;
	color: #777;
}
/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Quote ]
-----------------------------------------------------------------*/
.quote {
	background-attachment: fixed;
}
.quote .quote-text {
	padding: 80px 15px;
}
.quote .icon {
	font-size: 30px;
	margin-bottom: 30px;
}
.quote p {
	font-size: 17px;
	font-style: italic;
}
.quote h5 {
	color: #01325b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin: 15px 0 10px;
}
.quote h6 {
	font-size: 12px;
	color: #ccc;
}
/* ----------------------------------------------------------------
     [ End Quote ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio {
	overflow: hidden;
}
.portfolio .filtering span {
	margin-right: 30px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}
.portfolio .filtering span:last-child {
	margin: 0;
}
.portfolio .filtering .active {
	border-color: #01325b;
	color: #01325b;
}
.portfolio .items {
	margin-top: 30px;
}
.portfolio .item-img {
	position: relative;
	overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img:hover h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img h6 {
	font-weight: 600;
	position: relative;
	margin-bottom: 5px;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
 -webkit-transition: all .5s;
 transition: all .5s;
}
.portfolio .item-img-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.95);
	color: #35424C;
	opacity: 0;
 -webkit-transition: all .5s;
 transition: all .5s;
	z-index: 2;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.portfolio .item-img-overlay a {
	font-size: 30px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
	background-attachment: fixed;
}
.numbers .item .icon {
	font-size: 45px;
	margin-bottom: 10px;
	color: #ccc;
}
.numbers .item h2 {
	font-weight: 800;
	margin-bottom: 15px;
}
.numbers .item h6 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ccc;
}
/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start services ]
-----------------------------------------------------------------*/
.services .item {
	padding: 30px 15px;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	border-radius: 5px;
	margin-bottom: 30px;
}
.services .item .icon {
	font-size: 30px;
	margin-bottom: 15px;
	color: #01325b;
}
.services .item h6 {
	margin-bottom: 15px;
}
/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Services Tabs ]
-----------------------------------------------------------------*/
.serv-tabs {
	background-attachment: fixed;
}
.serv-tabs .content .tab-item {
	display: none;
	position: relative;
}
.serv-tabs .content .curent {
	display: block;
}
.serv-tabs .content .bord {
	padding-right: 30px;
}
.serv-tabs .content .bord:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #01325b;
	position: absolute;
	right: 1px;
	top: 0;
	opacity: .7;
}
.serv-tabs .content .spcial {
	padding-left: 30px;
}
.serv-tabs .content .spcial p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	word-spacing: 1px;
}
.serv-tabs .tabs-icon .item div {
	text-align: center;
	padding: 30px 0;
	background: rgba(70, 70, 70, 0.55);
	margin-top: 50px;
	border-radius: 5px;
	cursor: pointer;
}
.serv-tabs .tabs-icon .item .icon {
	font-size: 30px;
	color: #01325b;
	margin-bottom: 15px;
}
.serv-tabs .tabs-icon .item h6 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.serv-tabs .tabs-icon .active div {
	background: #fff;
}
.serv-tabs .tabs-icon .active h6 {
	color: #111;
}
/* ----------------------------------------------------------------
     [ End Services Tabs ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team .titem .team-img {
	position: relative;
	overflow: hidden;
	/*border-radius: 50%;*/
	width: 270px;/*margin: auto;*/
}
/*.team .titem .team-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}*/
.team .titem img {
 -webkit-transition: all .5s;
 transition: all .5s;
}
.team .titem h6 {
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
	margin: 20px 0 10px;
}
.team .titem span {
	font-size: 14px;
	color: #959595;
	margin:0;
}
.team .titem .social {
	margin: 15px 0;
}
.team .titem .social a {
	margin: 0 5px;
}
/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .item {
	padding: 30px 0;
	background: #fff;
	border-radius: 5px;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.price .item:hover {
	-webkit-box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
	box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
}
.price .type {
	margin-bottom: 30px;
}
.price .type .icon {
	display: none;
	font-size: 45px;
	color: #eee;
	margin-bottom: 10px;
}
.price .type h4 {
	font-size: 25px;
}
.price .value {
	padding: 30px 0;
	position: relative;
}
.price .value:before, .price .value:after {
	content: '';
	background: #eee;
	width: 70%;
	height: 1px;
	position: absolute;
	left: 15%;
}
.price .value:before {
	top: 0;
}
.price .value:after {
	bottom: 0;
}
.price .value h3 {
	display: inline-block;
	padding-right: 10px;
	font-size: 50px;
	font-weight: 800;
	position: relative;
}
.price .value h3 span {
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 0;
}
.price .value .per {
	font-size: 13px;
	color: #777;
}
.price .features {
	padding: 15px 0;
}
.price .features li {
	margin: 15px 0;
	color: #777;
}
.price .order {
	padding-top: 15px;
	position: relative;
}
.price .order:before {
	content: '';
	background: #eee;
	width: 70%;
	height: 1px;
	position: absolute;
	left: 15%;
	top: 0;
}
.price .order a {
	background: #01325b;
	border: 1px solid #01325b;
	color: #fff;
	padding: 10px 30px;
	margin-top: 15px;
	font-weight: 600;
	position: relative;
}
.price .order a:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.price .order a span {
	position: relative;
	z-index: 2;
}
.price .order a:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.price .order a:hover span {
	color: #01325b;
}
.price .active {
	-webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}
/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonails ]
-----------------------------------------------------------------*/
.testimonails {
	background-attachment: fixed;
}
.testimonails h4 span {
	color: #fff;
}
.testimonails .over {
	padding: 80px 15px;
}
.testimonails h5 {
	color: #01325b;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 10px;
}
.testimonails h6 {
	font-size: 12px;
	color: #ccc;
}
.testimonails .owl-theme .owl-dots {
	text-align: right;
	margin-top: 15px !important;
}
/* ----------------------------------------------------------------
     [ End Testimonails ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	border-radius: 5px;
}
.blog .item .post-img {
	position: relative;
	overflow: hidden;
}
.blog .item .post-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog .item .post-img img {
 -webkit-transition: all .5s;
 transition: all .5s;
}
.blog .item .post-img .date {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #111;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
}
.blog .item .post-img .date span {
	display: block;
	font-weight: 700;
	font-size: 12px;
}
.blog .item .content {
	padding: 40px 5px;
	background: #fff;
}
.blog .item .content .tag {
	color: #01325b;
	font-weight: 600;
	margin-bottom: 10px;
}
.blog .item .content h5 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Clients ]
-----------------------------------------------------------------*/
.clients {
	padding: 30px 0;
}
.clients .brand {
	padding: 15px;
	opacity: .5;
}
.clients .brand:hover {
	opacity: 1;
}
/* ----------------------------------------------------------------
     [ End Clients ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact .map {
	padding: 0;
	position: relative;
	z-index: 4;
}
.contact #ieatmaps {
	height: 100%;
}
.contact .info {
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 80px 50px;
	color: #303030;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.contact .info .icon-toggle {
	width: 100px;
	height: 100px;
	background: #111;
	font-size: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 70px);
	right: -10px;
	border-radius: 5px;
	z-index: -1;
	cursor: pointer;
}
.contact .info .icon-toggle i {
	-webkit-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
	position: absolute;
	right: 2px;
	top: 4px;
}
.contact .info .item {
	margin-bottom: 50px;
}
.contact .info .item:last-child {
	margin-bottom: 0;
}
.contact .info .item .icon {
	font-size: 45px;
	float: left;
}
.contact .info .item .cont {
	margin-left: 60px;
}
.contact .info .item .cont h6 {
	font-size: 16px;
	margin-bottom: 5px;
}
.contact .info .item .cont p {
	color: #999;
}
.contact .map-show {
	left: -100%;
}
.contact .map-show .icon-toggle {
	z-index: 2;
 -webkit-transition-delay: .3s;
 transition-delay: .3s;
}
.contact .contact-form {
	padding: 80px 50px;
}
.contact .contact-form input[type='text'], .contact .contact-form input[type='email'], .contact .contact-form textarea {
	width: 100%;
	padding: 10px;
	border: 0;
	background: #f7f7f7;
	border-radius: 5px;
}
.contact .contact-form textarea {
	height: 160px;
	max-height: 160px;
	max-width: 100%;
}
.contact .contact-form button[type='submit'] {
	background: #01325b;
	border: 1px solid #01325b;
	color: #fff;
	padding: 10px 30px;
	margin-top: 15px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}
.contact .contact-form button[type='submit']:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	/*background: #fff;*/
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .contact-form button[type='submit'] span {
	position: relative;
	z-index: 2;
}
.contact .contact-form button[type='submit']:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.contact .contact-form button[type='submit']:hover span {
	color: #01325b;
}
/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Footer ]
-----------------------------------------------------------------*/
footer {
	background: #111;
	padding: 20px 0;
}
footer .social a {
	color: #777;
	font-size: 18px;
	margin: 15px 10px;
}
footer p {
	color: #777;
}
/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 17 Responsive ]
-----------------------------------------------------------------*/

@media screen and (max-width: 991px) {
 .mb-md50 {
 margin-bottom: 50px;
}
 .mb-md30 {
 margin-bottom: 30px;
}
 .mb-md0 {
 margin-bottom: 0;
}
 .navbar .navbar-collapse {
 max-height: 340px;
 overflow: auto;
 background: #111;
 text-align: center;
 padding: 10px 0;
}
 .navbar .nav-link {
 margin: 10px auto !important;
}
 .nav-scroll .navbar-collapse .nav-link {
 color: #fff !important;
}
 .nav-scroll .navbar-collapse .active {
 color: #01325b !important;
}
 .header .caption h2 {
 font-size: 30px;
}
 .header .caption h1 {
 font-size: 50px;
}
 .header .caption p {
 font-size: 16px;
}
 .serv-tabs .content .bord {
 padding-right: 0;
 margin-bottom: 50px;
}
 .serv-tabs .content .bord:after {
 display: none;
}
 .serv-tabs .content .spcial {
 padding-left: 0;
}
 .contact .map {
 height: 500px;
}
 .contact .info .icon-toggle {
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 top: calc(100% - 80px);
 right: calc(50% - 65px);
}
 .contact .info .icon-toggle i {
 -webkit-transform: rotate(-135deg) !important;
 transform: rotate(-135deg) !important;
 right: 4px;
}
 .contact .map-show {
 top: -100%;
 left: 0;
}
.contact .info {
 background: rgba(0, 0, 0, 0.9);
 position: relative;
 width: 100%;
 height: 100%;
 padding: 40px;
 color: #fff;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.contact .info .item {
 margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
	aside.f_widget.about_widget img {
		margin-bottom: 30px;
	}
	.header .caption h1 {
		font-size: 30px;
	}
.m-none {
 display:none;
}
 .mb-sm50 {
 margin-bottom: 50px;
}
 .mb-sm30 {
 margin-bottom: 30px;
}
 .serv-tabs .tabs-icon .item div {
 padding: 15px 0;
}
 .serv-tabs .tabs-icon .item h6 {
 display: none;
}
}
h1 {
	font-size: 55px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 25px;
}
h6 {
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 600;
}
.text-white {
	color: #FFF;
}
.text-black {
	color: #000;
}
.text-extra-dark-gray {
	color: #232323;
}
.text-dark-gray {
	color: #626262;
}
.text-extra-medium-gray {
	color: #757575;
}
.text-medium-gray {
	color: #939393;
}
.text-extra-light-gray {
	color: #b7b7b7;
}
.text-light-gray {
	color: #d6d5d5;
}
.text-very-light-gray {
	color: #ededed;
}
.title-extra {
	font-weight: 800;
	margin-bottom: 15px;
}
.title-extra .icon {
	padding-right: 5px;
}
.title-extra-sm {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.title-extra-sm .icon {
	padding-right: 5px;
}
/*-------------------------------------------------------
          [ font-weight ]
-------------------------------------------------------*/
.fw-100 {
	font-weight: 100 !important;
}
.fw-200 {
	font-weight: 200 !important;
}
.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}
/*-------------------------------------------------------
          [ font-size ]
-------------------------------------------------------*/
.fz-10 {
	font-size: 10px !important;
}
.fz-12 {
	font-size: 12px !important;
}
.fz-14 {
	font-size: 14px !important;
}
.fz-15 {
	font-size: 15px !important;
}
.fz-16 {
	font-size: 16px !important;
}
.fz-18 {
	font-size: 18px !important;
}
.fz-20 {
	font-size: 20px !important;
}
.fz-22 {
	font-size: 22px !important;
}
.fz-25 {
	font-size: 25px !important;
}
.fz-30 {
	font-size: 30px !important;
}
.fz-40 {
	font-size: 40px !important;
}
.fz-50 {
	font-size: 50px !important;
}
/*-------------------------------------------------------
          [ line-height ]
-------------------------------------------------------*/
.line-height-10 {
	line-height: 10px;
}
.line-height-13 {
	line-height: 13px;
}
.line-height-18 {
	line-height: 18px;
}
.line-height-20 {
	line-height: 20px;
}
.line-height-24 {
	line-height: 24px;
}
.line-height-22 {
	line-height: 22px;
}
.line-height-26 {
	line-height: 26px;
}
.line-height-28 {
	line-height: 28px;
}
.line-height-30 {
	line-height: 30px;
}
.line-height-35 {
	line-height: 35px;
}
.line-height-40 {
	line-height: 40px;
}
.line-height-45 {
	line-height: 45px;
}
.line-height-50 {
	line-height: 50px;
}
.line-height-55 {
	line-height: 55px;
}
.line-height-60 {
	line-height: 60px;
}
.line-height-65 {
	line-height: 65px;
}
.line-height-70 {
	line-height: 70px;
}
.line-height-75 {
	line-height: 75px;
}
.line-height-80 {
	line-height: 80px;
}
.line-height-85 {
	line-height: 85px;
}
.line-height-90 {
	line-height: 90px;
}
.line-height-95 {
	line-height: 95px;
}
.line-height-100 {
	line-height: 100px;
}
.line-height-110 {
	line-height: 110px;
}
.line-height-120 {
	line-height: 120px;
}
/*-------------------------------------------------------
          [ text-transform ]
-------------------------------------------------------*/
.text-u {
	text-transform: uppercase !important;
}
.text-l {
	text-transform: lowercase !important;
}
.text-c {
	text-transform: capitalize !important;
}
.text-non {
	text-transform: none !important;
}
.text-i {
	font-style: italic;
}
/*-------------------------------------------------------
          [ letter-spacing ]
-------------------------------------------------------*/
.ls0 {
	letter-spacing: 0px !important;
}
.ls1 {
	letter-spacing: 1px !important;
}
.ls2 {
	letter-spacing: 2px !important;
}
.ls3 {
	letter-spacing: 3px !important;
}
.ls4 {
	letter-spacing: 4px !important;
}
.ls5 {
	letter-spacing: 5px !important;
}
.ls10 {
	letter-spacing: 10px !important;
}

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/

[data-overlay-dark], [data-overlay-light] {
 position: relative;
}
[data-overlay-dark] .container, [data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before, [data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #000;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark] h1, [data-overlay-dark] h2, [data-overlay-dark] h3, [data-overlay-dark] h4, [data-overlay-dark] h5, [data-overlay-dark] h6, [data-overlay-dark] span {
	color: #fff;
}
[data-overlay-dark] p {
	color: #bbb;
}
[data-overlay-dark="0"]:before, [data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before, [data-overlay-light="1"]:before {
	opacity: 0.1;
}
[data-overlay-dark="2"]:before, [data-overlay-light="2"]:before {
	opacity: 0.2;
}
[data-overlay-dark="3"]:before, [data-overlay-light="3"]:before {
	opacity: 0.3;
}
[data-overlay-dark="4"]:before, [data-overlay-light="4"]:before {
	opacity: 0.4;
}
[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
	opacity: 0.5;
}
[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
	opacity: 0.6;
}
[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
	opacity: 0.7;
}
[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
	opacity: 0.8;
}
[data-overlay-dark="9"]:before, [data-overlay-light="9"]:before {
	opacity: 0.9;
}
[data-overlay-dark="10"]:before, [data-overlay-light="10"]:before {
	opacity: 1;
}
/*-------------------------------------------------------
			[ margin-top  (0/100) +5 ]
-------------------------------------------------------*/

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-45 {
	margin-top: 45px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-55 {
	margin-top: 55px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-62 {
	margin-top: 62px !important;
}
.mt-65 {
	margin-top: 65px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-75 {
	margin-top: 75px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-85 {
	margin-top: 85px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-95 {
	margin-top: 95px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
/*-------------------------------------------------------
			[ margin-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-55 {
	margin-bottom: 55px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-62 {
	margin-bottom: 62px !important;
}
.mb-65 {
	margin-bottom: 65px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-75 {
	margin-bottom: 75px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-85 {
	margin-bottom: 85px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-95 {
	margin-bottom: 95px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
/*-------------------------------------------------------
			[ padding-top  (0/100) +5 ]
-------------------------------------------------------*/

.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-45 {
	padding-top: 45px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-55 {
	padding-top: 55px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-65 {
	padding-top: 65px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.pt-75 {
	padding-top: 75px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-85 {
	padding-top: 85px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pt-95 {
	padding-top: 95px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
/*-------------------------------------------------------
		[ padding-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-45 {
	padding-bottom: 45px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-55 {
	padding-bottom: 55px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-65 {
	padding-bottom: 65px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-75 {
	padding-bottom: 75px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-85 {
	padding-bottom: 85px !important;
}
.pb-90 {
	padding-bottom: 90px !important;
}
.pb-95 {
	padding-bottom: 95px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.no-padding {
	padding: 0 !important;
}
/*-------------------------------------------------------
    [ Preloader ]
-------------------------------------------------------*/

.loading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 9999999999999;
}
.loading .middle {
	position: absolute;
	top: 50%;
	width: 100%;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
 left: 6px;
 animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
 left: 6px;
 animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
 left: 26px;
 animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
 left: 45px;
 animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(19px, 0);
}
}
.banner-img {
	position: relative;
	text-align: center;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.centered h1 {
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 0;
	color:#fff;
	text-shadow: 2px 2px #000;
}
/*Footer*/
.footer_area {
	background: #29282e;
	padding:50px 0 0 0;
}
.footer_widget {
	padding-bottom: 50px;
}
.f_title {
	padding-bottom: 25px;
}
.f_title h3 {
	font-size: 16px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	opacity: .6;
	letter-spacing: .32px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 18px;
}
.f_title h3:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #7dc51c;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.about_widget p {
	font-size: 14px;
	line-height: 21px;
	color: #ababab;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: .48px;
	padding: 25px 0px 15px 0px;
}
.about_widget .f_r_link {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #2296d4;
}
.about_widget .f_r_link:hover {
	text-decoration: underline;
}
.f_social {
	margin-top:0;
}
.f_social li {
	display: inline-block;
	margin-right: 22px;
}
.f_social li a {
	color: #7c7c7c;
	font-size: 22px;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
.f_social li:last-child {
	margin-right: 0px;
}
.f_social li:hover a {
	color: #2296d4;
}
.link_widget ul li {
	margin-bottom: 10px;
}
.link_widget ul li a {
	font-size: 13px;
	color: #ababab;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: .32px;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
.link_widget ul li:last-child {
	margin-bottom: 0px;
}
.link_widget ul li:hover a {
	color: #2296d4;
}
.contact_widget .contact_inner .media {
	margin-top: 15px;
}
.contact_widget .contact_inner .media:first-child {
	margin-top: 0px;
}
.contact_widget .contact_inner .media .media-left {
	padding-right:15px;
}
.contact_widget .contact_inner .media .media-left i {
	font-size:18px;
	color: #ababab;
	padding-top:4px;
}
.contact_widget .contact_inner .media .media-body h4 {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	color: #ababab;
	letter-spacing: .32px;
}
.contact_widget .contact_inner .media .media-body p {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #ababab;
	letter-spacing: .32px;
	line-height: 24px;
	margin: 0;
}
.contact_widget .contact_inner .media .media-body a {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #ababab;
	letter-spacing: .32px;
	line-height: 24px;
}
 .contact_widget .contact_inner .media:nth-child(2) .media-body a {
 color: #787878;
 font-size: 14px;
 font-weight: bold;
 font-family: 'Titillium Web', sans-serif;
}
.footer_copyright .footer_copyright_inner {
	overflow: hidden;
	clear: both;
	background: #212025;
}
.footer_copyright {
	overflow: hidden;
	clear: both;
	background:#212025;
	padding:10px 0 2px 0;
	margin-top:40px;
}
.footer_copyright p {
	font-size: 12px;
	color: #989898;
	letter-spacing: .32px;
}
.header-top-area {
	padding: 8px 0;
	background-color: #01325b;
	color: #fff;
}
.white-color {
	color:#fff;
}
.nav-scroll .white-color {
	color:#000;
}
.btn-primary {
    color: #fff;
    background-color: #7dc51c;
    border-color: #7dc51c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #01325b;
    border-color: #01325b;
	outline: none;
	box-shadow: none;
}
.btn-primary:focus {
	outline: none;
	box-shadow: none;
}