/* A Design by W3layouts
Author: W3layout
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://creativecommons.org/licenses/by/3.0/
 */

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top{
	background:#576f6f;
	padding:8px 0 10px 0;
}
.header-top-left{
	float:left;
}
.header-top-left p{
	font-size:13px;
	color:#c8d8d7;
	padding-top:2px;
}
.header-top-right{
	float:right;
}
.header-top-right li:first-child{
	margin-left:0;
}
.header-top-right li{
	display:inline-block;
	margin-left:20px;
}
.header-top-right li a i{
	margin-right:3px;
}
.header-top-right li a{
	display:block;
	font-size:13px;
	color:#c8d8d7;
	-webkit-transition:all .3s;
       -moz-transition:all .3s;
	     -o-transition:all .3s;
	    -ms-transition:all .3s;
	        transition:all .3s;
}
.header-top-right li a:hover{
	color:#FFF;
	text-decoration:none;
}
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span{
  display:block;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
    top:50px;
    right:-25px;
    display:none;
    z-index:9999;
     width:330px; 
    margin-top: 0px;
	background:#f1f1f1;
	border-bottom:4px solid #e0e0e0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 40px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom:10px solid #576f6f;
}
#loginForm{
	padding:8%;
}
/* Login Form */
.login-form h3{
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	padding:15px;
	text-align:center;
	background:#576f6f;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
}
.login-form span:first-child{
	margin-top:0;
}
.login-form span{
	background:#FFF;
	margin:15px 0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    display:block;
    outline:none;
 }
 .login-form span i{
  background:#576f6f;
  padding:12px 8px 13px;
  border-radius:5px 0px 0px 5px;  	
  -webkit-border-radius:5px 0px 0px 5px;
  -moz-border-radius:5px 0px 0px 5px;
  -o-border-radius:5px 0px 0px 5px;
}
.login-form span i img{
	vertical-align:middle;
}
.login-form input[type="text"],.login-form input[type="password"]{
	padding:14px 10px;
    color:#c8d8d7;
    font-size:14px;
    font-weight:700;
    background:none;   
    outline:none;
    border:none;
    margin:0px auto;
    width:80%;  
    -webkit-apperance:none;
    font-family:'Open Sans', sans-serif;
    margin-left:5px;
}
.login-form input[type="password"]{
  letter-spacing:2px;	
}
 .login-form input[type="submit"] {
 	display:block;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0px;
	width:100%;
	background:#f28858;
	border-radius:5px;
	border:none;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-apperance:none;
	font-family:'Open Sans', sans-serif;
	outline:none;
}

.login-form input[type="submit"]:hover{
     background:#EC7945;
	border-bottom:4px solid #D1612E;
}

.login-form input[type="submit"]:active{
	position:relative;
	bottom:-2px;
}

.navbar-brand {
	height: inherit;
  	font-size: 28px;
  	color: #fff;
	padding: 10px 0 10px 15px;
	line-height: inherit;
  	margin: 0 0;
}

.navbar-brand img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

.navbar-inverse .navbar-brand{
	color: #fff;
}

.menu{
	float:right;
	padding:11px 0;
}

@media screen and (max-width: 768px) {
	.menu{
        float: none;
        padding: 0;
    }
}

.nav-bg{
	background:#f28858;
	border-bottom:3px solid #b56642;
	margin-bottom:0;
}
.menu li:first-child{
	margin-left:0;
}
.menu li{
	margin-left:5px;
}
.menu > li > a{
	font-size:14px;
	color:#FFF;
	font-weight:700;
	display:block;
	padding:8px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}

@media screen and (max-width: 992px) {
  .menu > li > a{
  	padding: 8px 10px;
  }
}

