/* start reces css */
/*-----------------------------------------------*/
/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    
    margin: 0;
    line-height: 1.3;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
	color: #696969;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 600;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
fieldset > :last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
/**
 * 2.0 - Typography
 */
 select{
    padding: 10px 5px;
    font-size: 18px;
 }
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
    
	color: #464861;
	text-transform: capitalize;
    margin: 0;
    padding: 0;
}
h1{
	font-size: 56px;
}
h2{
	font-size: 46px;
}
h3{
	font-size: 36px;
    text-transform: capitalize; 
}
a.logo h3 {
    padding: 0 20px;
}
h4{
	font-size: 24px;
    font-weight: 900;
}
h5{
	font-size: 20px;
}
h6 {
    font-size: 18px; 
}
h1>span{
    font-weight: 300;
    font-size: inherit;
    margin: 0px 15px;
}
h2>span{
    font-weight: 300;
    font-size: inherit;
    margin-right: 15px;
}
h3>span{
    font-weight: 300;
    font-size: inherit;
    margin-right: 15px;
}
h4>span{
    font-weight: 300;
    font-size: inherit;
}
h5>span{
    font-weight: 300;
    font-size: inherit;
}
h6>span{
    font-weight: 700;
    font-size: inherit;
    color: #e56451;
}
p {
	font-size: 16px;
	color: #464861;
	line-height: 24px;
    margin-bottom: 18px;
    font-weight: 400;
    
}
a,a:hover,a:focus,a:active {
    text-decoration: none;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    border: 1px solid #e9e9e9;
    color: #FFF;
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    font-weight: 700;
    background: #2c3e50;
    border-radius: 3px;
    margin: 30px 0;
}
blockquote>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #fff;
}
blockquote:after {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font: normal normal normal 48px/1 FontAwesome;
    color: #e9e9e9;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote p {
    margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
blockquote > :last-child {
    margin-bottom: 0;
}
address {
    color: #939595;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Poppins', sans-serif;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
   
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul,
ol {
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
    font-size: 21px;
}
dd {
    margin: 0 0 1.75em;
    font-size: 19px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
del {
    opacity: 0.8;
}
table,
th,
td {
    border: 1px solid #d1d1d1;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
:-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
::-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
.widget-bottom-mar{
    padding-bottom: 30px;
    overflow: hidden;
}
/**
 * 4.0 - Forms
 */
input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #0d0d0d;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    margin: 20px 0;
    padding: 12px 25px;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
}
.default-button{
    display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
    border-radius: 3px;

}
.default-button:hover, .default-button:focus{
    text-decoration: none;
    color: #fff;
}
.post-password-form {
    margin-bottom: 1.75em;
} 
.post-password-form label {
    color: #686868;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}
.post-password-form > :last-child {
    margin-bottom: 0;
}
/**
 * 5.0 - Alignments
 */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}
/**
 * 6.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
/**
 * 7 - Galleries
 */
.gallery {
    margin: 0 -1.1666667% 1.75em;
}
 div#filters {
    text-align: center;
    margin: 10px 10px 40px 10px;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: rgba(31,32,42,.76);
    z-index: 1;
}
.cp{
   
    position: relative;
    z-index: 1;
}
.paddi{
   padding:115px 0px;  
}
/* menu fexed */
.menu-fixed .donate {
    display: none;
}
.menu-fixed .menu-area.style2 .logo {
    display: inline-block;
    margin-top: 10px;
}
.menu-fixed .header-bottom2 {
    background: #7b7c85;
}
.menu-fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .1);
    transition: all .3s ease;
}
.menu-fixed .header-bottom2 .main-menu.style2 {
    float: right;
    /*margin-top: 15px;*/

}


.menu-fixed .header-bottom2 .donate2 {
    display: none;
}
.primary-menu {
    position: relative;
    width: 100%;
    z-index: 333;
    background: #fff;
}
.mobile-menu-bar {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    display: none;
}
.mobile-menu-bar span:nth-child(1) {
    margin-top: -9px;
}
.mobile-menu-bar span:nth-child(3) {
    margin-top: 8px;
}
.mobile-menu-bar span {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    position: absolute;
    background: #333;
    margin-top: -1px;
    transition: all 0.3s ease;
}
.open-mobile-menu .mobile-menu-bar span {
    margin-top: -1px !important;
}
.open-mobile-menu .mobile-menu-bar span:nth-child(1){
    transform: rotate(-45deg);
}
.open-mobile-menu .mobile-menu-bar span:nth-child(3){
    transform: rotate(45deg);
}
.open-mobile-menu .mobile-menu-bar span:nth-child(2){
    opacity: 0;
}
/* end recent css */
/* global css */
.padding-section{
    padding: 110px 0;
    overflow: hidden;
    
}
.custrom-btn, input#submit{
    font-size: 18px;
    color: #e56451;
    font-weight: 400!important;
    text-transform: capitalize;
    border-radius: 3px;
    margin: 20px 0!important;
    display: inline-block;
    transition: all .3s ease;
}
.custrom-btn:hover{
    background-color: #e56451;
    color: #fff;
}
.wraper{
    margin-top: 70px;
    overflow: hidden;
}
.wraper2{
    margin-top: 25px;
    overflow: hidden;
	
}
.wraper2>p{
    line-height: 1.6;
}
li{
    list-style: none;
    font-size: 16px;
	font-weight: 400;
}
li>a{
    font-weight: 500px;
    font-size: 15px;
    color: #464861;
    text-decoration: none;
    display: inline-block;
}
.section-heading {
    text-align: center;
    overflow: hidden;
}
.section-heading2 {
    text-align: left;
    overflow: hidden;
}

.post-item {
    width: 25%;
    float: left;
}
.post-item-inner {
    margin: 5px;
}

.post-content {
}
.post-content h5 {
    padding: 10px 0;
}
.post-content p {
    margin-bottom: 30px;}
.section-heading2 h3 {
  margin-bottom: 14px;
}
.section-heading2 h6 {
    line-height: 1.6;
	color: #464861;
}
/* end golobal css */
/*  search box  */
.search-box {
    position: relative;
}
.search-form {
    position: absolute;
    right: 30px;
    top: 0;
    width: 500px;
    transform: scaleX(0);
    -webkit-transform-origin-x: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.menu-area input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    background: #e56451;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding-left: 20px;
}
.menu-area input[type="text"]::placeholder {
    color: #ffff ;
}
.search-box.open-search .search-form{

    transform: scaleX(1);
}
.search-box ::placeholder {
    color: #fff;
    font-weight: 500;
}
/* main css */
/* header sectiion */
.header-top {
    background: #1f202a;
    color: #fff;
    padding: 10px 0px;
}
.top-left {
    float: left;
    margin-bottom: 0;
}
.top-left li{
    float: left;
    margin: 10px;
}
.top-left li i {
    margin-right: 5px;
    color: #e56451;
}
.top-left li span {
    color: #43444f;
}
.top-right {
    margin-bottom: 0;
    float: right;
    margin-top: 5px;
}
.top-right li {
    float: left;
    margin: 4px;
}
.top-right li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    color: #464861;
    line-height: 30px;
}
.top-right li a:hover{
    color: #fff;
    background: #e56451;
}
.header-bottom {
    overflow: hidden;
}
.menu-head {
    float: left;
    display: inline-block;
}
.logo {
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
}
.menu-area {
    float: right;
}
.donate {
    float: right;
    list-style: none;
    margin-top: 29px;
    padding: 0;
    display: inline-block;
}
.donate li {
    float: left;
    margin: 5px 0;
    padding: 5px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}
.donate li span {
    color: #dddde2;
}
.donate li:nth-child(2) {
    width: 0;
    border: none;
}
.donate li:nth-child(3) {
    border: none;
}
.donate-main {
    position: relative;
}
.donate-count {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    top: 6px;
    left: 19px;
    border-radius: 100%;
    background: #e56451;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    align-items: center;
}
.main-menu {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
}
.main-menu li{
    float: left;
}
.main-menu li a {
    font-size: 15px;
    color: #363636;
    display: inline-block;
    font-weight: 400;
    padding: 36px 10px 32px;
    border-bottom: 4px solid #fff;
}
.main-menu li a:hover{
    color: #e56451;
    border-bottom: 4px solid #e56451;
}
/* banner section */
.banner-section{
    background-size: cover;
    height: 100vh;
    position: relative;
}
.banner-area {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    z-index: 1;
    transform: translateY(-25%);
	min-height: 745px;
}
.banner-contant {
    text-align: center;
}
.banner-contant h5 {
    color: #fff;
    font-weight: 500;
    line-height: 43px;
}
.banner-contant h1 {
    color: #fff;
    font-size: 96px;
    text-transform: capitalize;
}
.banner-contant p {
    color: #fff;
    margin-bottom: 47px;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
}
/* special section */

