/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Project       : Optra - Business and Corporate Template
Last Modified : 31/12/2018;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
				  Table Of Contents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
1. Import Fonts 
2. Reset & Initial Settings 
3. Header
4. Splash
5. Features
6. Services
7. Portfolio
8. Team
9. Statistics
10. Testimonials
11. Pricing Plans
12. Contact
13. Blog
14. Pre Footer
15. Footer
16. Blog Grid Page
17. Blog Details Page
*/

/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600');

/* Reset & Initial Settings  */
* {
	font-family: 'Poppins', sans-serif;
}
body {
	padding: 0;
	margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    background: #fff;	
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
.section-padding {
	padding: 100px 0px;
}
.row {
	margin-bottom: 0;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    opacity:0.8;
    background-color: #EFEFEF;
} 
::-webkit-scrollbar-thumb {
   background-color: #00b9ff; 
}
::-moz-scrollbar {
    width: 10px;
}
::-moz-scrollbar-track {
    opacity:0.8;
    background-color: #fff;
} 
::-moz-scrollbar-thumb {
   background-color: #00b9ff;  
}
::-o-scrollbar {
    width: 10px;
}
::-o-scrollbar-track {
    opacity:0.8;
    background-color: #fff;
} 
::-o-scrollbar-thumb {
   background-color: #00b9ff;  
}
::-ms-scrollbar {
    width: 10px;
}
::-ms-scrollbar-track {
    opacity:0.8;
    background-color: #fff;
} 
::-ms-scrollbar-thumb {
   background-color: #00b9ff;  
}
/* Header */
nav {
	background: #fff;
	border: none;
	box-shadow: none;
	padding: 10px 0px;
	overflow: auto;
	height: auto;
}
.nav-wrapper .logo {
	float: left;
}
.nav-wrapper .logo img {
	height: 30px;
}
nav ul li, nav ul li a {
	color: #1a264c;
	font-weight: 600;
	font-size:14px;
}
nav ul li a:hover {
	background: transparent;
	color: #12a9ff;
}
nav ul li a .desktop-toggle {
	color: #fff;
	background: #12a9ff;
	border-radius: 15px;
}
nav .sidenav-trigger {
	color: #1a264c;
	float: right;
    font-size: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -2px;
}
/* End Header */

/* Splash */
.splash {
	width: 100%;
	background: #eff4f4;
	background-image: url("../images/backgrounds/splash_bg.png");
	background-size: cover;
}
.splash-content {
	width: 100%;
	overflow: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom: 0;
	padding-left: 0;
}
.splash-content h2 {
	color: #1a264c;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.5em;
}
.splash-content p {
	font-size: 16px;
	color: #666a76;
	line-height: 1.8;
	font-weight: 300;
	margin-bottom: 1.924rem;
}
.splash-image {
	width: 100%;
	overflow: auto;
	padding: 0px 23px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}
.splash-image img {
	width: 100%;
	height: auto;
}
.splash-btn {
	float: left;
	color: #fff;
	background: #12a9ff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 7px;
	padding: 12px 25px;
	box-shadow: none;
}
.sub-splash {
	background: #f6fbff;
	background-image: url("../images/backgrounds/sub_splash_bg.png");
	background-size: cover;
}
.sub-splash-content h2 {
	font-size: 35px;
}
.sub-splash-content p {
	line-height: 1.8;
}
/* End Splash */

/* Features */
#features {
	width: 100%;
	overflow: auto;
	background: #fff;
}
.section-heading {
	width: 100%;
	text-align: center;
}
.section-heading h3 {
	color: #1a264c;
	margin: 0;
	font-size: 37px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 150%;
}
.section-heading p {
	font-size: 16px;
	color: #666a76;
	font-weight: 300;
	padding: 0 0;
	line-height: 1.8;
	width: 36em;
	margin: 0 auto;
	margin-bottom: 57px;
}
.section-heading ul {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: center;
	margin-bottom: 40px;
}
.section-heading ul li {
	display: inline-block;
	text-align: center;
	color: #1a264c;
	font-size: 18px;
	font-weight: 500;
	margin-right: 30px;
	cursor: pointer;
}
.section-heading ul li:hover {
	color: #12a9ff;
}
.section-heading ul li.active {
	color: #12a9ff;
}
.feature-item {
	width: 100%;
	overflow: auto;
	box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
	text-align: center;
	padding: 50px 30px; 
	border-radius: 8px;
	background-image: url("../images/backgrounds/feature_item_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 70px;
	cursor: default;
}
.feature-item img {
	width: 100px;
	height: auto;
	margin-top: 15px;
}
.feature-item h3 {
	font-size: 20px;
	color: #1a264c;
	font-weight: 600;
	line-height: 170%;
	margin-top: 25px;
	margin-bottom: 10px;
}
.feature-item p {
	font-size: 15px;
	color: #666a76;
	font-weight: 300;
	line-height: 1.8;
	text-align: center;
}
/* End Features */

/* Services */
#services {
	width: 100%;
	overflow: auto;
	background: #fff;
}
.service-item {
	width: 100%;
	background: #fff;
	padding: 40px 30px;
	text-align: left;
	border-radius: 12px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-item img {
	height: 50px;
	text-align: center;
}
.service-item h3 {
	color: #1a264c;
	font-size: 22px;
	font-weight: 600;
	line-height: 160%;
	margin-top: 25px;
	margin-bottom: 10px;
}
.service-item p {
	font-size: 16px;
	font-weight: 300;
	color: #767676;
	line-height: 1.8;
	margin-bottom: 0;
}
#services .container .row .col-lg-4:nth-last-child(-n+3) .service-item {
    margin-bottom: 0;
}
/* End Services */

