@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* Preloader */
.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #fff;
    border-radius: 40px;
    display: block;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 60px;
    z-index: 10;
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


#scrollUp {
	right: 10px;
	z-index: 33;
	bottom: 10px;
	text-align: center;
}
#scrollUp i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: transparent;
	background: #fff;
	border-radius: 3px;
	font-size: 19px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	color: #fff;
	box-shadow: 0px 4px 19px #00000038;
}
#scrollUp i:hover{
	background:#fff;
	color:#333;
}


/*======================================
	Start Header CSS
========================================*/
.site-header {
	position: relative;
}
.site-header .logo{
	margin-top:5px;
	max-width: 120px;
}
.site-header .header-bottom {
	width: 100%;
	z-index: 333;
	background:#fff;
}

/* Topbar */
.site-header .topbar{
	background-color: #0066cc;
	border-bottom:1px solid #0066cc;
	padding:10px 0;
}
.site-header .topbar p{
	color: #fff;
	font-weight: 600;
	
}

/* Main Menu */
.site-header .main-menu {
	background:transparent;
	z-index: 99;
	text-align: center;
	position:relative;
}

.site-header .navigation {
	display: inline-block;
	float: right;
}
.site-header .nav li{
	position:relative;
	margin-right:10px;
}
.site-header .nav li a {
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	font-weight: 700;
	position: relative;
	padding: 30px 15px;
	z-index:3;
}

.site-header .nav li:hover a:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.site-header .nav li:hover a{
	color:#0066cc;
}
.site-header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.site-header .nav li.active a{
	color:#0066cc;
}
.site-header .nav li a i{
	margin-left:10px;
	font-size:15px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.site-header .nav li a:hover{
	color:#0066cc ;
}
.site-header .nav li:hover a i{
	transform:rotate(180deg);
}
/* Header Sticky */
.site-header.sticky .header-bottom{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.5s;
	box-shadow:0px 0px 13px #00000054;
}
/*======================================
   End Header CSS
========================================*/  



/*======================================
    Start Hero Area CSS
========================================*/  
.hero-header {
	width: 100%;
	height: 70vh;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size:cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	position:relative;
	
}
.hero-header-content {
	padding: 60px 40px;
	display: block;
	display: inline-block;
	margin: 20% 0;
	width: 100%;
	border-radius: 5px;
	opacity: 0.9;
	text-align: center;
}
.hero-grid {
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
}
.hero-header-content p {
	text-align: center;
	color:#fff;
	margin-top:20px;
	font-size: 20px;
}
.hero-header h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	text-align: center;
	color: #fff;
}

.hero-header .hero-header-image{
	margin-top:80px;
}
.hero-header .hero-header-image img{}
.hero-header input {
	display: inline-block;
	width: 240px;
	height: 50px;
	border: none;
	background: #fff;
	color: #333;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 14px;
	padding: 0px 20px;
	font-weight: 400;
}



/*======================================
   Start services Area CSS
========================================*/
.services-area .section-title h2{
	color: #fff;
}

span.line {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: -15px auto 18px;
}
span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #0066cc;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}

span.line2 {
    background-color: #ddd;
    height: 1px;
    width: 28%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: -15px auto 18px;
}
span.line2:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #fff;
    top: -2px;
    border-radius: 30px;
    left: 50%;
    margin-left: -28px;
}

.sub-header{
	margin: 0 0 15px 0;
}
.services-area .info-text {
	position: relative;
	top: 10%;
	transform: translateY(-10%);
}

.services-area .info-text p {
	color: #fff;
	font-size: 16px;
}
.services-area .short-title{
	color:#fff;
}
.services-area .main-title {
	margin: 5px 0 10px 0;
}

