@import url('https://fonts.googleapis.com/css?family=Poppins');
body {
	font-family: 'Poppins';
	color: #6A7C92;
    font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 31px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6A7C92;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/*=================================
	IMAGE
==================================*/

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignnone {
  clear: both;
}
/*=================================
	PADDING
==================================*/
.p20 {
	padding: 20px 0;
}
.p40 {
	padding: 40px 0;
}
.p60 {
	padding: 60px 0;
}
.p80 {
	padding: 80px 0;
}
.p100 {
	padding: 100px 0;
}
.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}

/*=================================
	MARGIN
==================================*/
.m20 {
	margin: 20px 0;
}
.m40 {
	margin: 40px 0;
}
.m60 {
	margin: 60px 0;
}
.m80 {
	margin: 80px 0;
}
.m100 {
	margin: 100px 0;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}

/*=================================
	LINE HEIGHT
==================================*/
.l10 {
	line-height: 20px !important;
}
.l20 {
	line-height: 20px !important;
}
.l30 {
	line-height: 30px !important;
}

.l40 {
	line-height: 40px !important;
}

.l50 {
	line-height: 50px !important;
}

/*=================================
	TOP
==================================*/
.top {
	display: block;
	border-bottom: 1px solid #d7e1e7;
	background-color: #eff4f7;
	color: #999 ;
}
.top i {
	color: #666;
}

.contact-details ul {
	padding: 0px;
	margin-left: 0px
}
.contact-details li:first-child {
    border-left: 1px solid #E2E6E7;
}
.contact-details li {
    float: left;
    border-right: 1px solid #E2E6E7;
    font-family: 'Poppins';
    font-weight: 500;
    color: #999;
    line-height: 20px;
    padding: 15px 20px;
		list-style-type: none;
}
.contact-details a {
	color: #999 ;
	text-decoration: none;
	font-weight: bold;
}
.contact-details a:hover {
	color: #666 ;
	text-decoration: none;
	font-weight: bold;
}
.book-service {
    background: rgb(5,23,71);
    background: linear-gradient(35deg, rgba(5,23,71,1) 0%, rgba(44,44,44,1) 69%);
	color: #fff;
	line-height: 20px;
    padding: 15px 20px;
	text-align: right;
}

a.book-service {
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
}
a:hover.book-service {
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	background: rgb(5,23,71);
	background: linear-gradient(35deg, rgba(44,44,44,1)  0%, rgba(5,23,71,1) 69%);
}
.offcanvas-footer .book-service {
	width: 100%;
  display: table;
}
.offcanvas-footer .details {
	padding: 15px 20px;
  color: #999;
	text-align: center;
}
.offcanvas-footer .details i {
	color: #666;
}

/*=================================
	NAVIGATION
==================================*/

@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : white;
  }
}

@media (max-width : 992px) {
  .offcanvas {
    width : 360px !important;
  }

  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }

}

.btn-grey {
	background: #ccc;
}

.btn-grey:hover {
	background: #999;
}
.offcanvas-footer {
	background: #eff4f7;
}

.border-bottom {
	border-left: 1px solid #d7e1e7;
}

.page-style {
	padding: 60px 0px;
	background: #fff;
	
}

/*=================================
	BREADCRUMB
==================================*/

.page-header-bg {
	background: rgb(5,23,71);
	background: linear-gradient(35deg, rgba(5,23,71,1) 0%, rgba(44,44,44,1) 69%);
	color: #f4f4f4;
}	
.page-header-inner {
	background: url(../img/header-bg.svg) left no-repeat;
	padding: 75px 0px 0px;
}


.page-header-bg h1 {
	font-weight: bold;
	position: relative;	
}
.page-header {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.breadcrumbs {
	padding-bottom: 100px;
}
.breadcrumbs a {
	color: #BCCFE2;
	text-decoration: none
}
.breadcrumbs a:hover {
	color: #6A7C92;
	text-decoration: none
}





/*===========================
  ABOUT US
===========================*/
.bg-grey {
  background: #EFF2F9;	
}
.bg-white {
  background: #FFFFFF;	
}
.about-section {
  padding: 180px 0;
  position: relative;
}
.about-section-white {
  padding: 180px 0;
  position: relative;
	text-align: justify;
}

/*===== All Section Title Style =====*/
.section-title span {
  font-size: 25px;
  font-weight: 700;
  color: #414144;
  margin-bottom: 5px;
}
.section-title h2 {
	color: #051747;
	font-size: 33px;
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 20px;
  }
}