/* Start Portfolio */
#portfolio {
	width: 100%;
	overflow: auto;
	background: #fcfdfe;
}
.with-filter p {
	margin-bottom: 40px;
}
.portfolio-items-holder {
	width: 100%;
	overflow: auto;
}
.portfolio-item {
	width: 33.3333333333%;
	overflow: auto;
	height:auto;
	background: transparent;
	float: left;
	position: relative;
}
.portfolio-item img.portfolio-image {
	width: 100%;
	height: 380px;
}
.portfolio-item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(18,169,255,0.75);
	display: none;
}
.portfolio-item:hover .portfolio-item-content {
	display: block;
}
.portfolio-item-info-holder {
	width: 100%;
	overflow: auto;
	padding: 30px;
	position: absolute;
	bottom: 0px;
	left:0px;
	text-align: left;	
}
.portfolio-item-info-holder h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 12px
}
.portfolio-item-info-holder p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}
.portfolio-item-content img {
	position: absolute;
	top: 0;
	right:0;
	width: 100px;
	height: auto;
}
/* End Portfolio */

/* Team */
#team {
	width: 100%;
	overflow: auto;
	background: #fff;
}
.team-left-side {
	width: 100%;
	overflow: auto;
	text-align: left;
}
.team-left-side h3 {
	color: #1a264c;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 0;
}
.team-left-side p {
	color: #666a76;
	font-size: 15px;
	line-height: 1.8;
}
.team-left-side ul li {
	color: #666a76;
	font-size: 15px;
	margin-bottom:15px;
	font-weight: 300;
}
.team-left-side ul li:last-child {
	margin-bottom: 0;
}
.team-left-side ul li i {
	color: lightgray;
	margin-right: 12px;
	font-size: 14px;
	position: relative;
	top: 0px;
}
.team-left-side h3 span {
	display:block
}
.team-btn {
	font-size: 17px;
	font-weight: 500;
	color: #1a264c;
	border:1px solid #12a9ff;
	border-radius: 22px;
	padding: 10px 25px;
	float: left;
	margin-top: 0.8rem;
}
.team-btn:hover {
	background: #12a9ff;
	color: #fff;
}
.team-members-holder {
	width: 100%;
	background: url("../images/backgrounds/team_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.team-profile-holder {
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
	background: #fff;
	min-height:143pxl
}
.team-profile-holder img {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
}
.team-member-info {
	width: 100%;
	padding: 14px 0px;
	background: #fff;
	text-align: center;
}
.team-member-info h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	color: #1a264c;
	line-height: 150%;
}
.team-member {
	width: 100%;
	overflow: auto;
	box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	border-radius: 8px
}
.team-members-holder .row .col-lg-6:nth-last-child(-n+2) .team-member {
	margin-bottom:0px;
}
.team-profile-holder span {
	width: 100%;
	overflow: auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/backgrounds/team_social_bg.png");
	background-repeat: no-repeat;
	padding: 12px 0px;
	padding-bottom:5px;
	background-position: top;
	background-size: 100% auto;
	padding-top: 15px;
	bottom: -50px;
	transition: 0.2s ease;
}
.team-profile-holder span i {
	font-size: 17px;
	color:#fff;
	margin-right: 10px;
}
.team-profile-holder span a:last-child i {
	margin-right: 0
}
.team-member:hover .team-profile-holder span {
	bottom: 0px;  
}
/* End Team */