.more-services {
  padding: 80px 0 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	margin-bottom: 20px;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #fff;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

.course {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 30px;
	margin-top: 30px;
	
}
.course .desc, .course .course-img {
  width: 50%;
  display: inline-block;
	
}
@media screen and (max-width: 768px) {
  .course .desc, .course .course-img {
    width: 100%;
  }
}
.course .course-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .course .course-img {
    height: 270px;
  }
}
.course .desc {
  padding: 1.7em;
  background: #fafafa;
}
.course .desc h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0066cc;
}
.course .desc h3 a {
  color: #000;
}
.course .desc .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}



.course:hover .course-img {
  -webkit-box-shadow: inset -70px 0px 77px 11px rgba(0, 102,204, 0.74);
  -moz-box-shadow: inset -70px 0px 77px 11px rgba(0, 102,204, 0.74);
  box-shadow: inset -70px 0px 77px 11px rgba(0, 102,204, 0.74);
}
/*======================================
   End services Area CSS
========================================*/
.xtra-benefits {
	background: url("../img/xtra.jpg");
	height: 50vh;
	 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xtra-benefits .darkness{
	width: 100%;
	height: 100%;
	background-color: rgba(0,102,204,0.6);
	padding: 90px 0;
}

.xtra-benefits h2{
	color: #fff;
}

.xtra-benefits p{
	color: #fff;
	font-size: 2em;
	text-align: center;
	margin-top: 30px;
}


/*===================================
	11. Start Testimonials CSS
=====================================*/
.testimonials{
	background:#F5F8FF;
	position:relative;
}
.testimonials .single-testimonial {
	text-align: left;
	padding: 40px 40px 50px 40px;
	margin-bottom: 27px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 12px 20px;
	box-shadow: 0px 0px 10px #00000017;
	background: #fff;
	border-radius: 5px;
	position:relative;
	overflow:hidden;
}
.testimonials .single-testimonial:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:3px;
	width:0%;
	background:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.testimonials .single-testimonial:hover:before{
	width:100%;
	opacity:1;
	visibility:visible;
}
.testimonials .single-testimonial p {
	color: #333;
	font-size: 16px;
	font-weight: 300;
}
.testimonials .single-testimonial .bottom{
	position:relative;
	padding-left:90px;
	margin-top:40px;
}
.testimonials .single-testimonial img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -13px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.testimonials .single-testimonial .name {
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 17px;
}
.testimonials .single-testimonial .name span {
	display: block;
	font-size: 13px;
	color: #888;
	font-weight: 400;
	margin-top: 3px;
	text-transform: capitalize;
}


/*======================================
	Start Clients CSS
========================================*/  
.clients.title-line{
	margin-bottom:40px;
}
.clients img {
	width: auto;
	max-height: 120px;
	margin-bottom: 20px;
}
/*======================================
	End Clients CSS
========================================*/ 

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/

.benefits{
	background:rgba(239,239,239,0.9);;
}

.benefits .icon-box {
  text-align: center;
  border: 1px solid #fff;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #0066cc;
  margin-bottom: 20px;
}
.benefits .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.benefits .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.benefits .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
	color: #fff;
}

.benefits .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
	color: #fff;
}
.benefits .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.benefits .icon-box:hover h4 a, .benefits .icon-box:hover .icon i {
  color: #fff;
}
.benefits .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us {
	padding: 80px 0;
}

.about-us .box {
  padding: 20px;
  background: #fff;
  text-align: left;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 100%;
 margin-bottom: 40px;
}
.about-us .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
	text-align: center;
}
.about-us .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.about-us .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.about-us .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.about-us .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.about-us .box ul li {
  padding-bottom: 16px;
}
.about-us .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}
.about-us .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}


.about-us .featured h3 {
  color: #fff;
  background: #0066cc;
}

.about-us .featured p {
  font-size: 16px;
}

.about-us .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  color: #fff;
}