.navbar-inverse .navbar-nav > li > a{
	color:#FFF;
  	border-bottom: 3px solid transparent;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav>.active>a{
	background:#cd8757;
	border-bottom:3px solid #b56642;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color:#cd8757;
}
.menu li a:hover{
	background:#cd8757;
	border-bottom:3px solid #b56642;
}
.navbar-toggle{
	margin-top:16px;
	border:none;
}
.header-banner{
	position:relative;
	background:#c8d8d7;;
}
.big-arrow{
	background: url("../images/big-arrow.png") no-repeat center bottom;
	display:block;
	padding:50px 0;
	margin-top:-1px;
}
.carousel-control{
	width:inherit;
	top:46%;
	opacity:1;
	display:inline-table;
	text-shadow:none;
}
.left-arrow span,.right-arrow span{
	padding:5px 10px 5px 10px;
	background: #222;
	font-size: 40px;
	background:#f28858;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.left-arrow span,.right-arrow span:hover{
	text-decoration:none;
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.left-arrow span{
	border-radius:0px 8px 8px 0px;
	-webkit-border-radius:0px 8px 8px 0px;
	-moz-border-radius:0px 8px 8px 0px;
	-o-border-radius:0px 8px 8px 0px;
}
.right-arrow span{
	border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-o-border-radius:8px 0 0 8px;
}
.left-arrow span:active,.right-arrow span:active{
	position:relative;
	bottom:-2px;
}
.carousel{
	padding:5% 0;
	height:inherit;
	margin-bottom:0;
}
.banner-img{
	text-align:right;
}
.banner-desc h2{
	color:#FFF;
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
	padding:15px;
	background:#8c9796;
	margin-bottom:30px;
	display:inline-block;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-bottom:4px solid #b6bfb6;
}
.banner-desc li{
  display:block;	
}
.banner-desc li span i{ 
  	margin-right:5px;
}
.banner-desc li span{
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	background:#8c9796;
	margin-top:10px;
	display:inline-block;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	border-right:3px solid #b6bfb6;
	box-shadow:0px 5px 10px #b6bfb6;
	-webkit-box-shadow:0px 5px 10px #b6bfb6;
	-moz-box-shadow:0px 5px 10px #b6bfb6;
	-o-box-shadow:0px 5px 10px #b6bfb6;
}
.see-features a{
	display:inline-block;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:15px 30px;
	background:#f28858;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	margin-top:20px;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.see-features a:hover{
	text-decoration:none;
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.see-features a:active{
	position:relative;
	bottom:-2px;
}
.features{
	margin-top:2em;
	text-align:center;
}

.main h2{
	font-size:22px;
	color:#f28858;
	font-weight:700;
	text-transform:uppercase;
	margin:20px 0;
}

.features h2{
	font-size:22px;
	color:#f28858;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 0;
}
.features p{
	color:#687170;
	font-size:15px;
	line-height:1.6em;
	padding:5px 0;
	width:85%;
	margin:0 auto;
}
.features a.read-more,.support a.read-more{
	display:inline-block;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	padding:12px 35px;
	background:#77a1a0;
	border-bottom:4px solid #576f6f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin-top:10px;
}
.features a.read-more:hover{
	background:#629796;
	border-bottom:4px solid #406B6A;
}
.features a.read-more:active,.support a.read-more:active{
	position:relative;
	bottom:-2px;
}
.support a.read-more{
	background:#f28858;
	border-bottom:4px solid #b56642; 
	padding:8px 35px;
	font-size:16px;
	margin-top:12px;
}
.support a.read-more:hover{
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.support{
	background:#f5f5f5;
	padding:15px 10px;
	margin:8% 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
}
.support h2{
	font-size:30px;
	color:#7f8c8c;
	font-weight:700;
	text-transform:capitalize;
	margin:0;
}
.support p{
	color:#687170;
	font-size:15px;
	line-height:1.6em;
	padding:5px 0;
}
.list-performance ul{
	margin-left:10px;
}
.list-performance li{
	display:block;
	font-size:15px;
	color:#687170;
	margin:10px 0;
}
.list-performance li i{
	margin-right:5px;
	color:#77a1a0;
	font-size:13px;
}
.progress {
	height:30px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	background:#f5f5f5;
	z-index: 1;
	cursor: pointer;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
 .progress .bar {
		z-index: 2;
		height:30px; 
		text-align: center;
		float:left;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-transition: width 0.6s ease;
		  -moz-transition: width 0.6s ease;
		  -o-transition: width 0.6s ease;
		  transition: width 0.6s ease;
}
.bar {
   background-color:#c8d8d7;
}
.list-performance ul.progress-bars{
	margin-left:0;
}
.list-performance ul.progress-bars li{
	margin:15px 0;
}
.clients {
	margin-top:5%;
}
.clients h2{
	text-align:center;
	color:#c8d8d7;
	background:#FFF;
	padding:20px 0 30px 0;
	margin:0;
	border-radius:0px 0px 50px 50px;
	-webkit-border-radius:0px 0px 50px 50px;
	-moz-border-radius:0px 0px 50px 50px;
	-o-border-radius:0px 0px 50px 50px;
}
.testimonials{
	background:#f28858;
	padding:1.5% 0;
}
.testimonials h3{
	font-size:16px;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
	margin:15px 0;
}
.testimonials p{
	color:#f3ddd4;
	font-size:13px;
	font-style:italic;
	line-height:1.8em;
	width:80%;
	margin:0 auto;
}
.testimonials-news{
	background:#f28858;
}

.news{
	padding: 70px 0;
	background:#FFF;
}

@media screen and (max-width: 768px) {
	.news{
        padding: 40px 0;
    }
}

.mb-30{
 	margin-bottom: 30px;
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
  	font-weight: 700;
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.top-content h2 {
  	font-weight: 700;
	font-size: 30px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.news-grid{
	background:#FFF;
	border:1px solid #f2f2f2;
	padding:0;
	text-align:center;
	border-bottom:4px solid #e0e0e0;
	border-radius:10px;
	float:left;
}

.news-grid img{
	max-width:100%;
	display:block;
	width:100%;
	border-radius:10px 10px 0px 0px;
}

.news-grid-middle{
 margin:0 2%;	
}

.news-grid h2 {
	margin: 10px 0 10px 0;
}

@media screen and (min-width: 768px) {
	.news-grid h2 {
        min-height: 45px;
    }
}

.news-grid h2 a{
	font-size:20px;
  	color: #f28858;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-grid p{
	font-size:13px;
	color:#7f8c8c;
	line-height:1.6em;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-grid a.read-more{
	font-size:12px;
	color:#77a1a0;
	font-style:italic;
	margin:15px 0;
	display:inline-block;
	text-transform:lowercase;
	font-weight:600;
}

.news-desc-bottom p{
	color:#9a9a9a;
	font-size:11px;
	font-style:italic;
}

.news-desc-bottom p.left{
	float:left;
}

.news-desc-bottom p.right{
	float:right;
}

.news-desc{
	padding: 10px 20px 20px 20px;
	position:relative;
}

.news-desc-bottom{
	border-top:1px solid #f2f2f2;
	padding-top:15px;
}

.popular-item-image{
	padding: 20px;
}

.testimonials-news .news-grid h2 {
  	min-height: 50px;
  	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-desc p.popular-item-text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.image-icon{
	position:absolute;
	left:43%;
	top:-12px;
}

.image-icon span{
	padding:15px;
	background:#77a1a0;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.image-icon span i{
	vertical-align:middle;
	color:#FFF;
	font-size:23px;
}

.pagination-list{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
}

.pagination-list li a{
    text-decoration: none;
  	display: inline-block;
    width: 40px;
  	height: 40px;
    font-weight: 700;
  	line-height: 2.4;
    text-align: center;
  	border-radius: 5px;
    border: 1px solid #77a1a0;
    background-color: transparent;
    color: #77a1a0;
    margin: 0 3px;
}

.pagination-list li.active a{
    text-decoration: none;
    border: 1px solid #77a1a0;
    background-color: #77a1a0;
    color: #fff;
}

.pagination-list li a:hover{
    text-decoration: none;
    border: 1px solid #77a1a0;
    background-color: #77a1a0;
    color: #fff;
}

.footer{
	background:#f28858;
	padding:2% 0 5% 0;
	position:relative;
}

.footer h2{
	font-size:18px;
	color: #FFF;
	font-weight:600;
	text-transform: uppercase;
	margin: 20px 0;
}
.footer p{
	font-size:13px;
	color:#FFF;
	line-height:2em;
	width:70%;
}
.links{
	margin-top:15px;
}
.links li{
	display:inline-block;
	color:#f1cdbc;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}
.links li a{
	color:#f1cdbc;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.links li a:hover{
	color:#FFF;
}
.products-list ul{
	float:left;
	width:50%;
}
.products-list li:first-child a{
	margin-top:0;
}
.products-list li a{
	display:block;
	font-size:14px;
	color:#f1cdbc;
	text-transform:uppercase;
	font-weight:700;
	margin-top:10px;
	text-decoration:none;
}
.products-list li a:hover{
	color:#FFF;
}
.products-list li a i{
	color:#c8d8d7;
}
.subscribe{
	margin-top:30px;
}
.subscribe input[type="text"]{
	padding:10px;
	font-size:14px;
	color:#222;
	border:2px solid #fa6734;
	width:60%;
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin-right:5px;
	outline:none;
}
.subscribe input[type="submit"]{
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	background: #77a1a0;
	padding:10px 7%;
	border: none;
	outline:none;
	border-bottom: 4px solid #576f6f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	vertical-align:bottom;
}
.subscribe input[type="submit"]:hover{
	 background:#598F8E;
   	  border-bottom:4px solid #3B6969;
}
.subscribe input[type="submit"]:active{
	position:relative;
	bottom:-2px;
}
.footer-bottom{
  	color: #fff;
	background:#b56642;
	padding: 20px 0;
}
.copy-right{
	float:left;
}
.copy-right p{
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:8px;
}
.copy-right p a{
	color:#f1cdbc;
	text-decoration:underline;
}
.copy-right p a:hover{
	text-decoration:none;
	color:#FFF;
}
.social-icons{
	float:right;
}
.social-icons li{
	display:inline-block;
}
.social-icons li a{
	width:30px;
	height:30px;
	background:#FFF;
	display:block;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
	text-align:center;
	color:#b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social-icons li a:hover{
	color:#FFF;
	background:#f28858;
}
.social-icons li a i{
	vertical-align:-webkit-baseline-middle;
}

.about-desc{
  	max-width: 1140px;
	margin: 2em auto 2em auto;
}

.about-desc h1 {
	text-transform:uppercase;
    font-weight: 700;
    font-size: 28px;
  	color: #333;
    margin: 0 0 10px 0;
}

.about-desc p{
	font-size:14px;
	color:#687170;
	padding:5px 0;
	line-height:1.8em;
}

.about-desc p img{
	width: 100%;
}

.partners{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
}
.partners img{
	width: inherit;
	margin:0 auto;
	margin-top:1em;
	border-radius:1em;
}
.partners h2{
	margin:0px 0 10px 0;
}
.poducts{
  margin-top:3em;	
}
.poducts h2{
	margin:5px 0;
}
.products-row2{
	margin-top:3em;
}
.support2{
	margin:4% 0;
}
.clients2{
	margin-top:0;
}
.solutions{
	margin:4% 0;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
  	text-transform:uppercase;
    font-weight: 700;
    font-size: 24px;
  	color: #333;
    margin: 0 0 10px 0;
}

.single-post-text h3 {
  	text-transform:uppercase;
  	font-weight: 700;
    font-size: 20px;
  	color: #333;
    margin: 0 0 10px 0;
}

.single-post-text p {
  	line-height: 1.6;
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #f28858;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
    padding: 10px 0;
  	margin-bottom: 30px;
}

.post-tags-wrap .post-tags-title {
	display: block;
    font-weight: 700;
  	font-size: 18px;
  	line-height: 1.6;
    margin: 0;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
    line-height: 1.2;
  	border-radius: 3px;
  	border: 1px solid #77a1a0;
  	background-color: #77a1a0;
  	padding: 3px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #77a1a0;
  	border: 1px solid #77a1a0;
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    margin-top: 30px;
    padding: 10px 0;
}

.comments-block .comments-title,
.comment-form-wrap .comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
}

.comments-block .comments-title::before,
.comment-form-wrap .comments-title::before,
.comments-block .comments-title::after,
.comment-form-wrap .comments-title::after {
    content: "";
    display: none;
    width: 0;
    height: 0;
}
   
.comments-block .comment-list {
    list-style: none;
  	border: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-info__author .comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #f28858;
    font-size: 14px;
}
  
.comment-content {
    color: #2b2e3f;
    font-size: 14px;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form .comment-form-top .comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
  	border-radius: 5px;
    border: 1px solid #999;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form .comment-form-top .comment-form-input {
        width: 100%;
    }
}

.comment-form .comment-form-top .comment-form-textarea {
    width: 100%;
    min-height: 190px;
    resize: none;
    font-size: 14px;
    color: #777777;
  	border-radius: 5px;
    border: 1px solid #999;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
  	border-radius: 5px;
    border: 1px solid #77a1a0;
    background-color: #77a1a0;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

/***** 404 ****/

.page-not-found{
	text-align:center;
	color: #353434;
}
.page-not-found h4{	
	font-size:5em;
	text-shadow: 1px 1px 1px #FFF, 2px 2px 1px #888;
	text-transform:uppercase;
}
.page-not-found h3{
	font-size: 12em;
	text-shadow: 1px 1px 1px #FFF, 3px 2px 1px #888;
	font-weight:bold;
}

/*--responsive design--*/

@media (max-width:1366px){
	.wrap{
		width:90%;
	}

}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.banner-desc h2{
		font-size:20px;
		margin-bottom:15px;
	}
	.features h2{
		margin:0;
	}
	.features p{
		width:100%;
	}
	.features a.read-more, .support a.read-more{
		margin-top:0;
	}
	 .col-lg-4{
	 	margin-top:20px;
	 }

	 .testimonials p{
	 	width:100%;
	 }
}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	.menu > li > a{
		padding:8px 10px;
	}
	.footer p{
		width:100%;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}

  .menu li{
  	margin-left:0;
  	margin-top:2px;
  }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.active>a{
  	border-bottom:none;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  	border-color:#E05F25;
  }
  
  .news-grid{
  	float:none;
  	margin:0 auto;
  }
  
  .news-grid-middle{
  	margin:15px auto;
  }
  .copy-right,.social-icons{
  	float:none;
  	text-align:center;
  }
  .social-icons{
    margin-top:10px;	
  }
  .big-arrow{
  	margin-top:-50px;
  }
  .footer-arrow{
  	margin-bottom:-50px;
  }
}
@media (max-width:480px){
	.wrap{
		width:95%;
	}

	.banner-desc h2{
		font-size:16px;
		margin-bottom:5px;
	}
	.banner-desc li span{
		font-size:13px;
		margin-top:5px;
		padding:5px;
	}
	.products-list ul{
		float:none;
		width:100%;
	}
	.page-not-found h4{
		font-size:2em;
	}
	.page-not-found h3{
		font-size:5em;
	}
}

@media (max-width:320px){

	.header-top-right li{
		margin-left:5px;
	}
	.header-top-right li a,.header-top-left p{
		font-size:11px;
	}
	.banner-desc h2{
		padding:8px;
		font-size:13px;
	}
	.see-features a{
		font-size:16px;
		padding:10px 20px;
		margin-bottom:10px;
	}
	.subscribe input[type="text"]{
		width:100%;
	}
	.header-top-left p{
		padding-top:5px;
	}
	.header-top{
		padding:5px 0;
	}
	.big-arrow{
		margin-top:-75px;
	}
	.footer-arrow{
		margin-bottom:-75px;
	}
	.features{
		margin-top:0;
	}
	.support h2{
		font-size:20px;
	}
	.clients h2{
		padding:10px 0;
		font-size:15px;
	}
	.testimonials h3{
		margin:0;
	}
	.about-desc{
		margin:0;
	}
	.main h2{
		margin:10px 0;
	}
	ul.contact_info li span{
		width:82%;
	}
	
}