/* Statistics */
#statistics {
	width: 100%;
	overflow: auto;
	background: #f6fbff;
}
.statistic-item {
	width: 100%;
	overflow: auto;
	background: #ffffff;
	padding: 30px 20px;
	box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	text-align: center;
}
.statistic-item i {
	color: #1a264c;
	font-size: 30px;
}
.statistic-item h5 {
	color: slategray;
	font-size: 18px;
	font-weight: 500;
	line-height: 170%;
}
.statistic-item h6 {
	color: #1a264c;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 0
}
/* End Statistics */

/* Testimonials */
#testimonials {
	width: 100%;
	overflow: auto;
	background: #fff;
	position: relative;
}
.testimonials-carousel {
	width: 100%;
	overflow: auto;
}
.testimonial-item {
	width: 85%;
	overflow: auto;
	background: #f6fbff;
	padding: 75px 50px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 9px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.testimonial-item img.testimonial-image {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: relative;
    	left: 50%;
    	top: 50%;
    	transform: translateX(-50%) translateY(-50%);
}
.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 1.5px solid #a7ddfb;
	width: 14px;
	height: 14px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 1.5px solid #a7ddfb
}
.owl-theme .owl-dots {
	position:absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #a5dcfb
}
.testimonial-item p {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.8;
	color: #666A79;
	text-align: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
/* End Testimonials */

/* Pricing Plan */


/* End Pricing Plans */
#pricing-plans {
	width: 100%;
	overflow: auto;
	background: #f6fbff
}
.price-plan {
	background: #fff;
	background-image: url("../images/backgrounds/feature_item_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 70px;
}
.price-plan:hover {
	background: #fff;
	background-image: url("../images/backgrounds/feature_item_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 70px;	
}
.price-plan:hover h3, .price-plan:hover p {
	color: #1a264c
}
.price-plan h3 {
	margin-bottom: 25px;
	margin-top: 0;
}
.price-plan h4 {
	font-size: 35px;
	color:#1a264c;
	font-weight: 700;
	width: 100%;
	background: url("../images/backgrounds/price_bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.price-plan ul {
	padding: 13px 0px;
	margin-bottom: 0;
}
.price-plan ul li {
	color: #666a76;
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.price-plan ul li:last-child {
	margin-bottom: 0;
}
.price-plan-btn {
	background: #12a9ff;
	padding: 13px 40px;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	float: left;
	position: relative;
	left: 50%;
	margin-top: 10px;
	transform: translateX(-50%);
}
.focused-plan {
	background: #36D1DC;
	background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
	background: linear-gradient(to right, #5B86E5, #36D1DC);	
}
.focused-plan h3, .focused-plan h4, .focused-plan ul li {
	color: #fff;
}
.focused-plan:hover {
	background: #36D1DC;
	background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
	background: linear-gradient(to right, #5B86E5, #36D1DC);	
}
.focused-plan:hover h3 {
	color: #fff;
}
.focused-plan .price-plan-btn {
	background: #fff;
	color: #12a9ff
}
/* Contact Us */
#contact-us {
	width: 100%;
	overflow: auto;
}
.contact-us-holder {
	width: 100%;
	overflow: auto;
	background: #f9fcff;
	padding: 100px 30px;
	box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact-sec {
	width: 100%;
	overflow: auto;
}
.contact-sec-head h3 {
	color: #1a264c;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin: 0;
	margin-bottom: 25px;
}
.form-field-holder {
	width: 100%;
	overflow: auto;
}
.form-field-holder input.text-field {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
	padding: 5px 10px;
	border-radius: 2px;
	margin-bottom: 20px;
}
.form-field-holder textarea.text-field {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
	padding: 15px;
	min-height: 100px;
	resize: none;
	border-radius: 2px;
	margin-bottom: 20px;	
	font-size: 16px;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	box-shadow: none;
	border: 1px solid #12a9ff
}
.form-field-holder textarea.text-field:focus {
	box-shadow: none;
	border: 1px solid #12a9ff	
}
.form-field-holder label {
	margin: 0;
	font-size: 14px;
	color: #666a76;
	margin-bottom: 10px;
}
.form-field-holder button {
	float: left;
	background: #12a9ff;
	padding: 13px 40px;
	border-radius: 23px;
	border:none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
.contact-info-holder {
	width: 100%;
	overflow: auto;
	background: #fff;
	padding: 35px 20px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
}
.contact-info-holder ul li {
	font-size: 15px;
	color: #1a264c;
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
	line-height: 190%;
	font-weight: 300;
}
.contact-info-holder ul li:last-child {
	margin-bottom: 0;
}
.contact-info-holder ul li i {
	margin-right: 10px;
	color: #12a9ff;
	font-size: 18px;
	background: #ffffff;
	padding: 5px 7px;
	border-radius: 4px;
	border:1px solid #efefef;
	min-width: 34px;
	min-height: 30px;
	text-align: center;
}
/* End Contact Us*/

/* Blog */
#blog {
	width: 100%;
	overflow: auto;
	background: #f6fbff;
}
.blog-item-holder {
	width: 100%;
	overflow: auto;
	border-radius: 7px;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	overflow-x: hidden;
}
.blog-thubmnail-container {
	width: 100%;
	height: 280px;
	position: relative;
}
.blog-thubmnail-container img {
	width: auto;
	height: 100%;
	overflow: hidden;
}
.blog-meta {
	width: 80%;
	position: absolute;
	bottom: -15px;
	background: #fff;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	padding: 12px 10px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.blog-meta span {
	font-size: 14px;
	color: #4f5979;
	margin-right: 10px;
	font-weight: 400;
}
.blog-meta span:last-child {
	margin-right: 0;
}
.blog-meta span i {
	margin-right: 5px;
}
.blog-info {
	width: 100%;
	overflow: auto;
	background: #fff;
	padding: 15px 0px;
	padding-bottom: 0;
	text-align: center;
}
.blog-info h2 {
	font-size: 23px;
	font-weight: 600;
	color: #1a264c;
	margin:0;
	margin-top: 25px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 0 20px;
	text-align: center;
}
.blog-info p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	color: #666a76;
	line-height: 1.8;
	padding: 0px 20px;
	margin-bottom: 20px;
	text-align: center;
}
.blog-read-more {
	width: 100%;
	border-top: 1px solid #dddddd;
	overflow: auto;
	padding: 25px 0px;
	text-align: center;
}
.blog-read-more h4 {
	color: #1a264c;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.blog-read-more h4 i {
	margin-left: 10px;
}
/* End Blog */

/* Pre Footer */
#pre-footer {
	width: 100%;
	overflow:auto;
	background: #1a264c;
}
.pre-footer-sec-holder {
	width: 100%;
	overflow: auto;
}
.pre-footer-heading {
	width: 100%;
	overflow: auto;
	margin-bottom: 28px;
}
.pre-footer-heading h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px;
	float: left;
	margin: 0;
}
.pre-footer-sec-holder .contact-info-holder {
	background: transparent;
	border:none;
	padding:0px;
	overflow-x:hidden
}
.contact-info-holder ul {
	margin-bottom: 0;
}
.pre-footer-sec-holder .contact-info-holder ul li {
	color: #ccc;
	font-size: 14px;
}
.pre-footer-sec-holder .contact-info-holder ul li i {
	color: #ccc;
	background: transparent;
	border:none;
	text-align: left;
	margin-right: 3px;
}
.gallery-holder {
	width: 100%;
	overflow: auto;
}
.gallery-item {
	width: 100px;
	height: 90px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
}
.gallery-item img {
	width: 100%;
	height: 100%;
}
.gallery-item span {
	background: rgba(18,169,255, 0.82);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.gallery-item span i {
	color: #fff;
	font-size: 15px;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.gallery-item:hover span {
	display: block;
}
.footer-menu {
	width: 100%;
	overflow: auto;
	margin-bottom: 0;
}
.footer-menu li {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #ccc;
	margin-bottom: 20px;
}
.footer-menu li:hover {
	color: #12a9ff
}
.footer-newsletter {
	width: 100%;
	overflow: auto;
}
.pre-footer-sec-holder .contact-info-holder ul li {
	font-weight:400;
}
.footer-newsletter p {
	font-size: 15px;
	color: #ccc;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 15px;
}
.footer-newsletter input.news-letter-field {
	background: #fff;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin: 0;
}
.footer-newsletter input.news-letter-field::-webkit-input-placeholder {
  	color: #1a264c;
}
.footer-newsletter input.news-letter-field::-moz-placeholder { 
  	color: #1a264c;
}
.footer-newsletter input.news-letter-field:-ms-input-placeholder { 
  	color: #1a264c;
}
.footer-newsletter input.news-letter-field:-moz-placeholder { 
  	color: #1a264c;
}
.footer-newsletter button {
	float: left;
	background: #12a9ff;
	color: #fff;
	padding: 15px 30px;
	font-size: 17px;
	font-weight: 500;
	border:none;
	margin-top: 15px;
	cursor: pointer;
	width: 100%;
}
.gallery-holder a:nth-last-child(-n+2) .gallery-item {
    margin-bottom: 0;
}
/* End Pre Footer */

/* Footer */
#footer {
	width: 100%;
	overflow: auto;
	background: #131e42;
	padding: 30px 0px;
}
.footer-rights {
	float: left;
	font-size: 14px;
	color: #ccc;
	margin: 0;
}
.footer-nav {
	float: right;
	margin: 0;
}
.footer-nav li {
	float: left;
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}
/* End Footer */

/* Blog Grid Page */
#blog-grid {
	width: 100%;
	overflow: auto;
	background: #fff;
}
#blog-heading {
	width: 100%;
	overflow: auto;
	background: url('../images/backgrounds/blog-heading.jpg.jfif');
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.blog-head-details {
	width: 100%;
	overflow: auto;
	text-align: center;
	position: relative;
	z-index: 99;
}
.blog-head-details h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.blog-head-details p {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 0;
}
.blog-heading-overlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.59);
}
.blog-grid .container .row .col-md-12 .blog-item-holder {
	margin-bottom: 30px;
}
.blog-grid .container .row .col-md-12:nth-last-child(-n+3) .blog-item-holder {
	margin-bottom: 0px;
}
.optra-pagination {
	width: 100%;
	padding: 50px 0px;
	padding-bottom: 0;
}
.optra-pagination ul {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.optra-pagination ul li {
	display: inline-block;
	border: 1px solid #dddddd;
	padding: 3px 15px;
	font-size: 20px;
	font-weight: 500;
	color: #1a264c;
}
.optra-pagination ul li.active {
	color: #33b0ff;
	border:1px solid #33b0ff;
}
/* End Blog Grid Page */

/* Blog Details */
#blog-details {
	width: 100%;
	overflow: auto;
}
.blog-details-holder {
	width: 100%;
	overflow: auto;
}
.blog-details-holder img {
	width: 100%;
	height: auto;
}
.blog-details-holder h2.blog-details-title {
	font-size: 24px;
	color: #1a264c;
	font-weight: bold;
	line-height: 1.5em;
}
.blog-details-holder p {
	color: #666A79;
	font-size: 16px;
	line-height: 1.8;
	font-weight: lighter;
}
.blog-details-holder p.blog-details-meta {
	color: #1a264c;
	font-size: 14px;
}
.blog-details-holder p.blog-details-meta span {
	margin-right: 10px;
	border-right: 1px solid #333333;
	padding-right: 10px;
	font-weight: 500
}
.blog-details-holder p.blog-details-meta span:last-child {
	margin-right: 0;
}
.blog-details-holder h3 {
	font-size: 19px;
	font-weight: bold;
	color: #1a264c;
	line-height: 1.5em;
} 
blockquote {
	border-left: 5px solid #12a9ff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	padding-top: 15px;
	padding-bottom: 15px;
}
.share-bar {
	width: 100%;
	padding: 30px 0px;
	border-top: 1px solid #dddddd;
	font-size: 14px;
	font-weight: 500;
	color: #6f7486;
	margin-bottom: 20px
}
.share-bar a span {
	background: #f2f2f2;
	padding: 8px 10px;
	margin-left: 5px;
	border-radius: 4px;
}
.share-bar a:first-child span {
	margin-left: 10px;
}
.comment-form .row .col-lg-6, .comment-form .row .col-lg-12 {
	padding-left: 0;
}
.comment-form-field-holder button {
	margin-bottom: 50px;
	border-radius: 4px;
}
.comment-item {
	width: 100%;
	overflow: auto;
	background: #f6fbff;
	padding: 35px 25px;
	border-radius: 4px;
	display: flex;
	margin-bottom: 20px;
}
.comment-item-image img {
	width: 65px;
	height: auto;
	border-radius: 4px
}
.comment-info {
	text-align: left;
	padding: 10px 25px;
	padding-bottom: 0;
}
.comment-info h4 {
	color: #1a264c;
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 8px;
}
.comment-info p.comment-date {
	font-size: 15px;
	color: #1a264c;
	opacity: 0.5;
	font-weight:400;
	margin-bottom: 4px;
	line-height: initial;
}
.comment-info p.comment-date span {
	font-weight: bold;
	margin-left: 10px;
}
.comment-info p.comment-content {
	font-size: 16px;
	color: #666a76;
	font-weight:400;
	line-height: 1.8;
	margin-bottom: 0;
}
.sub-comment {
    padding-right: 50px;
    display: flex;
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}
.comment-form .row .col-lg-12:last-child .comment-item {
	margin-bottom: 0;
}
.sub-comment .comment-info {
	padding-right: 0;
}
.blog-sidebar {
	width: 100%;
	overflow: visible;
}
.search-widget {
	width: 100%;
	overflow: visible;
	position: relative;
	margin-bottom: 30px
}
.search-widget input.search-field {
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	border:1px solid #dfdfdf;
	padding: 0px 20px;
	border-radius: 4px;
	box-shadow: 0px 2px 20px 0px rgba(36, 41, 62, 0.05); 
	height: 50px;
	margin: 0;
}
.search-widget .search-ic {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	color: #a7aab4;
	font-size: 16px;
}
.search-widget input[type=text]:not(.browser-default):focus:not([readonly]) {
	box-shadow: 0px 2px 20px 0px rgba(36, 41, 62, 0.05); 
}
.search-widget input.search-field::-webkit-input-placeholder {
  	color: #a7aab4;
}
.search-widget input.search-field::-moz-placeholder { 
  	color: #a7aab4;
}
.search-widget input.search-field:-ms-input-placeholder { 
  	color: #a7aab4;
}
.search-widget input.search-field:-moz-placeholder { 
  	color: #a7aab4;
}
.newsletter-widget {
	width: 100%;
	box-shadow: 0px 2px 20px 0px rgba(36, 41, 62, 0.05); 
	padding: 30px 0px;
	border-right: 4px;
	margin-bottom: 30px;
}
.newsletter-widget h3 {
	width: 100%;
	margin-top: 0;
	border-left: 2px solid #2fcdff;
	color: #1a264c;
	font-weight: 500;
	font-size: 22px;
	padding-left: 25px;
	padding-right: 25px;
}
.newsletter-widget p {
	color: #666a76;
	font-size: 16px;
	line-height: 1.8;
	padding-left: 25px;
	padding-right: 25px;
}
.widget-newsletter-item {
	padding-left: 25px;
	padding-right: 25px;
}
.widget-newsletter-item input.search-field {
	padding-left: 15px;
}
.newsletter-widget .widget-newsletter-item button {
	width: 100%;
	border:none;
	background: #12a9ff;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 20px 0px rgba(36, 41, 62, 0.05); 
	font-weight: 500;
	font-size: 18px;
	padding: 15px 0px;
	margin-top: 15px;
	cursor: pointer;
}
.trend-posts-widget {
	width: 100%;
	box-shadow: 0px 2px 20px 0px rgba(36, 41, 62, 0.05);
	padding: 30px 0px;
	border-right: 4px;
	padding-bottom: 15px;
}
.trend-posts-widget h3 {
	width: 100%;
	margin-top: 0;
	border-left: 2px solid #2fcdff;
	color: #1a264c;
	font-weight: 500;
	font-size: 22px;
	padding-right: 25px;
	padding-left: 25px;
}
.trend-posts-widget ul {
	padding: 0px 25px;
	margin-bottom: 0px;
}
.trend-posts-widget ul li p {
	font-size: 14px;
	color: #12a9ff;
	font-weight: 300;
	margin-bottom: 5px;
}
.trend-posts-widget ul li h4 {
	font-size: 17px;
	color: #1a264c;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
}
.trend-posts-widget ul li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #edf2f7;
}
.trend-posts-widget ul li:last-child {
	border-bottom: none;
}
.contact-form-status {
	float: left;
	width: 100%;
	color: lightgreen;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 16px;
	display: none;
}
.contact-form-status i {
	margin-right: 5px;
}
/* End Blog Details */