/* Blog Newslatter CSS */
.main-sidebar .newsletter{
	
}
.main-sidebar .newsletter .letter-inner {
	position:relative;
	padding: 35px 30px;
	box-shadow: 0px 0px 12px #00000014;
	z-index:2;
	overflow:hidden;
}
.main-sidebar .newsletter .letter-inner h4 {
	text-transform: capitalize;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.main-sidebar .newsletter .letter-inner p{
	margin-bottom: 20px;
}
.main-sidebar .newsletter .letter-inner .form-inner{
	position:relative;
}
.main-sidebar .newsletter .letter-inner input {
	width: 100%;
	height: 45px;
	background: #fff;
	border: none;
	border: 1px solid #ddd;
	padding: 0px 60px 0px 20px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	border-radius: 5px;
}
.main-sidebar .newsletter .letter-inner .form-inner a {
	height: 42px;
	width: 100%;
	background: #fff;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 42px;
	margin-top: 10px;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 5px;
}
.main-sidebar .newsletter .letter-inner .form-inner a:hover{
	background:#0661D9;
	color:#fff;
}
/* Blog Single CSS */
.blog-single{
	background:#fff;
	padding:70px 0 100px;
}
.blog-single .blog-single-main {
	margin-top: 30px;
	background: #fff;
}
.blog-single .blog-detail {
	background: #fff;
}
.blog-single .image{
	position:relative;
}
.blog-single .image img{
	width:100%;
	height:100%;
}
.blog-single .blog-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 40px 0 15px 0;
}
.blog-single .blog-meta {
	margin-bottom: 0;
	overflow: hidden;
	border-bottom: 1px solid #dddddd6e;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.blog-single .blog-meta .author i {
	color: #fff;
	margin-right: 10px;
	font-size: 13px;
}
.blog-single .blog-meta .author a {
	font-size: 13px;
	border-right: 1px solid #ddd;
	padding: 0px 15px;
	font-weight: 500;
	color: #888;
}
.blog-single .blog-meta .author  a:first-child{
	padding-left:0;
}
.blog-single .blog-meta .author  a:last-child{
	padding-right:0;
	border:none;
}
.blog-single .blog-meta span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.blog-single .blog-meta span a i {
	margin-right: 10px;
	color: #fff;
}
.blog-single .blog-meta span a:hover{
	color:#fff;
}
.blog-single .content p {
	margin-bottom: 25px;
	line-height: 26px;
}
.blog-single .content p:last-child{
	margin:0;
}
.blog-single blockquote {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	padding-left: 20px;
	padding: 10px 20px;
	background: #F6F6F6;
	padding: 30px 40px 30px 70px;
	color: #555;
	border: none;
	margin-bottom: 25px;
	border-left: 3px solid #fff;
}
.blog-single blockquote i {
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 20px;
}
.blog-single .content .img-post{
	margin-bottom: 25px;
}
.blog-single .share-social .content-tags {
	position: relative;
	margin-top: 25px;
}
.blog-single .share-social .content-tags h4 {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 15px;
	font-weight: 500;
}
.blog-single .share-social .content-tags .tag-inner{
	padding-left:60px;
}
.blog-single .share-social .content-tags .tag-inner li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.blog-single .share-social .content-tags .tag-inner li:last-child{
	margin-right: 0px;
	margin-bottom: 0px;
}
.blog-single .share-social .content-tags .tag-inner li a {
	border-radius: 30px;
	padding: 5px 15px;
	background: #f4f7fc;
	font-size: 13px;
	font-weight: 500;
	color:#
}
.blog-single .share-social .content-tags .tag-inner li a:hover{
	color:#fff;
	background:#fff;
}
/* Comments */
.blog-single .comments{
	margin-top:40px;
}
.blog-single .comments .comment-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.blog-single .comments .comment-title:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background:#fff;
}
.blog-single .comments{
	
}
.blog-single .comments .single-comment {
	position: relative;
	margin-bottom: 40px;
	border-radius: 5px;
	padding-left: 95px;
}
.blog-single .comments .single-comment.left{
	margin-left:110px;
}
.blog-single .comments .single-comment img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
}
.blog-single .single-comment .content {
	
}
.blog-single .single-comment .content h4 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	margin-bottom: 18px;
	text-transform: capitalize;
}
.blog-single .single-comment .content h4 span {
	display: inline-block;
	font-size: 13px;
	color: #8D8D8D;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
}
.blog-single .single-comment .content p {
	color: #666;
	font-weight: 400;
	display: block;
	margin: 0;
	margin-bottom: 20px;
	line-height: 22px;
}
.blog-single .single-comment .content .button{}
.blog-single .single-comment .content .btn {
	display: inline-block;
	color: #666;
	font-weight: 400;
	color: #333;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 14px;
	background: transparent;
	padding: 0;
}
.blog-single .single-comment .content .btn:hover{
	color:#fff !important;
}
.blog-single .single-comment .content .btn:before{
	display:none;
}
.blog-single .single-comment .content a i{
	display:inline-block;
	margin-right:5px;
}
.blog-single .single-comment .content a:hover{
	color:#fff;
}
/* Comment Form */
.blog-single .reply form {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 10px;
}
.blog-single .reply .reply-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.blog-single .reply .reply-title:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background:#fff;
}
.blog-single .reply .form-group {
	margin-bottom: 20px;
}
.blog-single .reply .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}
.blog-single .reply .form-group textarea {
	width: 100%;
	height: 200px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}