.special-section {
    background: #f0f1f3;
    overflow: hidden;
}
.special-section .section-wraper {
    padding-top: 80px;
}
.special-section .post-item {
    text-align: center;
}
.special-section .post-item-inner {
    background: #fff;
    border-radius: 4px;
    padding: 27px 0;
    transition: all .3s ease;
}
.special-section .post-item-inner:hover{
    box-shadow: 0px 6px 10px 4px rgba(0,0,0,.1);
    transform: translateY(-10px);
}
.special-section  .post-thumb {
    padding: 30px 0;
}
.special-section .post-item-inner:hover .post-content h5{
    color: #e56451;
    transition: all .3s ease;
}
/* about section */
.about-section{
    background: #fff;
}
.about-left {
    width: calc(100% - 550px);
    float: left;
    padding: 5px;
}
.about-left .custrom-btn {
    background: none;
    border: 2px solid #2c3e50;
    color: #2c3e50;
    padding: 5px 17px;
    border-radius: 3px;
}
.about-left .custrom-btn:hover {
    background: #e56451;
    color: #fff;
    border: 2px solid #e56451;
}
.about-right {
    width: 550px;
    float: left;
    padding-left: 30px;
}
.about-right .post-item{
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e56451;
}
/* about say section */
.aboutsay-section{
    overflow: hidden;
	margin-top: 27px;
}
.aboutsay-left{
    width: 500px;
    float: left;
    position: relative;
}
.aboutsay-left .post-thumb{
    position: relative;
}
.say-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    transform: translateY(-25%);
    z-index: 1;
}
.say-icon a {
    width: 45px;
    height: 45px;
    color: #e56451;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    display: inline-block;
}
.say-icon i {
    margin-left: 5px;
}
.say-icon a:hover{
    color: #fff;
    background: #e56451;
}
.aboutsay-right {
    width: calc(100% - 550px);
    float: left;
    margin-left: 32px;
}
.aboutsay-section .list-item-left {
    width: 50%;
    float: left;
}
.aboutsay-section .list-item-left li {
    margin: 5px 0;
}
.aboutsay-section .list-item-left li i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e56451;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    font-weight: 700;
}
.aboutsay-section .list-item-left li span {
    font-size: 15px;
    font-weight: 500;
    color: #464861;
}
.aboutsay-section .list-item-right {
    width: 50%;
    float: left;
}
.aboutsay-section .list-item-right li {
    margin: 5px 0;
}
.aboutsay-section .list-item-right li i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e56451;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    font-weight: 700;
}
.aboutsay-section .list-item-right li span {
     font-size: 15px;
    font-weight: 500;
    color: #464861;
}
/* product */
.product-section.style2 {
    overflow: hidden;
}
.section-wraper {
}
#product-item-selector {
    overflow: hidden;
}
.grid-item.product-item.bd.wd .post-item {
    width: 33.33%;
}
.product-section .post-thumb{
    position: relative;
}
.product-section .post-thumb:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: all .3s ease;
}
.product-section .post-thumb:hover:after{
    opacity: 1;
}
.product-left {
    width: 300px;
    float: left;
    color: #fff;
}
.product-right {
    margin: 0;
    overflow: hidden;
    float: right;
}
.product-right li {
    float: left;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}
.product-right li p, ul.product-right li{
    color: #fff;
    text-transform: capitalize;
}
.product-right li:hover p{
    color: #e56451;
}
.product-section .custrom-btn{
    margin-top: 60px;
}
/* services section */

.service-section {
    overflow: hidden;
	margin-top: 15px;
}
.service-section .section-wraper {
    position: relative;
    margin-top: 60px;
}
div#carousel {
    text-align: center;
    position: relative;
}
.service-top li {
    overflow: hidden;
    display: inline-block;
}
.service-section .post-item {
    width: 100%;
}
.service-section .post-item-inner {
    background: #fff;
    padding: 40px 0 15px;
    transition: all .5s ease;
    cursor: pointer;
}
.service-section .post-item-inner:hover {
    box-shadow: 0px 6px 10px 4px rgba(0,0,0,.1);
    transform: translateY(-5px);
    background: #e56451;
    color: #fff;
}
.service-section .post-item-inner:hover .post-thumb{
    background: #fff;
}
.service-section .post-item-inner:hover .post-content h5{
    color: #fff;
}
.service-top .post-thumb {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background: #f0f1f3;
    line-height: 130px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.service-section .icon {
    position: absolute;
    display: inline-block;
}
.service-section .post-content {
    margin: 10px 0;
}
.service-section .post-content h5{
    transition: all .5s ease;
}
.service-icon-left {
    left: 2px;
    margin-top: -160px;
    transform: translateY(-5%);
    margin-left: -10px;
    position: absolute;
}
.service-icon-left i {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #464861;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}
.service-icon-left i:hover{
    background: #e56451;
}
.service-icon-right i {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #464861;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}
.service-icon-right i:hover{
    background: #e56451;
}
.service-icon-right {
    left: 1154px;
    transform: translateY(-5%);
    margin-right: -10px;
    margin-top: -160px;
    position: absolute;
}
#slider {
    background: #fff;
    overflow: hidden;
    margin-top: 25px;
    padding: 85px 40px;
    border-radius: 3px;
    border-top: 4px solid #e56451;
}
#slider .flex-direction-nav {
    display: none;
}
.flex-direction-nav {
}
.flex-nav-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #464861;
    color: #fff;
    line-height: 100px;
    float: left;
    left: -13px;
    top: 50%;
    transform: translateY(-25%);
}
.flex-nav-next {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #464861;
    color: #fff;
    line-height: 100px;
    float: right;
    right: -17px;
    top: 50%;
    transform: translateY(-25%);
}
.flex-prev.flex-disabled {
    outline: none;
}
.flex-next.flex-disabled{
    outline: none;
}
.flex-prev:after {
    position: absolute;
    content: "\f104";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    margin-left: -45px;
    line-height: 40px;
}
a.flex-next:after{
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    margin-left: -19px;
    line-height: 35px;
}
.flex-nav-prev:hover{
    background: #e56451;
    color: #fff;
}
.flex-nav-next:hover{
    background: #e56451;
    color: #fff;
}
.flex-next {
    outline: none;
}