.section-title h2 {
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section-title h2 {
    line-height: 41px;
  }
}
.section-title p {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section, .about-section-right {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .about-section, .about-section-right {
    padding: 120px 0;
  }
}

.about-section-right {
    padding: 240px 0;
    position: relative;
}

.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-section-right .about-img-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-section-right .about-img-wrapper,
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
	.about-section-right .about-img-wrapper,
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}
.about-section-right .about-img-wrapper img ,
.about-section .about-img-wrapper img {
  width: 100%;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: -webkit-gradient(linear, right bottom, left top, from(#3763eb), to(#6f58e8));
  background: linear-gradient(to top left, #3763eb 0%, #6f58e8 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
  margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: #051747;
  margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.about-section .about-content ul {
	padding-left: 20px;
}
.about-section .about-content li {
	list-style: circle;
}
.counter p {
	text-align: left !important;
}
/*===========================
  SERVICES
===========================*/
.services {
	padding: 120px 0px;
}
.services h2 {
	text-align: center;
	color: #414144;	
	padding-bottom: 20px;	
}
.services h5 {
	text-align: center;
	color: #051747;
	padding-bottom: 20px;	
}
.services p {
	text-align: center;
}
.home-services p {
	text-align: left;	
}
.home-services {
	border: 1px solid #cccccc;
	margin-left: 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
	padding: 20px;
	min-height: 270px;
}
.home-services:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
	box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.home-services h6 {
    color: #051747;
    padding: 10px 0px;
}

.services-options{
	border: 1px solid #cccccc;
	margin-left: 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
	padding: 20px;
	min-height: 700px;
}
.services-options:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
	box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}
.about-content-wrapper h5,
.services-options h3 {
	color: #051747;
	padding-bottom: 20px;	
}
.services-options h4 {
	color: #414144;	
	padding-bottom: 20px;		
}
.about-content-wrapper ul,
.services-options ul {
	padding-left: 20px;
	padding-bottom: 20px;
}
.about-content-wrapper li,
.services-options li {
	list-style-type: disclosure-closed;
}
.about-content-wrapper p,
.services-options p {
	text-align: justify;
}
/*=================================
	TESTIMONIAL
==================================*/
.home-testimonial-inner h5 {
	padding-bottom: 20px;
}
.tss-wrapper .author-name {
	color: #f4f4f4;
}
.home-testimonial {
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
	z-index: 3;
	top: -60px;
}
.home-testimonial-inner {
	background: rgb(5,23,71);
	background: linear-gradient(35deg, rgba(5,23,71,1) 0%, rgba(44,44,44,0.7) 69%);
	padding: 80px;
	color: #FFFFFF;
	text-align: center;
}
.tss-wrapper .tss-layout3 .profile-img-wrapper, .tss-wrapper .tss-isotope1 .profile-img-wrapper, .tss-wrapper .tss-carousel3 .profile-img-wrapper {
    display: none !important;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper {
	background: transparent !important;
	color: #f4f4f4;
}
/*=================================
	BLOG HOME
==================================*/
.home-blog {
	padding: 80px 0px;
}
.home-blog h5 {
	color: #051747;
	text-align: center;
	padding-bottom: 20px;
}
.home-blog h2 {
	color #414144;
	text-align: center;
}
/*=================================
	CONTACT PAGE
==================================*/
.contact-page {
  position: relative;
  z-index: 3;
	padding: 60px 0px;
}
.contact-form-wrapper:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
	box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}
.contact-form-wrapper {
	padding: 50px 40px;
	background: #fff;
	border: 1px solid #F4EEFB;
	margin-left: 0px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.contact-item-wrapper .contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #F4EEFB;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.contact-item {
	margin-bottom: 20px;
	display: flex;
}
.contact-item-wrapper .contact-item .contact-content {
    margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.contact-item-wrapper .contact-item {
		padding: 20px;
	}
}
.contact-icon {
  margin-right: 30px;
}
.contact-item .contact-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#051747), to(#2c2c2c));
	background: linear-gradient(#051747 0%, #2c2c2c 100%);
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.contact-content h4 {
	font-size: 20px;
	font-weight: bold;
	color: #051747;
	margin-bottom: 10px;
}

.contact-times {
	color: #051747;
}
.map {
	width: 100%;
}


/*=================================
	BLOG
==================================*/
.blog-single,
.blog {
	padding: 60px 0px;
}
.blog p {
	text-align: justify;
}
.blog-single p {
	text-align: justify;
	padding-bottom: 20px;
}
.blog .single-tags a {
	color: #051441;
	font-size: 18px;
	text-decoration: none;
}	
	
.single-blog {
	border-radius: 10px;
	background: #fff;
	border: 1px solid #F4EEFB;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-blog:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
	box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}
.single-blog .blog-img {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.single-blog .blog-img a {
	display: block;
	overflow: hidden;
}
.single-blog .blog-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-blog:hover .blog-img img {
	-webkit-transform: scale(1.3) rotate(-7deg);
	transform: scale(1.3) rotate(-7deg);
}
.single-blog .blog-content {
	padding: 20px;
}
.blog-content a {
	text-decoration: none;
}
.single-blog .blog-content h4 {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 24px;
	text-decoration: none;
	color: #6A7C92;
	min-height: 60px;
}
.blog-single h5 {
	font-weight: bold;
}
.single-blog .blog-content h4:hover {
	text-decoration: none;
	color: #ce5300;
}

.single-blog .blog-content .read-more-btn {
	display: inline-block;
	font-size: 18px;
	color: #6A7C92;
	text-decoration: none;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-blog .blog-content a.read-more-btn:hover {
	text-decoration: none;
	color: #ce5300;
}

ul.page-numbers {
	padding-left: 0px;
	text-align: center;
}
.page-numbers li {
	list-style-type: none;
	display: inline;
}
.page-numbers .current {
	background: #EFF2F9;
	color: #6A7C92;
	border: 1px solid transparent;
	text-align: center;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.page-numbers a {
	color: #6A7C92;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6900), to(#ce5300));
	background: linear-gradient(#ff6900 0%, #ce5300 100%);
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.page-numbers a:hover {
	color: #fff;
	border: 1px solid transparent;
	text-align: center;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff !important;
	-webkit-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45) !important;
	box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45) !important;
}

.single-blog-img {
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.single-blog-img img {
    border-radius: 10px;
		max-height: 515px;
		width: 100%;
}

.single-blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*=================================
	WIDGETS
==================================*/
.Widget {
	padding: 30px;
	border: 1px solid #F4EEFB;
	border-radius: 10px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 20px;
}
.Widget:hover {
	-webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
	box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}
.Widget h2 {
	font-weight: bold;
}
a.tag-cloud-link  {
	display: inline-block;
	margin: 0.125rem;
	padding: 0.4375rem;
	background: #EFF2F9;
	transition: all 0.1s ease-in-out;
	color: #6A7C92;
	border-radius: 30px;
	text-decoration: none;
  font-weight: bold;
}

a.tag-cloud-link:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6900), to(#ce5300));
    background: linear-gradient(#ff6900 0%, #ce5300 100%);
    color: #fff;
}
.Widget dt a {
	color: #051441;
font-size: 18px;
text-decoration: none;
}
.Widget dd a {
	color: #051441;
	text-decoration: none;
	margin-left: 5px;
}
/*=================================
	BUTTONS
==================================*/

.btn-more {
  background: rgb(5,23,71);
  background: linear-gradient(35deg, rgba(5,23,71,1) 0%, rgba(44,44,44,1) 69%);
	color: #fff;
	line-height: 20px;
	padding: 15px 40px;
	font-weight: bold;
	border-radius: 50px;
	text-align: center;
}
.btn-more a {
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
}
.btn-more:hover {
	color: #fff !important;
	text-decoration: none;
	background: rgb(5,23,71);
	background: linear-gradient(35deg, rgba(44,44,44,1)  0%, rgba(5,23,71,1) 69%);
}
/*=================================
	FOOTER
==================================*/

footer {
 padding-top: 120px;
 color: #fff;
}
.footer {
 background: #051747;
 background: -moz-linear-gradient(45deg, #051747 0%, #2c2c2c 100%);
 background: --2-gradient(left bottom, right top, color-stop(0%, #051747), color-stop(100%, #2c2c2c));
 background: -webkit-linear-gradient(45deg, #051747 0%, #2c2c2c 100%);
 background: -o-linear-gradient(45deg, #051747 0%, #2c2c2c 100%);
 background: -ms-linear-gradient(45deg, #051747 0%, #2c2c2c 100%);
 background: linear-gradient(45deg, #051747 0%, #2c2c2c 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#051747', endColorstr='#2c2c2c', GradientType=1 );
}

.footer .footer-heading {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
	padding-top: 20px;
}
.footer-times {
	color: #999;
}
.footer a {
  color: #999;
	text-decoration: none;
}
.footer-09 a:hover {
  color: #fff;
}
.footer ul.menu {
	padding-left: 0px;
}
.footer li.menu-item  {
	list-style-type: none;
}
.footer hr {
	margin: 120px 0 0 !important;
}
.footer .copyright {
	padding: 60px 0px;
}