.blog-single .reply .form-group label {
	color: #333;
	position: relative;
}
.blog-single .reply .form-group label span {
	color:#ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.blog-single .reply .button {
	text-align: left;
	margin-bottom:0px;
}
.blog-single .reply .button .btn {
	height: 50px;
	border: none;
}
/*======================================
   End Blog CSS
========================================*/

/*======================================
	Contact CSS
========================================*/
.contact-us {
	position: relative;
	background:#F5F8FF;
}
.contact-us .contact-head{
	background:#fff;
	border-radius:10px;
	overflow:hidden;
}
.contact-us .title{
	margin-bottom: 30px;
}
.contact-us .title h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #fff;
}
.contact-us .title h3 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
}
.contact-us .single-head {
	padding: 50px;
	height: 100%;
	background-image:url('../img/contact-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	z-index:5;
}
.contact-us .single-head.overlay:before{
	background: #fff;
	opacity:0.6;
	z-index:-1;
}
.contact-us .single-info {
	text-align: left;
	margin-bottom:30px;
}
.contact-us .single-info i {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	background:#fff;
}
.contact-us .single-info ul li:last-child{
	margin-bottom:0;
}
.contact-us .single-info ul li{
	color:#fff;
	font-weight:500;
}
.contact-us .single-info ul li a{
	font-weight:400;
	color:#fff;
}
.contact-us .single-info ul li a:hover{
	color:#fff;
}
.contact-us .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
}
.contact-us .single-info .title span{
	display:block;
	font-size:14px;
	margin-top:8px;
	font-weight:500;
}
.contact-us .form-main {
	padding: 50px;
}
.contact-us .form .form-group input {
	height: 48px;
	line-height: 48px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
	border-radius:5px;
}
.contact-us .form .form-group textarea {
	height: 180px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #333;
	border-radius: 0px;
	resize: none;
	font-weight:400;
	border-radius:5px;
}
.contact-us .form .form-group label {
	color: #333;
	position: relative;
}
.contact-us .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.contact-us .form .button {
	margin:0;
}
.contact-us .form .button .btn {
	height: 50px;
	border: none;
}
/*======================================
	End Contact CSS
========================================*/