.service-bottom-left {
    width: 450px;
    float: left;
}
.service-bottom-right {
    width: 560px;
    float: left;
    padding-left: 40px;
}
.list-item-left h5 {
    margin-bottom: 10px;
}
.list-item-left li {
    text-transform: capitalize;
}
.service-bottom-right .list-item-left li span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e56451;
    text-align: center;
    line-height: 10px;
    margin-right: 10px;
    display: inline-block;
}
/* counter section */
.counter-section {
   
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.counter-left {
    width: 48%;
    float: left;
    z-index: 1;
    margin-left: 20px;
}
.counter-left h2 {
    color: #fff;
    margin-bottom: 10px;
}
.counter-left p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.counter-right {
    width: 50%;
    overflow: hidden;
    z-index: 1;
}
.counter-right .post-item {
    width: 33.33%;
    text-align: center;
}
.counter-right .post-item:nth-child(1) i{
    background: #e56451;
}
.counter-right .post-item:nth-child(2) i{
    background: #01b1ae;
}
.counter-right .post-item:nth-child(3) i{
    background: #2379d2;
}
.counter-right i {
    font-size: 36px;
    width: 110px;
    height: 110px;
    color: #fff;
    background: red;
    line-height: 110px;
    border-radius: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
.counter-right .counter {
    margin-right: 5px;
}
.counter-right .number {
    color: #fff;
    font-weight: 700;
}
.counter-right .post-content {
    text-transform: capitalize;
    margin: 0;
    color: #fff;
}
/* skill section */
.skill-section-top{
    background-size: cover;
    overflow: hidden;
    overflow-y: scroll;
   background-attachment: fixed;
   background-repeat: no-repeat;
}
.skill1 {
    background: #f0f1f3;
    overflow: hidden;
}
.progress-right {
    max-width: 550px;
    overflow: hidden;
    padding: 120px 0px 120px 50px;
}
.about-right-top {
    margin-bottom: 10px;
}
.about-right-top h6>span {
    margin-left: 10px;
}
.progress.progress-striped {
    border: 1px solid #fff;
}
.progress-header {
    margin-bottom: 40px;
    overflow: hidden;
}
.item-progress {
    margin-bottom: 10px;
    overflow: hidden;
}
.progress.progress-striped {
    border: 3px solid #fff;
    background-color: #fff;
    outline: none;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar {
    border-radius: 10px;
}
.skill-section-bottom{
    z-index: -1;
    -webkit-transform: translateZ(0);
    min-height: 462px;
  background: url(../../assets/images/img/14.jpg) no-repeat center top fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-header h2 {
    padding: 35px 0px 40px 0px;
    overflow: hidden;
}
.skill-bottom-left {
    width: 500px;
    overflow: hidden;
    display: inline-block;
    margin-left: 120px;
}
.panel-default>.panel-heading {
    background: #fff;
}
.panel-title i {
    font-size: 20px;
    overflow: hidden;
    display: inline-block;
    text-align: right;
    float: right;
}
.panel-default {
    background-color: red;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #e56451; 
}
.panel-body {
    padding: 15px;
    background: #e56451;
}
.panel-body p {
    color: #fff;
}
.collapsed .panel-title i{
    display: block;
}
.collapsed .in .panel-title i{
    transform: rotate(180deg);
    color: #fff;
}
/* portfolio section */
.team-section {
   
    overflow: hidden;
}
.team-section h1 {
   /* color: #fff;*/
}
.team-section h6 {
    /*color: #fff;*/
}
.team-section .custrom-btn {
    margin-top: 45px;
    padding: 12px 35px;
}
.team-section .post-thumb{
    position: relative;
}
.team-section .post-thumb img{
    width: 100%;
    border-radius: 3px;
}
.team-section .post-item-inner {
    margin: 15px;
    overflow: hidden;
}
.team-section .post-thumb:hover .post-content {
    padding-top: 30px;
	padding-bottom: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    margin: 0;
    transition: all .3s ease;
    border-radius: 3px;
    background: rgba(241,111,92,0.11);
    background: -moz-linear-gradient(top, rgba(241,111,92,0.11) 0%, rgba(243,104,83,1) 16%, rgba(248,80,50,1) 72%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,111,92,0.11)), color-stop(16%, rgba(243,104,83,1)), color-stop(72%, rgba(248,80,50,1)));
    background: -webkit-linear-gradient(top, rgba(241,111,92,0.11) 0%, rgba(243,104,83,1) 16%, rgba(248,80,50,1) 72%);
    background: -o-linear-gradient(top, rgba(241,111,92,0.11) 0%, rgba(243,104,83,1) 16%, rgba(248,80,50,1) 72%);
    background: -ms-linear-gradient(top, rgba(241,111,92,0.11) 0%, rgba(243,104,83,1) 16%, rgba(248,80,50,1) 72%);
    background: linear-gradient(to bottom, rgba(241,111,92,0.11) 0%, rgba(243,104,83,1) 16%, rgba(248,80,50,1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#f85032', GradientType=0 );
}
.team-section .post-thumb:hover .post-content h5{
    color: #fff;
}
.team-section .post-thumb:hover .post-content p{
    color: #fff;
}
.team-section .post-content {
    padding-top: 30px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: #fff;
    overflow: hidden;
    margin: 0;
    transition: all .3s ease;
    background: rgba(255,255,255,0.02);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(237,237,237,0.02) 0%, rgba(237,237,237,0.02) 1%, rgba(237,237,237,0.48) 10%, rgba(237,237,237,0.64) 13%, rgba(243,243,243,1) 20%, rgba(246,246,246,1) 24%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.02)), color-stop(0%, rgba(237,237,237,0.02)), color-stop(1%, rgba(237,237,237,0.02)), color-stop(10%, rgba(237,237,237,0.48)), color-stop(13%, rgba(237,237,237,0.64)), color-stop(20%, rgba(243,243,243,1)), color-stop(24%, rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(237,237,237,0.02) 0%, rgba(237,237,237,0.02) 1%, rgba(237,237,237,0.48) 10%, rgba(237,237,237,0.64) 13%, rgba(243,243,243,1) 20%, rgba(246,246,246,1) 24%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(237,237,237,0.02) 0%, rgba(237,237,237,0.02) 1%, rgba(237,237,237,0.48) 10%, rgba(237,237,237,0.64) 13%, rgba(243,243,243,1) 20%, rgba(246,246,246,1) 24%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(237,237,237,0.02) 0%, rgba(237,237,237,0.02) 1%, rgba(237,237,237,0.48) 10%, rgba(237,237,237,0.64) 13%, rgba(243,243,243,1) 20%, rgba(246,246,246,1) 24%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.02) 0%, rgba(237,237,237,0.02) 0%, rgba(237,237,237,0.02) 1%, rgba(237,237,237,0.48) 10%, rgba(237,237,237,0.64) 13%, rgba(243,243,243,1) 20%, rgba(246,246,246,1) 24%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
}
.team-section .post-content h5 {
    padding-top: 10px;
    padding-bottom: 0;
}
.team-section .post-content p {
    margin-bottom: 0;
    text-transform: capitalize;
}
.team-section .top-right {
    display: inline-block;
    float: none;
}
.team-section .top-right li a {
    background: #f0f1f3;
}
.team-section .top-right li a:hover{
    color: #e56451;
}
/* pricing section */
.pricing-section{
    overflow: hidden;
    background: #f0f1f3;
}
.pricing-section .post-item {
    position: relative;
    width: 33.33%;
    text-align: center;
    overflow: hidden;
	margin-top: 35px;
}
.pricing-section .post-item-inner{
    background: #fff;
    margin: 3px 15px 15px 15px;
    transition: all .3s ease;
    border-radius: 4px;
   padding-bottom: 30px;
}
.pricing-section .post-item-inner:hover{
    box-shadow: 0px 10px 18px 2px rgba(0,0,0,.1);
}
.pricing-section .post-thumb {
    padding-top: 55px;
}
.pricing-section .post-content h4 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 26px;
}
.pricing-section .section-heading h6{
    color: #6b6d81;
   /* margin-top: 10px;*/
}
.pricing-section .pri-part {
    margin: 32px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    height: 60px;
    background: #ef1e8a;
    margin-left: -35px;
    position: relative;
}
.pricing-section .post-item:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 0;
    top: 227px;
    height: 0px;
    border-right: 78px solid white;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}
.pricing-section .post-item:before{
    content: "";
    position: absolute;
    left: -67px;
    bottom: 0;
    top: 230px;
    width: 0;
    height: 0;
    border-right: 83px solid #b50460;
    border-top: 31px solid transparent;
    border-bottom: 44px solid transparent;
}
.pricing-section .list {
    display: inline-block;
    width: 356px;
}
.pricing-section .list h1 {
    color: #fff;
    margin-left: -20px;
    font-size: 48px;
}
.pricing-section .list p {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    transform: translateY(-50%);
    margin-left: 10px;
    display: inline-block;

}
.pricing-section .list sup{
    font-weight: 300;
}
.dig-list li {
    margin: 10px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #464861;
}
.pricing-section .custrom-btn{
    background: #ef1e8a;
    margin-bottom: 50px;
    padding: 8px 30px;
    border-radius: 3px;
    color: #fff;
}
.pricing-section .custrom-btn:hover{
    color: #fff;
    background: #2379d2;
}
.pricing-section .post-item:nth-child(2) .custrom-btn{
    background: #01b1ae;
}
.pricing-section .post-item:nth-child(2) .custrom-btn:hover{
    color: #fff;
    background: #ef1e8a !important;
}
.pricing-section .post-item:nth-child(2) .pri-part{
    background: #01b1ae;
}
.pricing-section .post-item:nth-child(2):before{
    border-right: 83px solid #006967;
}
.pricing-section .post-item:nth-child(3) .pri-part{
    background: #2379d2;
}
.pricing-section .post-item:nth-child(3):before{
    border-right: 83px solid #0e4f92;
}
.pricing-section .post-item:nth-child(3) .custrom-btn{
    background: #2379d2;
}
.pricing-section .post-item:nth-child(3) .custrom-btn:hover{
    color: #fff;
    background: #01b1ae !important;
}
/* testimonial section */
.testimonial-section {
   
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.testimonial-section .section-wraper {
    overflow: hidden;
    padding: 13px 0;
}
.testimonial-section h1 {
    color: #fff;
    margin-bottom: 30px;
}
.testi-content{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.testi-content p{
    color: #fff;
    font-style: italic;
}
.testi-content i {
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.testi-grp {
    max-width: 400px;
    margin: 0 auto;
}
.testimonial-section .post-item{
    width: 100%;
}
.swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #415161;
    color: #fff;
    margin-right: -10px;
    outline: none;
    border: none;
}
.swiper-button-next i{
    text-align: center;
    font-size: 40px;
    margin-left: 16px;
}
.swiper-button-next:hover{
    background: #e56451;
}
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #415161;
    color: #fff;
    margin-left: -10px;
    outline: none;
    border: none;
}
.swiper-button-prev:hover{
    background: #e56451;
}
.swiper-button-prev i{
    text-align: center;
    font-size: 40px;
    margin-left: 10px;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
	margin-bottom: 50px;
}
.gallery-thumbs .swiper-slide {
    width: 60px;
    height: 60px;
    opacity: 0.4;
    text-align: center;
    line-height: 100px;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.swiper-container.gallery-thumbs.swiper-container-horizontal{
    max-width: 370px;
    margin: 0 auto;
} 
.swiper-slide.swiper-slide-active{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.testimonial-section .post-thumb img {
    width: 100%;
    cursor: pointer;
}
.testi-content i {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.testi-content{
    /*width: 700px;*/
    margin: 15px auto;
    overflow: hidden;
    text-align: center;
}
.swiper-button-prev.swiper-button-white {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #e56451;
    outline: none;
    transition: all .3s ease;
}
.swiper-button-prev.swiper-button-white:hover{
    background: #fff;
    color: #333;
}
.swiper-button-prev.swiper-button-white:hover:after{
    color: #333;
}
.swiper-button-prev.swiper-button-white:after{
    position: absolute;
    content: "\f104";
    font-family: fontawesome;
    color: #fff;
    line-height: 40px;
    margin-left: 12px;
    font-size: 30px;
    font-weight: 700;
    transition: all .3s ease;
}
.swiper-button-next.swiper-button-white {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #e56451;
    outline: none;
    transition: all .3s ease;
}
.swiper-button-next.swiper-button-white:hover{
    background: #fff;
}
.swiper-button-next.swiper-button-white:hover:after{
    color: #333;
}
.swiper-button-next.swiper-button-white:after{
    position: absolute;
    content: "\f105";
    color: #fff;
    font-family: fontawesome;
    line-height: 40px;
    margin-left: 17px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    transition: all .3s ease;
}
.testimonial-section .swiper-slide .post-content p {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
}
.testimonial-section .swiper-slide .post-content {
    width: 100px;
    overflow: hidden;
    display: none;
}
.swiper-slide.swiper-slide-active .post-content {
    display: inline-block;
}
.testimonial-section .swiper-slide .post-content h6 {
    text-transform: capitalize;
    margin-top: 20px;
    color: #fff;
}
/* recent articals */

a.post-thumbnail img {
    width: 100%;
}
.blog-section{
    
    overflow: hidden;
}
.blog-section .post-item {
    width: 50%;
}
.blog-section .post-item-inner {
    margin: 47px 10px;
}
.blog-section .post-content {
    padding: 35px 15px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
   
}
.blog-left {
    width: 130px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.meta-left {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #e56451;
    display: inline-block;
    text-align: center;
    padding: 10px;
}
.meta-left h4 {
    margin-top: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.style4 .meta-left h4 {
    margin-bottom: 0;
}
.meta-left p {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
}
.meta-left span {
    margin-left: 5px;
}
.blog-right {
    width: calc(100% - 130px);
    float: left;
    padding-right: 20px;
    overflow: hidden;
}
.blog-right h4>a {
    color: #464861;
}
.blog-right .meta-post {
    text-align: left;
    padding-bottom: 5px;
    overflow: hidden;
    margin-left:0px;
}
.meta-post p {
    text-transform: capitalize;
    color: #b4b5be;
}

.meta-post p>a {
    display: inline-block;
    margin: 0px 5px;
    color: #464861;
}
.meta-post p>i {
    margin: 0 5px;
}
.meta-post p>span {
    margin: 0px;
}
.blog-right p {
    text-align: left;
    color: #6b7884;
    margin-bottom: 0;
}
.blog-right .custrom-btn {
    background: #1f202a;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    float: left;
    margin-bottom: 0px;
    border-radius: 3px;
    display: inline-block;
    transition: all .3s ease;
}
.blog-right .custrom-btn:hover{
    background: #e56451;
}
.blog-section .text-center .custrom-btn {
    margin-top: 36px;
}
.blog-section.style2 .text-center .custrom-btn {
    margin-top: 45px;
    padding: 10px 39px;
}
/* contact from */
.contact-section {
    background: #fff;
}
.left-message {
    width: 575px;
    float: left;
    padding-right: 10px;
    overflow: hidden;
}
.left-message input.get-name, input.get-num, .get-subject,input#author,
input#email
 {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 10px 0;
    outline: none;
    border: 1px solid #dedee2;
}
.right-message {
    width: 593px;
    float: left;
    overflow: hidden;
}
.right-message .get-textarea {
    width: 100%;
    height: 190px;
    padding: 10px;
    margin: 10px 0;
    outline: none;
    border: 1px solid #dedee2;
}
.contact-section .custrom-btn {
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
    border-radius: 3px;
    background: #e56451;
    color: #fff;
}
.contact-section .custrom-btn:hover{
    background: #e56451!important;
    color: #fff;
}
/* map section */
div#home-map {
    width: 100%;
    height: 675px;
    position: relative;;
}
/* footer section */
.footer-section{
    background: #1f202a;
}
.Copyright {
    text-align: center;
    margin: 0;
    padding: 33px 0;
}
.Copyright p{
    margin-bottom: 0;
   
}
.Copyright a{
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    text-transform: capitalize;
}
.Copyright a:hover{
    color: #e56451;
}
.product-section .post-thumb:hover .p-icon{
    z-index: 111;
    transform: scale(1);
}
.p-icon {
    transform: scale(0);
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.p-icon a {
    font-size: 16px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    padding: 8px;
    color: #e56451;
    display: inline-block;
    line-height: 35px;
}
.p-icon a:hover{
    color: #fff;
    background: #e56451;
}
.panel-title a {
    display: block;
    padding: 10px 20px;
    background: #e56451;
    color: #fff;
}
.panel-heading {
    padding: 0;
}
.panel-title a.collapsed {
    background-color: #fff;
    color: #000;
}
/* psd no 2 */
/* header section */
.menu-area .style2 .logo {
    float: left;
    margin: 0;
    width: 204px;
    text-align: center;
    display: none;
}
.header-bottom2 .main-menu {
    float: left;
}
.header-top-style2{
    background: #fff;
    padding: 19px 0;
    overflow: hidden;
}
.header-bottom2 .logo {
    display: none;
}
.top-left-style2 li {
    float: none;
    margin: 0;
}
.top-left-style2 li i {
    margin-right: 5px;
    color: #e56451;
}
.top-right-style2 {
    float: right;
    margin: 0;
    margin-top: 15px;
}
.top-right-style2 li {
    float: left;
    margin: 5px;
}
.top-right-style2 li a {
    color: #464861;
    display: inline-block;
}
.donate-main2 i {
    font-size: 25px;
}
.logo-medile {
    display: inline-block;
    margin-top: 20px;
    margin-left: 135px;
}
.donate-count2 {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    top: 15px;
    right: 13px;
    border-radius: 100%;
    background: #e56451;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    align-items: center;
}
.header-bottom2{
    background: #333;
}
.menu-area.style2 {
    float: left;
    width: 100%;
    overflow: hidden;
}

.style2 li {
    float: left;
}
.style2 li a {
    float: left;
    margin: 10px 5px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 7px 14px;
    color: #fff;
    border-radius: 1px;
    border-bottom: none;
}
.style2 li a:hover{
    background: #e56451;
    border-bottom: none;
    color: #fff;
}
.donate2 {
    float: right;
    margin-top: 15px;
}
.donate2 li {
    padding: 5px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}
.donate2 i {
    font-size: 18px;
    color: #fff;
}
/* banner section */
.banner-section2 {
    background-size: cover;
   height: calc(100vh - 100px);
    margin-top: 45px;
    position: relative;
}
.banner-container-area {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}
.banner-section2 .banner-contant {
    max-width: 700px;
    overflow: hidden;
    text-align: left;
    margin-left: 15px;
}
.banner-section2 h5 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
}
.banner-section2 h1 {
    font-size: 108px;
    color: #1f202a;
    font-weight: 900;
	line-height: 1;
	margin-bottom: 20px;
}
.banner-section2 p {
    color: #464861;
    line-height: 26px;
    font-size: 18px;
}
.banner-section2 .custrom-btn {

    padding: 8px 29px;
}
.banner-section2 .swiper-button-next {
    margin-right: 30px;
}
.banner-section2 .swiper-button-prev {
    margin-left: 30px;
}
/* about section */
.about-top-right .custrom-btn {
    background: none;
    font-size: 14px;
    border: 2px solid #2c3e50;
    color: #2c3e50;
    padding: 7px 17px;
    margin-top: 0 !important;
    margin-bottom: 50px;
}
.about-top-right .custrom-btn:hover{
    background: #2c3e50;
    color: #fff;
}
.about-bottom-left {
    margin-top: 38px;
}
.about-bottom-left .post-item {
    width: 100%;
}
.about-bottom-left .post-thumb {
   width: 70px;
    float: left;
    margin-top: 15px;
}
.about-bottom-left .post-content {
    width: calc(100% - 100px);
    float: left;
    text-align: left;
    padding-left: 15px;
    margin: 0;
}
.about-bottom-left .post-content h5{
    font-weight: 500;
}
.about-bottom-left .post-content p{
    margin-bottom: 15px;
}
.about-bottom-right {
    position: relative;
	margin-top: 50px;
}
/* services section */
.service-section2{
 
    overflow: hidden;
}
.service-section2 h1{
    font-weight: 300;
}
.service-section2 .post-item {
    text-align: center;
}
.service-section2 .post-item-inner {
    background: #fff;
    padding: 30px 0;
    margin: 15px;
    border-radius: 2px; 
    transition: all .3s ease;
}

.service-section2 .post-item-inner:hover{
    background: #01b1ae;
    color: #fff;
}
.service-section2 .post-item-inner:hover .service-section2 .post-thumb{
    background-color: #fff;
}

.service-section2 .post-item-inner:hover .post-content h5{
    color: #fff;
}
.service-section2 .post-thumb {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.service-section2 .post-content h5 {
    font-size: 22px;
    font-weight: 500;
    padding: 14px 0;
}
.service-section2 .post-item:nth-child(1) .post-thumb{
    background: #ef1e8a;
}
.service-section2 .post-item:nth-child(2) .post-thumb{
    background: #e56451;
}
.service-section2 .post-item:nth-child(3) .post-thumb{
    background: #fff200;
}
.service-section2 .post-item:nth-child(4) .post-thumb{
    background: #2379d2;
}
.service-section2 .post-item:nth-child(5) .post-thumb{
    background: #c56cf0;
}
.service-section2 .post-item:nth-child(6) .post-thumb{
    background: #7d5fff;
}
.service-section2 .post-item:nth-child(7) .post-thumb{
    background: #3ae374;
}
.service-section2 .post-item:nth-child(8) .post-thumb{
    background: #ffb142;
}
/* our product */
.product-section.style2 .post-content {
    padding: 25px 0;
    background: #fff;
}
.product-section.style2 .post-content h5{
    padding: 0;
}
.product-section.style2 .post-content h5>a {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    color: #464861;
}
.product-section.style2 .post-content p{
    margin: 0;
    text-transform: capitalize;
}
.product-section.style2 .post-content p>a {
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.style2 h1 {
    color: #fff;
}
.style2 .p-icon a i {
    padding: 10px;
    color: #3f3f48;
    z-index: 1;
}
.style2 .post-item {
    width: 20%;
    text-align: center;
}
.style2 .p-icon {
    transform: scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    transition: all .3s ease;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #e56451;
}
.product-section .post-content {
    background: #fff;
    transition: all .3s ease;
}
.product-section .post-content p{
    text-transform: capitalize;
    transition: all .3s ease;
}
.style2 .post-item-inner:hover .post-thumb:after{
    opacity: 1;
}
.style2 .post-item-inner:hover .p-icon{
    transform: scale(1);
    z-index: 111;
}
.product-section .post-item-inner:hover .post-content {
    background: #e56451;
    color: #fff;
    transition: all .9s ease;
}
.product-section .post-item-inner:hover .post-content h5>a{
    color: #fff;
}
.product-section .post-item-inner:hover .post-content p>a{
    color: #fff;
}
/* counter section */
.cs-2{
    
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.cs-2 .overlay {
    background: rgba(31,32,42,.50);
}
.cs-2 .counter-left {
    margin-top: 30px;
}
.cs-2 .post-item {
    width: 33.33%;
    min-height: 80px;
}
.cs-2 .post-item-inner{
    margin: 0 20px
}
.cs-2 .post-item:nth-child(1) i {
    background: #da2984;
}
.cs-2 .post-item:nth-child(2) i {
    background: #13a39f;
}
.cs-2 .post-item:nth-child(3) i {
    background: #ded30a;
}
/* team member */
.team-member-section{
    background: #f0f1f3;
}
.team-member-section .post-item-inner {
    margin: 0;
}
.team-member-section .custrom-btn{
    margin-top: 80px;
    padding: 12px 41px;
}
/* pricing section */
.pricing-section2{
   
}
.pricing-section2 .section-heading h1{
    color: #fff;
}
.pricing-section2 .pc-medile h1 {
    color: #fff;
}
.pricing-section2 .pc-medile h1{
    color: #464861;
}
.pricing-section2 h6 {
    color: #d2d2d4;
}
.pricing-section2 .post-item {
    width: 33.33%;
    text-align: center;
}
.pricing-section2 .post-item-inner {
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    margin: 15px;
    padding-bottom: 30px;
}
.pc-top {
    margin: 0;
}
.pc-top h4 {
    font-weight: 300;
    color: #fff;
    background: #ef1e8a;
    padding: 15px 0;
}
.pricing-section2 .pc-medile h1{
    position: relative;
}
.pc-medile {
    padding: 16px;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.pc-medile sup {
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 100%;
    background: #e56451;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    margin-left: -16px;
    margin-top: 12px;
    border: 2px solid #fff;
}
.pc-medile p {
    margin: 0;
    text-transform: capitalize;
}
.pc-bottom {
    padding: 0 30px;
    margin: 15px 0px;
}
.pc-bottom li {
    padding: 13px 0;
    border-bottom: 1px solid #dedee2;
    text-align: left;
}
.pc-bottom li p {
    display: inline-block;
    margin-bottom: 0;
}
.pc-bottom li .fa.fa-check {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    background: #027c60;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}
.pc-bottom li .fa.fa-close{
    font-size: 20px;
    color: #c0392b;
    margin-right: 10px;
    font-weight: 900;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.pricing-section2 a.custrom-btn{
    padding: 11px 35px;
    margin-bottom: 50px!important;
    color: #fff;
}
.pricing-section2 .post-item:nth-child(1) .pc-top h4{
    background: #ef1e8a;
}
.pricing-section2 .post-item:nth-child(1) .custrom-btn{
    background: #ef1e8a !important;
     color: #fff;
}
.pricing-section2 .post-item:nth-child(1) .custrom-btn:hover{
    background: #01b1ae!important;
    color: #fff;
}
.pricing-section2 .post-item:nth-child(2) .pc-top h4{
    background: #01b1ae!important;
}
.pricing-section2 .post-item:nth-child(2) .custrom-btn{
    background: #01b1ae!important;
}
.pricing-section2 .post-item:nth-child(2) .custrom-btn:hover{
    background: #2379d2!important;
    color: #fff;
}
.pricing-section2 .post-item:nth-child(3) .pc-top h4{
    background: #2379d2;
}
.pricing-section2 .post-item:nth-child(3) .custrom-btn{
    background: #2379d2!important;
}
.pricing-section2 .post-item:nth-child(3) .custrom-btn:hover{
    background: #ef1e8a!important;
    color: #fff;
}
.pricing-section2 .post-item .pc-bottom li:nth-child(7) {
    border-bottom: none;
}
/* testimonial section */
.testimonial-section-style2{
   /* background: #f0f1f3;*/
    overflow: hidden;
}
.testimonial-section-style2 h1 {
    color: #464861;
    font-weight: 900;
}
.testimonial-section-style2 .post-item {
    width: 100%;
}
.testimonial-section-style2  .post-item-inner {
    margin: 15px;
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    transition: all .3s ease;
}
.testimonial-section-style2 .post-thumb img {
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 100%;
}
.testimonial-section-style2 .post-content {
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
    transition: all .3s ease;
}
.testimonial-section-style2 .post-content p{
    line-height: 28px;
    font-style: italic;
    font-size: 15px;
}
.testimonial-section-style2  .post-item-inner:hover{
    background: #e56451;
}
.testimonial-section-style2  .post-item-inner:hover .post-content h6{
    color: #fff;
    transition: all .3s ease;
}
.testimonial-section-style2  .post-item-inner:hover .post-content span{
    color: #fff;
    transition: all .3s ease;
}
.testimonial-section-style2  .post-item-inner:hover .post-content p{
    color: #fff;
    transition: all .3s ease;
}
.testimonial-section-style2 .post-thumb {
    text-align: center;
}
/* blog section style 2 */
.blog-section.style2{
   background: #1f202a;
}
.blog-section.style2 h6 {
    color: #d2d2d4;
}
.blog-section.style2 h4>a {
    font-weight: 700;
    font-size: 22px;
    color: #464861;
    display: inline-block;
}
.blog-section.style2 .post-item-inner {
    border-radius: 3px;
    overflow: hidden;
}
.blog-section.style2 .post-item {
    width: 33.33%;
}
.blog-section.style2 .post-content{
    padding: 30px 0;
    margin: 0;
}
.blog-section.style2 .post-content .meta-post {
    margin: 0;
}
.blog-section.style2 .post-content .meta-post p {
    margin: 0;
}
/* news letters section */
.news-letter {
   
    overflow: hidden;
}
.news-left {
    width: 50%;
    float: left;
    padding: 0 40px;
}
.news-left h3 {
    color: #fff;
}
.news-left p {
    color: #fff;
}
.news-right {
    width: 50%;
    float: left;
    padding: 0 40px;
}
input[type="email"] {
    width: 100%;
    height: 60px;
    padding: 30px;
    border-radius: 3px;
    outline: none;
    border: none;
}
.news-letter .custrom-btn {
    background: #365cd5;
    color: #f2f4fc;
    padding: 10px 28px;
    transition: all .6s ease;
}
.news-letter .custrom-btn:hover{
    background: #f2f4fc;
    color: #365cd5;
}
/* maps section */
.home-map{
    position: relative;
}
.maps-post-content{
    max-width: 350px;
    background: #fff;
    padding: 48px 0;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    left: 190px;
    bottom: 50px;
}
.pmc {
    padding: 20px;
}
.pmc li {
    margin: 10px 0;
    overflow: hidden;
}
.Address {
    width: 80px;
    float: left;
    text-transform: capitalize;
    font-weight: 700;
}
.pmc li>span {
    font-weight: 700;
}
.Address-deg {
    width: calc(100% - 110px);
    float: right;
}
.Address-deg p {
    margin-bottom: 0;
    color: #464861;
}
.Address-deg a {
    color: #464861;
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}
.mpc-contact {
    width: 100%;
    padding: 0 20px;
    display: inline-block;
}
.map-content-right p {
    margin: 3px;
}
.mpc-contact .top-right {
    margin-left: 75px;
    overflow: hidden;
}
.mpc-contact .top-right li a{
    background: #ecf0f1;
}
.mpc-contact .top-right li a:hover{
    background: #e56451;
}
/* footer section  */
.footer-section-top{
    background: #1f202a;
    overflow: hidden;
    padding: 80px 0;
}
.footer-section-top p {
    color: #fff;
    margin-top: 30px;
	font-size: 14px;
}
.footer-section-top .top-right {
    float: left;
}
.ci-list{
    display: table;
   margin: 17px 0px;
}
.contact-info h3 {
    color: #fff;
    font-size: 29px;
}
.contact-info .ci-list li {
    color: #fff;
    margin: 10px 0;
    overflow: hidden;
}
.ci-list li i{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 20px;
    background: #fff;
    text-align: center;
    color: #464861;
    margin-right: 15px;
    float: left;
}
.ci-list li a{
    color: #fff;
    display: inline-block;
}
.con-mail h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}
.con-mail span {
    margin-right: 0;
}
input[type="name"] {
    width: 100%;
    height: 55px;
    padding: 15px;
    border-radius: 3px;
    outline: none;
    border: none;
}
.footer-news-right .custrom-btn {
    padding: 15px 45px;
    border-radius: 3px;
}
.footer-logo {
    margin-top: 10px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.footer-bottom .Copyright a {
    color: #fff;
}
.footer-bottom .Copyright a:hover{
    color:#e56451;
}
/* scorl bar */
.scroll-top {
    position: relative;
}
.scrollToTop{
    display: block;
}
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    background: #e56451;
    line-height: 43px;
    border-radius: 4px;
    margin-bottom: 5px;
    z-index: 1;
}
.scrollToTop span {
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
/* blog page */
input.search-field::placeholder{
color: #abb2b9;
font-weight: 500;
text-transform: capitalize;
}

.header-bottom2.style3 .logo {
    display: block;
    width: 250px;
    float: left;
    margin: 0;
}
.header-bottom2.style3 .main-menu {
    float: right;
}
.menu-fixed .header-bottom2.style3 {
    background-color: #e56451;
}
.transparent-header .header-bottom2 {
    background-color: transparent;
}
.transparent-header .primary-menu {
    background-color: transparent;
}
.transparent-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.menu-area.style3 {
    width: calc(100% - 250px);
    float: left;
}
.style3 .style2 li a:hover {
    color: #e56451;
    background: none;
}
.menu-fixed .style3 .style2 li a:hover {
    color: #fff;
    background: none;
}
.style3 .menu-area input[type="text"] {
    background: #e56451;
}
.style3 .search-box.open-search .search-form {
    width: 700px;
}
/* page header custom css*/
.page-content .breadcrumb {
    background: transparent;
}
span.bread-current.bread-23 {
    color: #fff;
}
.page-header{
    background-size: cover;
    margin: 0;
    position: relative;
    padding: 262px 0;
    background-position: 50% 0%;
}
.content-area {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-25%);
    z-index: 1;
}
.page-content {
    text-align: center;
}
.page-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}
.page-content a {
    text-transform: capitalize;
    color: #e56451;
    font-size: 20px;
    display: inline-block;
}
.page-content a:hover{
    color: #fff;
}
.page-content span>i {
    font-size: 20px;
    margin: 0 5px;
    color: #909797;
}
.page-content span>span {
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
}
.page-content .active {
    color: #fff;
}
.page-content .active:hover {
    color: #e56451;
}
.blog-section.style3 {
    padding: 100px 0;
    background: #fbfaf8;
}
.pagenation li:nth-child(4) a {
    background: none;
    border: none;
}
.pagenation li:nth-child(5) a {
    background: none;
    border: none;
}
.pagenation li:nth-child(6) a {
    background: none;
    border: none;
}
.pagenation li:nth-child(7) a {
    background: none;
    border: none;
}
.pagenation li:nth-child(8) a {
    background: none;
    border: none;
}
.pagenation li:nth-child(9) a {
    background: none;
    border: none;
}
.pagenation li:nth-child(10) a {
    background: none;
    border: none;
}
.pagenation li:nth-child(11) a {
    background: none;
    border: none;
}
.blog-section.style3 .post-item {
    width: 100%;
}
.blog-section.style3 .post-item-inner {
}
.style3 .post-content {
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.1);
}
.pagenation, .nav-links{
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}
.pagenation li, .nav-links {
    list-style: none;
    float: left;
    margin: 5px;
}
.pagenation li a, span.page-numbers.current,
a.page-numbers 
{
    display: inline-block;
    background: #ebebeb;
    color: #6b7884;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 1px;
    border: 1px solid #d0d4d8;
    transition: all .3s ease;
}
.pagenation li a, span.page-numbers.current,
a.page-numbers:hover{
    color: #fff;
    background: #e56451;
    border: 1px solid #e56451;
}
.blog-padding{ 
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}
.blog-widget-section {
    width: 100%;
    padding: 0 14px;
}
.search-section {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
    
}
.search-section input[type="text"] {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: none;
    outline: none;
    background: #f4f5f6;
    border-radius: 3px;
}
.blog-widget-section ::placeholder {
    color: #abb2b9;
    font-weight: 500;
    text-transform: capitalize;
}
.catagoris-section {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
}
.catagoris-section h4 {
    margin-bottom: 20px;
    color: #6b7884;
    font-weight: 600;
    text-transform: capitalize;
}
.catagori li {
    margin: 5px 0;
}
.catagori li a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    width: 100%;
}
.catagori li a>p {
    float: left;
    margin: 0;
    line-height: 26px;
    transition: all .3s ease;
}
.catagori li a p>i {
    font-size: 18px;
    margin-right: 5px;
}
.catagori li a>span {
    float: right;
    line-height: 26px;
    transition: all .3s ease;
}
.catagori li:hover a>p {
    color: #f5b041;
    padding-left: 10px;
}
.catagori li:hover a>span {
    color: #f5b041;
}
.recent-post {
    padding: 0;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.recent-post-head {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: none;
}
.recent-padding {
    padding: 40px 0;
}
.recent-post-head li {
    float: left;
    padding-bottom: 10px;
}
.recent-post-head li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e56451;
    bottom: 10px;
    left: 29px;
    transform: rotate(47deg);
    display: none;
}
li.active:after{
    display: inline-block;
}
.recent-post-head li a{
    padding: 4px 10px;
    text-transform: capitalize;
    margin: 5px;
    background: #f4f5f6;
    border-radius: 3px;
    color: #77828d;
    border: none;
    z-index: 1;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: #e56451;
    border: none;
    border-bottom-color: #77828d;
}
/*.recent-post-head li a:hover{
    color: #fff;
    background: #e56451;
}*/
.recent-post .post-item {
    padding: 0px 10px 0px 0px;
    overflow: hidden;
    margin: 10px 0;
}
.recent-post .post-thumb {
    width: 80px;
    float: left;
}
.blog-widget-section .recent-post .post-content {
    width: calc(100% - 80px);
    float: left;
    padding: 0px 0px 0px 10px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}
.recent-post .post-content h6>a {
    font-size: 17px;
    display: inline-block;
    color: #6b7884;
}
.recent-post .post-content span {
    color: #a5acb3;
}

.timeline-section {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
}
.timeline-section h4 {
    font-weight: 500;
    color: #6b7884;
    margin-bottom: 10px;
}
.tags-section {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
    margin: 45px 0 0px 0px;
}
.tags-section h4{
    font-weight: 500;
    color: #6b7884;
    margin-bottom: 10px;
}
.tags {
    margin: 0;
    overflow: hidden;
}
.tags li {
    float: left;
    margin: 5px;
}
.tags li a {
    display: inline-block;
    padding: 2px 10px;
    background: #e9ebed;
    border-radius: 3px;
    transition: all .3s ease;
}
.tags li a:hover{
    color: #fff!important;
    background: #e56451;
}
.footer-section.style3 {
    background: #e56451;
}
.scroll-top.style3 .scrollToTop {
    background: #e56451;
    bottom: 50px;
}
.style3 .blog-right .custrom-btn {
    background: none;
    border: 1px solid #e56451;
    color: #e56451;
}
.style3 .blog-right .custrom-btn:hover {
    background: #e56451;
    color: #fff;
}
.style3 .meta-left {
    background: #e56451;
}
.style3 .blog-right h4>a {
    color: #5f6a76;
}
/* single page */

.blog-section.style4 {
    padding: 100px 0;
    background: #fbfaf8;
}
.blog-section.style4 .post-item {
    width: 100%;
}
.style4 .post-thumb {
    position: relative;
    overflow: hidden;
}
.style4 .post-thumb img{
    max-width: 100%;
}
.style4 .meta-left {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: 30px;
}
.blog-section.style4 .post-item-inner {
    margin: 0px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}
.blog-section .post-content.style4 {
    padding: 0px 40px 40px 0px;
    border-radius: 3px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
    width: 100%;
}
.style4 .blog-right {
    width: 100%;
    padding: 0;
}
.style4 h4 a {
    color: #6b7884;
}
.style4 p{
    line-height: 26px;
    display: block;
}
/*.style4 img {
    float: right;
    max-width: 250px;
}*/
.blog-section .post-content.style4 .mpc-contact {
    padding: 0;
    margin: 0;
}
.blog-section .post-content.style4 .mpc-contact h6 {
    text-decoration: underline;
    margin: 10px 0;
}
.blog-section .post-content.style4 .mpc-contact .top-right {
    margin: 0;
    padding: 0;
    float: left;
}
.blog-section .post-content.style4 .mpc-contact .top-right li:nth-child(1) {
    margin-left: 0;
}
.blog-section .post-content.style4 .tags-section {
    padding: 0;
    margin: 10px 0;
}
.style4 .mpc-contact .top-right li a:hover {
    color: #fff;
    background: #e56451;
}
.style4 .meta-left {
    background: #e56451;
}
.style4 .autor-section .top-right {
    float: right;
    margin: 0;
    margin-top: -20px;
}
.style4 .autor-section .top-right li a{
    background: #ecf0f1;
}
.style4 .autor-section .top-right li a:hover{
    background: #e56451;
}
/* autore section */
.autor-section .post-thumb {
    width: 200px;
    float: left;
    text-align: center;
}
.autor-section .post-content {
    width: calc(100% - 200px);
    float: left;
    background: none;
    padding: 0 20px;
}
.autor-section {
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 3px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
    margin-bottom: 45px;
}
.autor-section .post-content h5{
    padding: 0;
}
.autor-section .post-content h5 a {
    color: #415161;
    display: inline-block;
    font-weight: 500;
}
.autor-section .post-content span{
    font-size: 16px;
    color: #415161;
    font-weight: 500;
}
.autor-section .post-content p{
    color: #808b96;
}
.autor-section h4 {
    padding-left: 40px;
    margin-bottom: 20px;
    font-weight: 500;
}
/* comments section */
.Comments-section{
    overflow: hidden;
    background: #fff;
    padding: 40px 0 20px 0px;
    border-radius: 3px;
}
.Comments-section .post-item h4 {
    font-size: 28px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 20px;
}
.Comments-section .post-thumb {
    width: 150px;
    float: left;
    text-align: center;
}
.Comments-section>.post-item {
    border-bottom: 2px solid #f4f5f6;
    padding-bottom: 20px;
}
.Comments-section>.post-item:nth-last-child(1){
    border-bottom: none;
}
.Comments-section .post-content {
    width: calc(100% - 150px);
    float: left;
    background: none;
    padding: 0 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.Comments-section .post-content h6 a {
    display: inline-block;
    color: #6b7884;
}
.Comments-section .post-content p {
    margin-bottom: 0;
    color: #6b7884;
}
.Comments-section .custrom-btn {
    padding: 2px 12px;
    font-size: 15px;
    background: #f4f5f6;
    color: #6b7884;
    margin: 0;
}
.Comments-section .post-item{
    margin: 10px 0;
}
.Comments-section .post-item>.post-item {
    padding-left: 120px;
    margin: 20px 0;
}
/* contact-info */
.contact-info.style4, .contact-form-area{
    overflow: hidden;
    background: #fff;
    padding: 40px 0;
    border-radius: 3px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
    margin-top: 50px;
}
.contact-info.style4 .left-message h5, h3#reply-title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px;
    text-decoration: underline;
    color: #415161;
}
.contact-info.style4 .left-message,.contact-form-area {
    width: 100%;
    padding: 40px;
}
.contact-info.style4 input.get-name {
    border-radius: 3px;
}
.contact-info.style4 textarea.get-textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #dedee2;
    outline: none;
    padding: 20px;
    border-radius: 3px;
    margin-top: 10px;
}
.contact-info.style4 ::placeholder {
    color: #858585;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-info.style4 .custrom-btn, input#submit {
    padding: 12px 11px;
    font-size: 16px;
    background: #e56451;
    margin-top: 30px;
    margin-bottom: 0;
    color: #fff;
}
.contact-info.style4 .custrom-btn,  input#submit:hover{
    background: #e56451;
    color: #fff;
}
/* footer section */
.footer-section.style4 {
    background: #e56451;
}
.style4 .Copyright {
    padding: 23px 0;
}
.post-item .404 h1 { 
    font-size: 40em;
}
p.comment-notes {
    display: none;
}
/*author gravatar design*/
li.othe-post a {
    margin-left: 50px;
    color: #2C3A47;
    font-size: 17px;
}
li.othe-post a:hover{
    color: #e56451;
}
.autor-section .post-thumb img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
section#archives-3 {
    margin-left: 34px;
}
p.logged-in-as {
    display: none;
}
.comment-author img {
    float: left;
    padding-bottom: 5px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.comment-body {
    float: left;
    margin: 30px; 
    max-width: 550px;
}
.children {
    margin-left: 30px;
}
.comment-list .blog-padding {
    padding: 0px;
}
h4.comments-title span {
    display: none;
}
h4.comments-title {
    padding-left: 39px;
    font-size: 30px;
    font-weight: 300;
}
.post-item.\34 04 h1 {
    font-size: 400px;
    text-align: center;

}

.post-content p{
    font-size: 16px;
    padding: 0px 0px;   
}
h1 span {
    margin: 0;
}
.post-thumb span i {
    font-size: 75px;
    padding: 32px;
    color:#01B1AE;
}
.post-thumb span i:hover{
    color:#01B1AE;
}
.post-thumb .post-thumbnail img {
    width: 100%;
}
.banner-container{
    overflow: hidden;
}
.banner-section2 .banner-contant p {
    text-align: left;
	max-width: 465px;
	font-size: 17px;
	margin-bottom: 10px;
}
.about-bottom-left .post-thumb i {
    padding: 0;    
}
input.mailpoet_text {
    width: 100%!important;
    height: 60px;
    padding: 30px;
    border-radius: 3px;
    outline: none;
    border: none;
}
input.mailpoet_submit {
    background: #365cd5;
    color: #fff !important;
    padding: 17px !important;
    transition: all .6s ease;
    text-transform: capitalize;
    font-size: 16px;
    margin:0;
    font-weight: normal;
	border-radius: 5px;
}
input.mailpoet_submit:hover{
 background: #f2f4fc!important;
color: #365cd5 !important;   
}
.singlr {
    width: 100%;
    float: left;
    margin-top: -43px;
}
.banner-contant .custrom-btn {
    background-color: #e56451;
    color: #fff;
    padding: 10px 25px !important;
    font-size: 20px;
}
.banner-contant .custrom-btn:hover{
    background-color: #fff;
    color: #fff;
}
.read-mores-btn {
    text-align: center;
}
.read-mores-btn a {
    background-color: #e56451;
     /*padding: 13px 45px;*/
    color: #fff;
}
/*Theme check*/
.sticky .post-content .blog-right h4 a {
    color: #e56451 !important;
}
select#archives-dropdown--1 {
    width: 100%;
    padding: 10px;
}
span.bread-current {
    color: #fff;
    font-size: 19px;
}

.tagcloud a {
    display: inline-block;
    padding: 2px 10px;
    background: #e9ebed;
    border-radius: 3px;
    transition: all .3s ease;
    font-size: 17px!important;
    margin-bottom: 5px;
}
.tagcloud a:hover {
    background-color: #e56451;
    color: #fff !important;
}
section.blog-widget-section li a {
    font-size: 17px;
}
span.rss-date {
    font-size: 17px;
}
.rssSummary {
    font-size: 17px;
}
.skip-link {
    display:none;
}
ul li span,
ul li strong,
ul li em
 {
  
}
.blog-right ul li {
    list-style: disc;
}
.blog-right ol li{
   list-style: decimal; 
}
ul.tags-section li {
    list-style: none;
}
ul.mpc-contact ul li {
    list-style: none;
}
.entry-comment ul li {
    list-style: disc;
}
.entry-comment ol li {
    list-style: decimal; 
}
h4.widget-title {
    margin-top: 20px;
}
ul{
    margin:0;
}
.widget_categories,
.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_meta,
.widget_calendar,
.widget_pages,
.widget_rss,
widget_text,
.widget_tag_cloud,
.widget_nav_menu
{
   background: #fff;
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
    width: 93%;
    margin: 20px auto;
}
.widget_categories .blog-padding,
.widget_recent_entries .blog-padding,
.widget_recent_comments .blog-padding,
.widget_archive .blog-padding,
.widget_meta .blog-padding,
.widget_calendar .blog-padding,
.widget_pages .blog-padding,
.widget_rss .blog-padding,
.widget_text .blog-padding,
.widget_tag_cloud .blog-padding,
.widget_nav_menu .blog-padding
{
    box-shadow: none;
}
.mpc-contact .top-right {
    float: none;
    margin-left: 0;
}
li.cat-item.cat-item-57 {
    margin-left: 20px;
}
li.cat-item.cat-item-58 {
    margin-left: 40px;
}
.page-header-content h2 {
    color: #fff;
}
.form-textarea {
    padding: 0 0px;
}
img.avatar.avatar-70.photo {
    border-radius: 100%;
}
p.form-submit {
    margin-left: 0px;
}
a.comment-reply-link {
    background-color: #F4F5F6;
    padding: 2px 10px;
    display:inline-block;
	font-weight:400;
}
.blog-padding h4 {
    font-weight: 400;
    color: #6b7884;
}
.blog-right blockquote p {
    color: #fff;
}
.blog-right blockquote a{
    color: #fff;
}
.main-menu li a:hover {
    color: #e56451;
    border-bottom: 4px solid #e56451;
}
.main-menu .style2 li a:hover {
    color: #fff;
    border-bottom: red;
}
section.no-results.not-found .page-header {
    padding: 0;
}
section.no-results.not-found .page-header {
    padding: 0;
}
.pricing-section .post-item-inner .post-thumb img {
    width: 95px;
    height: 95px;
}
ul.top-left li a {
    color: #fff;
}
ul.top-left li a:hover{
    color:#fff;
}
ul.top-right li a i {
    margin-top: 3px;
}
.banner-section2 .banner-content p{
    font-size: 22px;
    line-height: 28px;
    color:#1f202a;
}
.post-thumb.product2 img {
    min-height: 269px;
}
.section-heading.heading2 {
    margin-bottom: 40px;
}
.pricing-section2 .section-heading h6 {
    margin-bottom: 40px;
}
ul.ci-list li span {
    margin-top: 7px;
    display: block;
}
.footer-news-right input.mailpoet_submit {
    background-color: #E56451;
}
.footer-news-right input.mailpoet_submit:hover{
    background-color: #fff;
    color: #fff;
}
/*Usnyson section bg image css*/
section.fw-main-row {
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
}
/*stay with title*/
.stay-with {
    position: relative;
    top: -11px;
}
/*about content*/
.about-wrap {
    padding-right: 74px;
}
.rowwss{
	margin-left: 0;
	margin-right: 0;
}
/*service right*/
ul.list-item-left {
    margin-top: -4px;
}
ul.list-item-left li {
    font-size: 15px;
    color: #464861;
}
.service-bottom-left .post-thumb img {
    min-height: 316px;
}
/*team sectin*/
.section-heading.heading2.team2 {
    margin-bottom: 57px;
}
/*pricing section*/
section .pricing-section .post-content {
    margin-top: 19px;
}
ul.pc-medile p {
    margin-top: -15px;
}
/*footer widget*/
.contact-info {
    margin-top: -12px;
}
.con-mail {
    margin-top: -12px;
}
/*service arrow next*/
a.flex-next {
    width: 38px;
}
/*accordion*/
h6.panel-title a:hover {
    background: #fff !important;
    color: #000;
}
.grid-item.product-item {
    width: 33.33%;
    float: left;
}