/*=============================
	Start Get Started CSS
===============================*/
.get-started{
	text-align:center;
	background: linear-gradient(45deg,#fff,#1407b3);
}
.get-started .small-title {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.get-started .main-title {
	font-size: 38px;
	color: #fff;
	font-weight: 400;
	margin: 30px 0 30px 0;
	display: block;
}
.get-started .des{
	font-size:15px;
	color:#fff;
	font-weight:500;
}
.get-started .btn {
	background: #fff;
	margin-top: 40px;
	font-size: 14px;
	color: #fff;
	border: 1px solid transparent;
	font-weight: 600;
}
.get-started .btn:hover{
	border-color:#fff;
	color:#fff;
	background:transparent;
}
/*=============================
	End Get Started CSS
===============================*/



/*======================================
	Start Error 404 CSS
========================================*/ 
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #fff;
	font-weight: 700;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
}
.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight:400;
	font-size:14px;
}
.error-page .search-form input:hover{
	padding-left:35px;
}
.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -2px;
}
.error-page .search-form .btn i{
	font-size:16px;
}
.error-page .search-form .btn:hover{
	background:#333;
}
/*======================================
	End Error 404 CSS
========================================*/ 

/*======================================
	Start Mail Success CSS
========================================*/ 
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #fff;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
/*======================================
	End Mail Success CSS
========================================*/ 

/*=============================
	Start Footer CSS
===============================*/
.footer{
	background-color: #0066cc;
	border-top:1px solid #fff;
	padding:70px 0 25px 0;
}
.footer li {
	margin-bottom: 5px;
	list-style: none;
}
.footer p {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: unset;
	color: #fff;
	margin-bottom: 0.3rem;
}
.footer p a{
	color:#fff;
}
.footer .single-footer.f-link li a {
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.footer .single-footer.f-link li a:hover{
	color:#fff;
	padding-left:7px;
}
.footer h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 20px;
}
.footer h6 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin: 5px 0;
}
.footer .nav-item {
	max-width: fit-content;
}
.footer .footer-social {
	display:block;
	margin-top:10px;
}
.footer .footer-social li{
	display:inline-block;
	margin-right:15px;
}
.footer .footer-social li a{
	color:#fff;
}
.footer .footer-social li a:hover{
	color:#fff;
}
.footer .copyright {
	padding-top: 30px;
	border-top: 1px solid #fff;
	margin-top: 30px;
}

.footer .cbtn{
	background-color: #fff;
	color: #0066cc;
	font-weight: 600;
}

.footer .cbtn:hover{
	background-color: #555353;
	color: #fff;
}

/*=============================
	End Footer CSS
===============================*/

/*======================================
	Start Team CSS
========================================*/  
.team .title-line{
	margin-bottom:40px;
}
.team .single-team {
	margin-top: 30px;
	position:relative;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
	display: inline-block;
	overflow:hidden;
	text-align:center;
}
.team .single-team .info-head {
	padding: 35px 30px;
	background:#F5F8FF;
	position:relative;
	z-index:2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	
}

.team .single-team .info-head p{
	text-align: left;
	font-size: 16px;
	
}

.team .single-team .info-head:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:0%;
	width:100%;
	background:#0066cc;
	z-index:-1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team .single-team:hover .info-head:before{
	opacity:1;
	visibility:visible;
	height:100%;
}
.team .single-team:hover .info-head{
	border-color:transparent;
}

.team .single-team:hover .info-head p{
	color: #fff;
}
.team .single-team .image img{
	height:100%;
	width:100%;
}
.team .single-team .info-box {
	text-align:center;
}
.team .single-team .info-box .name {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #0066cc;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform:capitalize;
}
.team .single-team:hover .info-box .name{
	color:#fff;
}
.team .single-team .info-box .name a{
	font-weight: 400;
}
.team .single-team:hover .info-box .name a{
	color:#fff;
}
.team .single-team .info-box .designation{
	color:#aaa;
	font-size:13px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team .single-team:hover .info-box .designation{
	color:#fff;
}
/*======================================
	End Team CSS
========================================*/ 


.equal-height {
	display: flex;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}


.portfolio-details .portfolio-info h2 {
margin-bottom: 15px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
}


.portfolio-details .portfolio-info a {
  color: #fff;
	font-weight: 700;
}
 
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 14px;
}

.portfolio-details .portfolio-info p {
  font-size: 14px;
  padding: 0 0 10px;
	text-align: justify;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

.forced_center{
	text-align: center;
}

.themeblue{
	background-color: #0066cc;
}
