/* General 
========================*/
*, *:focus {
	outline: none!important;
}
body{
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
    font-weight: 400;
}
.wrapper {
   display: block;
    position: relative;
}
.main{
    display: block;
    position: relative;
    width: 100%;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
    color: black
}

/*Section-Setting 
========================*/
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    padding: 70px 0px;
    
    background-color: #fff;
}
.section-color{
    background-color: #f9f9f9;
}
.section-title{
    display: block;
    position: relative;
    margin: 15px auto 30px;
    max-width: 650px;
    letter-spacing: 2px;
}
.section-title .head-title{
    text-transform: uppercase;
    font-size: 32px;
    margin: 5px auto;
    line-height: 30px;
}
.section-title .info-text{
    color: #777;
    line-height: 22px;
    font-size: 15px;
    letter-spacing: .5px;
    font-style: italic;
}
.section-img{
    position: relative;
    background: url(../images/bc.jpg) top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px 200px;
}
.section-img:before{
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0,0.7);
}
.autoscroll{
    overflow-y: auto;
}
/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    background: transparent;
    padding: 0px;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #58585a;
    background-color: #f9f9f9;
    border-radius: 25px;
    margin: 0 2px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background-color: #d4232c;
    color: #fff;
}

/* Table
======================*/
.table{
    margin: 15px auto;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}
.table-bordered>thead>tr>th{
    background: #231f20;
    line-height: 35px;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 700;
    color: #ffffff;
    border: 0;
    padding: 0 15px;
    text-align: center;
}

.table-bordered>tbody>tr>td{
    border: 1px solid #f9f9f9;
    line-height: 35px;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 700;
    color: #545454;
}

/* Page Heading
======================*/
.page-heading {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 120px 0px 50px;
    background-color: #f9f9f9;
    background: url(../images/bc.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.page-heading:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 249, 255, .95);
}
.page-heading h2 {
    font-size: 30px;
    display: block;
    position: relative;
    line-height: 40px;
    margin: 0 auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4262f;
    font-weight: 700;
}
.page-heading .breadcrumb {
	background: none;
  	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
    line-height: 40px;
}
.page-heading .breadcrumb > li + li:before {
	padding: 0px 5px;
	color: #231f20;
}
.page-heading .breadcrumb li ,
.page-heading .breadcrumb a {
	color: #444143;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 700;
}
.page-heading .breadcrumb a i{
	margin-right:5px;
}

/* Links 
========================*/
a, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
}

/* Lists  
==========================*/
ul, li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Custom-lists
=======================*/
.dot-lists{
	overflow:hidden;
}
.dot-lists li{
    padding-left: 20px;
    line-height: 35px;
    color: #373737;
    font-size: 14px;
    position: relative;
}
.dot-lists li:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    border: 2px solid #d4232c;
    border-radius: 50%;
}

/* Images  
==========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*Tabs
========================*/
.nav-tabs {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #f9f9f9;
}
.nav-tabs>li {
    width: 25%;
}
.nav-tabs>li>a {
    display: block;
    position: relative;
    margin: 0;
    line-height: 45px;
    border-radius: 0;
    padding: 0 25px;
    color: #000000;
    background-color: #ffffff;
    border: 0;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.7;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.nav-tabs>li>a>img{
	width: 94px;
	height: 94px;
	margin: 0px auto 10px;
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 25px;
}
.nav-tabs>li>a:after{
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: transparent;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
	z-index: 99;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover ,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #d4232c;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.nav-tabs>li.active>a:after{
	background-color: #d4232c;
	-webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content{
    position: relative;
    display: block;
    background-color: #fff;
    padding: 0;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content>.tab-pane{
    background-color: #ffffff;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content .fade{
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content .fade.in{
    opacity: 1;
    transform: translateY(15px);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content .sub-title{
    color: #d4232c;
    font-weight: 700;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tab-content .info-text{
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    color: #777;
}
.tab-content .custom-btn{
    line-height: 40px;
}

/* List Tabs
===========================*/
.list-tabs{
    padding: 0;
    border: 0;
}
.list-tabs li{
    float: none;
    display: block;
    width: 100%;
}
.list-tabs li a{
    text-align: left;
    opacity: 1;
    background-color: #f9f9f9;
    margin: 10px auto;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 25px;
}
.list-tabs li a:after{
	display:none;
}
.list-tabs li a img{
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: 0 5px 0 0;
}
.list-tabs>li.active>a, 
.list-tabs>li.active>a:focus,
.list-tabs>li.active>a:hover,
.list-tabs>li>a:focus,
.list-tabs>li>a:hover{
	background-color: #d4262f;
	color: #fff;
}
.tab-content.tab-list-cont{
    padding-top: 15px;
}
.tab-content.tab-list-cont>.tab-pane{
    margin-left: 15px;
    margin-top: 0;
}
.tab-content.tab-list-cont .fade.in{
    transform: translatex(-15px);
}
.inline-tab li{
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 5px;
}
.inline-tab li a{
	margin: 5px auto;
	text-align: center;
}
.analy-tab-cont .tab-pane{
	border: 5px solid #f9f9f9;
	border-radius: 10px;
}
.analy-tab-cont .tab-pane .head-title{
    color: #d4262f;
    font-size: 23px;
    letter-spacing: 2px;
}
.analy-tab-cont .tab-pane .info-text{
    margin: 15px auto;
    font-size: 18px;
    line-height: 30px;
    color: #444;
}
.analy-tab-cont .tab-pane img{
    border-radius: 10px;
    margin: 15px auto;
}

/* Custom-btn  
==========================*/
.custom-btn {
    display: inline-block;
    position: relative;
    border: none;
    margin: 5px auto;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    padding: 0 25px;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    background-color: #d4232c;
    letter-spacing: .5px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.custom-btn i{
	margin-left: 5px;
}
.custom-btn:focus ,
.custom-btn:hover{
    color: #fff;
    background-color: #231f20;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.more-btn{
    margin: 20px auto;
}
.icon-btn{
	display: inline-block;
	position: relative;
	border: none;
	margin: 0 auto;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	font-weight: 700;
	color: #ffffff;
	background-color: #d4232c;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.icon-btn:hover{
	background-color:#231f20;
	color:#fff;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}
.green-bc{
    background: #4CAF50!important;
}
.blue-bc{
    background: #03A9F4!important;
}
.red-bc{
    background: #fa3b39!important;
}

/* Forms 
=============================*/
.form-group label {
    display: block;
    text-align: left;
    line-height: 25px;
    margin: 5px 0 10px;
    text-transform: capitalize;
    color: #231f20;
    letter-spacing: 1px;
    font-size: 14px;
}
.form-group .form-control {
    display: block;
    position: relative;
    border: 1px solid #f1f1f1;
    margin: 0px auto;
    padding: 0 15px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #1a1a1a;
}
.form-group textarea.form-control{
    height: 120px;
    resize: none;
}
.form-group .form-control:hover , 
.form-group .form-control:focus {
    outline: 0;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: none;  
       -moz-box-shadow: none;
            box-shadow: none;
}
.custom-wid .form-control{
	float: left;
    width: 40%;
    margin-right:5px;
    line-height: 40px;
    height: 40px;
}
.input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #d4232c;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f1f1f1!important;
    border-radius: 0;
}
.input-group .form-control{
	border-right: 0;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: inherit;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 12px;
}
input[type=checkbox]+label::before {
   border-radius: 0;
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-left: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.radio-wrap {
    overflow: hidden;
    display: block;
}
.radio-wrap label {
    width: 100%;
    border-radius: 3px;
    font-weight: normal;
}
.radio-wrap span{
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	vertical-align: text-bottom;
}
.radio-wrap input[type="radio"]:empty ~ label,
.radio-wrap input[type="checkbox"]:empty ~ label {
    line-height: 22px;
    height: 22px;
}

/* Text
=========================*/
.head-title{
    display: block;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    color: #231f20;
    margin: 15px auto;
    text-transform: capitalize;
}
.sub-title{
	display: block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #231f20;
    margin: 5px auto;
    text-transform: capitalize;
}
.info-text{
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #353537;
    text-transform: lowercase;
    margin: 15px auto;
}

/* Error Page
=============================*/
.error-page-cont{
    width: 530px;
    height: 440px;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    margin: auto;
    text-align: center;
}
.error-page-cont .head{
    font-size: 310px;
    margin: 0px auto 15px;
    line-height: 245px;
    font-weight: 700;
    position: relative;
    background: url(../images/error-bc.png) top no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
}
.error-page-cont .sub-head{
    font-weight: 700;
    font-size: 40px;
    color: #d4232c;
    font-style: italic;
    letter-spacing: 2px;
}
.error-page-cont .info-text{}
.error-page-cont .custom-btn{
    margin-top: 25px;
}

/* Scroll
============================*/
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgb(35, 31, 32); 
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 3px;
    background-color: #d4262f;
    width: 2px;
    -webkit-box-shadow:none; 
}
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #d4262f; 
    width: 2px;
}
::-moz-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgb(35, 31, 32);
}
::-moz-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d4262f;
    width: 2px;
    -webkit-box-shadow:none; 
}
::-moz-scrollbar-thumb:window-inactive {
  background-color: #d4262f; 
    width: 2px;
}

/* Table Scroll
==========================*/
.table-responsive::-webkit-scrollbar {
    width: 1px;
    height:5px;
}
.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgb(35, 31, 32); 
}
.table-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 3px;
    background-color: #d4262f;
    width: 1px;
    -webkit-box-shadow:none; 
}
.table-responsive::-webkit-scrollbar-thumb:window-inactive {
  background-color: #d4262f; 
    width: 1px;
}
.table-responsive::-moz-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgb(35, 31, 32);
}
.table-responsive::-moz-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d4262f;
    width: 1px;
    -webkit-box-shadow:none; 
}
.table-responsive::-moz-scrollbar-thumb:window-inactive {
  background-color: #d4262f; 
    width: 1px;
}


/* PreLoader
=========================*/
.preloader{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0;
    background-color: #d4232c;
}
.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cube-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 0;
}
.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}
.cube-folding span::before {
    content: "";
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-animation: folding 2.5s infinite linear both;
    -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
    -moz-transform: rotateZ(90deg) scale(1.1);
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #f2f2f2;
}
.cube-folding .leaf3 {
    -moz-transform: rotateZ(270deg) scale(1.1);
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #f2f2f2;
}
.cube-folding .leaf4 {
    -moz-transform: rotateZ(180deg) scale(1.1);
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #e6e6e6;
}
@-moz-keyframes folding {
    0%,
    10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes folding {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes folding {
    0%,
    10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* Social
========================*/
.social{
    text-align: center;
    margin-bottom: 5px;
}
.social li{
	display: inline-block;
}
.social li a{
    display: block;
    position: relative;
    color: #ffffff;
    background-color: #d4232c;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.social li a i{
	padding: 0;
	text-align:center;
	display:block;
	line-height: 35px;
}
.social li a:hover{
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
	-webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

/* Toggle
===========================*/
.toggle-container .panel {
    position: relative;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.toggle-container .panel > a {
    color: #fff;
    font-size: 14px;
    position: relative;
    white-space: normal;
    display: block;
    padding: 5px 15px;
    line-height: 35px;
    background: #d4262f;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
}
.toggle-container .panel > a:before {
    display: block;
    content: " + ";
    line-height: 35px;
    font-size: 22px;
    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #d7544c;
    background-color: #f9f9f9;
    border-radius: 25px;
}
.toggle-container .panel > a.collapsed {
    background: #f5f5f5;
    color: #231f20;
}
.toggle-container .panel > a.collapsed:before {
    content: " - ";
    color: #d4262f;
    background-color: #ffffff;
}
.toggle-container .panel .panel-content {
    padding: 15px;
    line-height: 25px;
    background: #f9f9f9;
    font-size: 16px;
    letter-spacing: 1px;
}

/* header
====================*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    min-height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.header > .container {
    position: relative;
}
.header .navbar-collapse > .container {
    position: relative;
    margin-top: -70px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.header .logo {
    position: relative;
    float: left;
    width: 155px;
    height: 70px;
    padding: 19px 0;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.btn-responsive-nav {
    display: none;
}
.header-widget{
    float: right;
    text-align: left;
    z-index: 99;
    position: relative;
    padding: 15px 0;
}
.header-widget a{
    display: inline-block;
    position: relative;
    background: #d4262f;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    border-radius: 25px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 auto;
}
.header-widget a i{
    display: inline-block;
    margin-right: 5px;
}
.header-widget a:hover{
	background-color: #231f20;
}

/* Profile Links
=======================*/
.header-widget .icon-btn{
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    vertical-align: middle;
}
.header-widget .icon-btn i{
	margin:0;
	font-size: 18px;
	display: block;
	height: 35px;
	line-height: 35px;
}
.header-widget .icon-btn span.count{
	position:absolute;
	top: -8px;
	right: -5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color:#4CAF50;
	border-radius: 50%;
	font-size: 11px;
	text-align: center;
}

@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav{
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        transition: 0.4s all;
    }
    .nav-main > ul.navbar-nav > li {
 	    float: none;
 	    display: inline-block;
 	    text-align: center;
 	    margin-left: -5px;
 	    border-left: 1px solid #eee;
 	}
 	.nav-main > ul.navbar-nav > li:last-child{
 		border-right: 1px solid #eee;
 	}
    .nav-main > ul.navbar-nav > li > a {
        padding: 0px 12px;
        margin: 0;
        font-size: 14px;
        color: #2a261f;
        text-align: center;
        line-height: 70px;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 700;
    }
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a:focus ,
    .nav-main > ul.navbar-nav > li.active > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a ,
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
       background: transparent;
       color: #d4262f;
    }
}
@media all and (min-width:992px) and (max-width:1200px){
    .header-widget a {
        padding: 0 5px;
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0 5px;
    }
    .nav-main > ul.navbar-nav > li > a {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 0 10px;
    }
    .header-widget a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        padding: 0;
        margin: 0 auto;
    }
    .header-widget a span{
        display: none;
    } 
    .header-widget a span.count{
    	display:block;
    }
    .header-widget a i{
        display: block;
        line-height: 40px;
        margin: 0;
    }
}
@media all and (max-width:991px) {
    .header {
        clear: both;
    }
    .header ul.navbar-nav {
        float: none;
        padding: 15px 0px;
        margin: 0;
    }
    .header .navbar-collapse > .container {
        margin-top: 0;
    }
    .header .nav-main-collapse {
        top: 0;
        position: relative;
        background: #231f20;
        width: 100%;
        overflow: hidden!important;
        z-index: 99;
        padding: 0;
    }
    .header .nav-main-collapse.collapse {
        display: none !important;
    }
    .header .nav-main-collapse.collapse.in {
        display: block !important;
        padding: 0;
    }
    .header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding:   0;
        clear: both;
    }
    .header .nav-main ul li {
        clear: both;
        float: none;
        display: block;
    }
    .nav-main .navbar-nav li a {
        position: relative;
        display: block;
        font-weight: 700;
        overflow: hidden;
        font-size: 15px;
        color: #fff;
        padding: 0 15px;
        line-height: 35px;
        margin: 0;
        text-align: left;
        text-transform: capitalize;
        letter-spacing: 1.5px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .nav-main .navbar-nav li:last-child a{
    	border-bottom:0;
    }
    .nav-main .navbar-nav li > a:hover,
    .nav-main .navbar-nav li > a:focus,
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover  ,
    .nav .open>a, .nav .open>a:focus, 
    .nav .open>a:hover {
        background: #d4262f !important;
        color: #ffffff !important;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .btn-responsive-nav {
        display: inline-block;
        position: relative;
        background: #231f20;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        padding: 0;
        border-radius: 50%;
        color: #ffffff;
        -webkit-transition: background ease 0.4s;
        -moz-transition: background ease 0.4s;
        transition: background ease 0.4s;
    }
    .btn-responsive-nav i{
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
     	background-color: #d4232c;
        color: #fff;
        outline: 0;
        box-shadow: none;
    }  
}
@media all and (max-width:580px){
    .header-widget a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        padding: 0;
    }
    .header-widget a span{
        display: none;
    } 
    .header-widget a span.count{
    	display:block;
    }
    .header-widget a i{
        display: block;
        line-height: 40px;
        margin: 0;
    }
    .header .logo {
        width: 170px;
    }
}

/* Footer
=========================*/
.footer{
    display: block;
    position: relative;
    background: #f9f9f9;
    padding: 0;
}
.footer .widget{
    display: block;
    margin: 0px auto 15px;
}
.footer .widget .widget-title{
    display: block;
    position: relative;
    margin: 0px auto 20px;
    font-size: 18px;
    color: #231f20;
    line-height: 40px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer .widget .widget-title:before{
	content: " ";
	position:absolute;
	bottom: 0px;
	height:3px;
	left: 0;
	width: 100px;
	border-bottom: 2px dashed #d4232c;
}
.footer .widget .widget-content{
	margin: 10px auto;
	overflow: hidden;
}
.footer .widget .widget-content p{
    color: #333;
    line-height: 30px;
    font-size: 15px;
    margin: 5px auto;
    padding-right: 40px;
    letter-spacing: 1px;
}
.footer .widget .widget-content ul li a{
    color: #231f20;
    padding-left: 25px;
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.footer .widget .widget-content ul li a:before {
    content: " ";
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 5px;
    width: 10px;
    height: 10px;
    border: 2px solid #d4232c;
    border-radius: 50%;
}
.footer .widget .widget-content ul li a:hover{
    color:#d4232c;
}
.contact-info li{
    line-height: 40px;
    font-size: 16px;
}
.contact-info li i{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    background-color: #d4232c;
    text-align: center;
    color: #fff;
}
.copy-rights{
    border-top: 1px solid rgba(0,0,0,.04);
    display: block;
    position: relative;
    background: #f9f9f9;
    color: #212121;
    padding: 15px 0;
}
.copy-rights p {
    margin: 0;
    line-height: 40px;
    font-size: 13px;
    word-spacing: 2px;
    letter-spacing: 1px;
}
.copy-rights .social{
	text-align:right;
}

/* Slider
=========================*/
.welcome-screen{
    display: block;
    background-color: #f9f9f9;
    position: relative;
    padding: 100px 0px 140px;
}
.welcome-screen .about-cont{
    display: block;
    position: relative;
    padding: 85px 0;
}
.welcome-screen .about-img{
    display: block;
    position: relative;
    width: 100%;
    height: 480px;
}
.welcome-screen .about-cont ul li{
    display: inline-block;
}

/* Categories
=========================*/
.categories{
    margin-top: -70px;
    padding-bottom: 160px;
}
.categories .head-title{
	margin-bottom: 30px
}

/* Search
=======================*/
.search{
	padding: 200px 0px;
}
.search .about-cont{
    color: #fff;
}
.search .about-cont .head-title , 
.search .about-cont .info-text{
    color: #fff;
    font-size: 22px;
    line-height: 35px;
}
.search .about-cont .head-title{
	font-size: 42px;
	line-height: 60px;
}
.search .about-cont li{
	display:inline-block;
}
.search .search-form{
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 15px 30px;
    border-radius: 10px;
    max-width: 420px;
    margin: 15px auto;
}
.search .search-form .form-title{
	color: #fff;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 30px;
	font-size: 18px;
	margin: 15px auto 30px;
}
.search .search-form .form-group{
	margin:15px auto;
}
.search .search-form .custom-btn{
    margin: 0 auto;
    line-height: 40px;
    text-transform:capitalize;
    letter-spacing: 2px;
}
.search .search-form .custom-btn i{
    margin-right: 10px;
    margin-left: 0;
}

/* News
=========================*/
.blog-item{
    display: block;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    transition: 0.7s all;
}
.blog-item .blog-img{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.blog-item .blog-img img{
	width: 100%;
}
.blog-item .blog-cont{
    display: block;
    position: relative;
    padding: 15px;
    text-align: left;
}
.blog-item .blog-cont .title{
    font-size: 16px;
    font-weight: 700;
    color: #d4232c;
    line-height: 25px;
    margin: 0px auto 10px;
    letter-spacing: 1px;
}
.blog-item .blog-cont .details{
    font-size: 14px;
    color: #555;
    line-height: 24px;
    margin: 5px auto 10px;
}
.blog-item .blog-cont .date{
    display: block;
    line-height: 25px;
     color: #58595b;
    letter-spacing: 1px;
}
.blog-item .blog-cont .date i{
    margin-right: 5px;
}
.blog-hover{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-57deg , rgba(88,89,91,0.5) 5% , rgba(212,35,44,0.9) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    transition: 0.7s all;
}
.blog-hover a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    font-size: 40px;
    color: #fff;
    background-color: #58595b;
    border-radius: 50%;
    padding: 5px;
}
.blog-item:hover .blog-hover{
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    transition: 0.7s all;
}

/* Inner Blog
==========================*/
.inner-blog .inner-blog-cont{
    display: block;
    margin: 15px auto;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.inner-blog .blog-title{
    color: #231f20;
    font-weight: 600;
    margin: 15px auto 0px;
    padding: 5px 15px;
    background-color: #f9f9f9;
    line-height: 40px;
    font-size: 15px;
    border-radius: 10px;
    text-align: left;
    letter-spacing: 1px;
}
.inner-blog img{
	position:relative;
	overflow: hidden;
	padding: 10px;
	background: #f9f9f9;
	width: 100%;
	max-height: 320px;
	border-radius: 10px;
	margin: 15px auto;
}
.inner-blog .info-text{
    color: #777;
    font-weight: 500;
    margin: 5px auto;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.blog-side{
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    background-color: #f9f9f9;
    text-align: left;
    border-radius: 10px;
}
.blog-side .title{
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    line-height: 45px;
    background: #d4262f;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.blog-side .blog-side-info li{
    line-height: 45px;
    color: #231f20;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: capitalize;
    font-size: 16px;
}
.blog-side .blog-side-info li i{
    margin-right: 5px;
    color:#d4262f;
}
.blog-side .blog-side-info li:last-child{
	border-bottom:0;
}
.blog-side .social{
	margin:0;
	padding:10px 0px;
}
.blog-side .social li{
	padding: 0;
	border: 0;
}
.blog-side .social li i{
	color:#fff;
	padding:0;
	text-align:center;
	margin: 0;
}

/* News Letters
==================*/
.newsletter-form{
    position: relative;
    margin: 15px auto;
}
.newsletter-form .head-title{
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
}
.newsletter-form .form-group{
    max-width: 580px;
    position: relative;
    margin: 25px auto 15px;
}
.newsletter-form .form-group .form-control{
    width: 100%;
    border-radius: 25px;
    padding: 0 25px;
}
.newsletter-form .form-group .custom-btn{
    position: absolute;
    right: -3px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    text-transform: uppercase;
}
.newsletter-form .dot-lists{
    text-align: center;
}
.newsletter-form .dot-lists li{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 15px;
}

/* Features
======================*/
.funfacts-wrap{
    padding: 0 0 40px;
    overflow: visible;
    background: #f9f9f9;
}
.funfacts{
    display: block;
    overflow: hidden;
    background: #f9f9f9;
    margin-top: -90px;
    z-index: 999;
    border-radius: 15px;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
}
.funfacts .head-title{
    background: #d4232c;
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 24px;
    padding: 60px 20px;
    line-height: 42px;
    letter-spacing: 1px;
    font-style: italic;
}
.funfacts .funfact-list{
    position: relative;
    overflow: hidden;
    padding: 0px;
}
.funfact-list li{
    display: block;
    color: #58595b;
    text-align: center;
    position: relative;
    padding: 20px 10px;
    overflow: hidden;
}
.funfact-list li img{
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    text-align: center;
    margin: 0px auto 15px;
}
.funfact-list li .timer{
    display: block;
    font-size: 50px;
    letter-spacing: 3px;
    color: #d4232c;
    line-height: 40px;
    font-weight: 700;
}
.funfact-list li span{
    display: block;
    margin: 10px auto;
    font-size: 14px;
    color: #231f20;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Login Register
========================*/
.login-register-full{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bc.jpg) center;
    background-size: cover;
}
.login-register-full:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.login-register-full .login-form{
    display: block;
    position: relative;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    max-width: 480px;
    width: 98%;
    overflow-y: auto;
    max-height: 600px;
}
.login-register-full .reg-form{
    max-width: 580px;
    margin: 10px auto;
}
.login-register-full .login-form .logo{
	display: block;
	position: relative;
	max-width:240px;
	width:100%;
	margin: 15px auto;
}
.login-form form{
    margin: 0 auto;
    padding: 0 5px;
}
.login-form .form-title{
    display: block;
    text-align: center;
    color: #d4232c;
    margin: 10px auto;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.login-form .forget-pass {
    display: block;
    color: #4e71a8;
    line-height: 30px;
    text-align: left;
    letter-spacing: 1px;
}
.login-form .forget-pass a{
    font-size: 16px;
    font-weight: 700;
}
.login-form .form-group{
    overflow: hidden;
    margin: 0;
    padding: 5px 15px;
}
.login-form .custom-btn{
	width:180px;
	line-height: 40px;
}
.login-form .spacer{
    display: block;
    position: relative;
    margin: 10px auto;
    line-height: 25px;
    font-size: 14px;
    color: #3e3e3e;
    letter-spacing: 1px;
}
.login-form .spacer span{
    position: relative;
    background: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
}
.login-form .spacer:before{
    content: " ";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.social-login .custom-btn i{
    margin-right: 5px;
}
.login-form .social-login {
    margin-bottom:10px;
}
.social-login .custom-btn{
    width: auto;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    text-transform: capitalize;
    padding: 0 15px;
    margin: 5px;
}
.social-login .custom-btn.face{
	background: #4e71a8;
}
.social-login .custom-btn.twitt{
	background: #1cb7eb;
}
.social-login .custom-btn.Linkd{
	background: #3c5c8e;
}
.login-form .form-footer {
    display: block;
    border-top: 1px solid #f1f1f1;
    overflow: hidden;
    font-size: 16px;
    padding: 10px;
    line-height: 30px;
    color: #343434;
}
.login-form .form-footer a{
    margin-left: 10px;
    text-decoration: underline;
}
@media all and (min-height:960px){
    .login-register-full .login-form{
        margin: 120px auto;
    }
}
.question-form .form-group{
	text-align:left;
}
.question-form .form-group .radio-wrap{
	display:inline-block;
	min-width: 90px;
	margin: 0 auto;
	text-align: center;
}
.question-form .form-group .radio-wrap input[type=radio]+label::before, 
.question-form .form-group .radio-wrap input[type=checkbox]+label::before{
	background-color: #eee;
}
.question-form .form-group .radio-wrap input[type=radio]:checked+label::before,
.question-form .form-group .radio-wrap input[type=checkbox]:checked+label::before{
	background-color: #8BC34A;
	border-color: #8BC34A;
}

/* About
============================*/
.about-home{
    background: #fff;
    padding: 70px 0px;
}
.about-home:after{
	display: none;
}

/* Serv Item
===========================*/
.serv-item{
    display: block;
    padding: 15px 15px 0;
    margin: 15px auto 0px;
}
.serv-item .head-title{
    color: #d4232c;
    font-weight: 700;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.serv-item .info-text{
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    color: #777;
    font-style: italic;
}

/* Team
==========================*/
.team-item{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    transition: 0.7s all;
}
.team-item .team-img{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.team-item .team-img .hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	visibility:hidden;
	top: -100%;
	background: linear-gradient(-57deg , rgba(88,89,91,0.5) 5% , rgba(212,35,44,0.9) 100%);
   -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    transition: 0.7s all;
}
.team-item .team-img .social{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding: 10px;
    overflow: hidden;
    margin: auto;
}
.team-item .team-img .social li a{
	background-color: #fff;
	color: #231f20;
}
.team-item .team-cont{
    display: block;
    position: relative;
    padding: 15px 0 0 0;
}
.team-item .team-cont span{
    display: block;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
}
.team-item .team-cont span.job{
    font-style: italic;
    letter-spacing: .5px;
    color: #d4262f;
    text-transform: lowercase;
}
.team-item:hover .team-img .hover{
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    transition: 0.7s all;
}

/* brand
=======================*/
.brands-slid .owl-item img {
    display: block;
    background-color: #f9f9f9;
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
}

/* Contact
=========================*/
.contact-form{
    overflow: hidden;
    background: #f9f9f9;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
}
.contact-form .info-text{
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    color: #d4262f;
    margin: 0 auto;
}
.map{
    padding: 10px;
    margin: 15px auto;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #f9f9f9;
}

/*Side Filiter
==========================*/
.filt-icon , .prof-icon{
    display: none;
    position: relative;
    background-color: #f9f9f9;
    color: #d4262f;
    padding: 0;
    width: 100%;
    max-width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.filt-icon img, .prof-icon img , .prof-icon i{
    display: inline-block;
    margin: 5px 10px 5px 5px;
    height: 25px;
    width: 25px;
}
.side-filter {
    display: block;
    position: relative;
    margin: 15px auto;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.side-filter .panel{
    background: #fff;
    margin: 15px auto;
}
.side-filter .panel h4.panel-title {
    background-color: #f9f9f9;
    line-height: 45px;
    color: #231f20;
    padding: 0 0 0 15px;
}
.side-filter .panel h4.panel-title a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.side-filter .panel .panel-title>a:before {
    position: absolute;
    content: " - ";
    line-height: 45px;
    font-size: 30px;
    padding: 0;
    width: 40px;
    height: 45px;
    text-align: center;
    right: 0;
    top: 0;
    border-left: 1px solid #e1e7ef;
    color: #d4262f;
    font-weight: 700;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.side-filter .panel .panel-title>a.collapsed:before {
    content: " + "
}
.side-filter .panel .panel-content {
    border: 1px solid #f9f9f9;
    border-top: 0;
    padding: 0;
    max-height: 355px;
    overflow-y: auto;
    background-color: #fff;
}
.side-filter .panel .panel-content .form-group {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.side-filter .panel .panel-content .form-group:last-child {
    border-bottom: 0
}
.side-filter .panel .panel-content .form-group label {
    font-size: 13px;
    margin: 0!important;
    font-weight: 700;
    line-height: 30px;
}
.side-filter .panel .panel-content .form-group input[type=radio]+label::before,
.side-filter .panel .panel-content .form-group input[type=checkbox]+label::before{top: 6px;background-color: #e5e5e5;}
.side-filter .panel .panel-content .form-group input[type=radio]:checked+label::before,
.side-filter .panel .panel-content .form-group input[type=checkbox]:checked+label::before{
    background: #8BC34A;
    border-color: #8bc34a;
}
.side-filter .panel .panel-content .form-group .form-control{
    height: 35px;
    line-height: 35px;
    width: 99%;
    font-size: 12px;
}
.side-hint{
    display: block;
    margin: 15px auto;
    position: relative;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    background-color: #f9f9f9;
}
.side-hint .head-title{
    font-size: 15px;
    line-height: 25px;
    margin: 5px auto;
}
.side-hint .custom-btn{
    line-height: 35px;
}
.category-head{
    display: block;
    margin: 15px auto;
    position: relative;
    border-radius: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    text-align: left;
}
.category-head span{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    color: #d4262f;
}
.category-head span.number{
    margin-left: 15px;
    color: #333;
}
.category-head span img{
	display: inline-block;
	width:25px;
	margin-right: 5px
}

/* Item Block
=======================*/
.item-block{
    display: block;
    margin: 15px auto;
    position: relative;
    border-radius: 15px;
    padding: 5px;
    background-color: #f9f9f9;
    text-align: left;
}
.item-block .item-img{
    position: relative;
    width: 115px;
    height: 115px;
    float: left;
    overflow: hidden;
    padding: 10px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.item-block .item-img .hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:100%;
    height:100%;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
     -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.item-block .item-img .hover .icon-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.item-block .item-details{
    padding-left: 120px;
    min-height: 100px;
}
.item-block .item-details a{
    display: block;
    position: relative;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    color: #231f20;
    margin: 5px auto;
}
.item-block .item-details p{
    margin: 5px auto;
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    color: #231f20;
}
.item-block .item-details .item-info li{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 5px;
}
.item-block .item-details .item-info li i{
    margin-right: 5px;
    color: #d4262f;
}
.item-block:hover .item-img .hover{
	background-color:rgba(241, 247, 255, 0.7);
	transform:scale(1);
	visibility: visible;
    opacity: 1;
     -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.item-block .item-details a:hover{
    color: #d4262f;
}

/* Company Profile
=========================*/
.company-logo{
    display: block;
    position: relative;
    margin: 15px auto;
    border: 10px solid #f9f9f9;
    padding: 15px;
    width: 100%;
    overflow: hidden;
    height: 240px;
    border-radius: 10px;
}
.company-head{
    display: block;
    position: relative;
    margin: 15px auto;
    border: 10px solid #f9f9f9;
    padding: 15px 25px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.company-head .title{
    display: block;
    font-size: 23px;
    letter-spacing: 1px;
    color: #262223;
    line-height: 25px;
    font-weight: 700;
    margin: 0px auto;
    overflow:hidden;
    padding: 0 0 10px 0;
    border-bottom: 2px dashed #f9f9f9;
}
.company-head .title .social{
	float:right;
	margin: 0;
}
.company-head .info{
    display: block;
    margin: 15px auto;
    overflow: hidden;
}
.company-head .info li{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 35px;
    word-spacing: 2px;
    padding-left: 0;
}
.company-head .info li i{
    color: #d4232c;
    margin-right: 5px;
    font-size: 18px;
} 
.company-head .custom-btn{
    line-height: 35px;
    font-size: 16px;
}
.company-head .custom-btn i{
	margin-right: 5px;
}
.company-head .custom-btn:last-child{
	background-color:#231f20;
}
.company_nav{
    background: #f9f9f9;
    border-radius: 10px;
    margin: 15px auto;
    overflow: hidden;
}
.company_nav li:last-child a{
    border-bottom: 0;
}
.company_nav li a{
    display: block;
    position: relative;
    line-height: 50px;
    padding: 0px 15px;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: .5px;
    color: #000;
    border-bottom: 1px solid #dbe4ef;
}

.company_nav li a i{
    margin-right: 10px;
    color:#d4232c;
}
.company_nav li.active a{
	background-color:#dbe4ef;
	 color:#d4232c;
}
.inner-sec{
    display: block;
    position: relative;
    margin: 15px auto 30px;
    border: 10px solid #f9f9f9;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.inner-sec .inner-sec-title{
	display: block;
	position: relative;
	line-height: 50px;
	padding: 0px 25px;
	border-bottom: 1px solid #f9f9f9;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #d4262f;
}
.inner-sec .inner-sec-title i{
	margin-right: 5px;
}
.inner-sec .sec-cont{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
}
.inner-sec .sec-cont .info-text{
	font-size: 15px;
	line-height:25px;
	color:#333;
	margin:5px auto;
}
.inner-sec .statis{
    overflow: hidden;
    margin: 15px auto;
}
.inner-sec .statis li{
	background-color: #f9f9f9;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: capitalize;
	margin: 0 auto 15px;
	border-radius: 25px;
	overflow: hidden;
	line-height: 45px;
}
.inner-sec .statis span{
    line-height: 45px;
    display: inline-block;
    padding: 0 15px;
    color: #444142;
}
.inner-sec .statis span:last-child{
    float: right;
    color: #fff;
    background-color: #d4262f;
}
.found-item{
    background-color: #f9f9f9;
    font-weight: 700;
    text-transform: capitalize;
    margin: 15px auto;
    border-radius: 5px;
    padding: 10px 15px;
    overflow: hidden;
    line-height: 30px;
    letter-spacing: 1px;
}
.found-item span{
    display: block;
    color: #d4262f;
}
.list-item{
    display: block;
    position: relative;
    margin: 15px auto;
    border-radius: 10px;
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 5px;
}
.list-item .list-item-img{
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    background-color: #fff;
}
.list-item  .list-item-cont{
    display: block;
    position: relative;
    padding: 5px 5px 5px 85px;
    line-height: 30px;
}
.list-item  .list-item-cont a{
    color: #d4262f;
    font-weight: 700;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    position: relative;
    text-transform: capitalize;
}
.list-item  .list-item-cont span{
    display: block;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 13px;
    color: #231f20;
}
.job-item .item-details a{
    line-height: 25px;
    font-size: 14px;
}
.job-item .item-details a.custom-btn{
    width: 90px;
    color: #d4262f;
    margin: 5px 0px;
    font-size: 12px;
    background-color: #fff;
}
.user-item{
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
}
.user-item .list-item-img{
    float: none;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0;
}
.user-item .list-item-cont{
    padding: 10px 5px 5px;
}
.user-item .list-item-cont a{
    font-size: 16px;
}
.user-item .list-item-cont span i{
    color: #d4262f;
    margin-right: 5px;
}

/* User Profile
=========================*/
.user-photo{
    display: block;
    position: relative;
    margin: 15px auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
}
.user-profile-details{
    display: block;
    position: relative;
    margin: 15px auto;
    border: 10px solid #f9f9f9;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.user-profile-details .name{
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    color: #d4232c;
    line-height: 40px;
    font-weight: 700;
    margin: 0px auto;
    overflow:hidden;
    padding: 10px 15px;
    border-bottom: 2px dashed #f9f9f9;
    text-transform: capitalize;
}
.user-profile-details .social{
	float:right;
	margin: 0;
}
.user-profile-details .info{
    display: block;
    margin: 15px auto;
    overflow: hidden;
}
.user-profile-details .info li{
    letter-spacing: 1px;
    line-height: 40px;
    background-color: #f9f9f9;
    margin: 15px auto;
    padding: 10px 20px;
    border-radius: 10px;
}
.user-profile-details .info li span{
    color: #d4232c;
    margin-right: 15px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
} 
.user-profile-details .info li span:last-child{
    color: #231f20;
    margin: 0;
    font-size: 16px;
    text-transform: lowercase;
    line-height: 28px;
    font-weight: 100;
    letter-spacing: 0.5px;
} 
.user-profile-details .info li span:last-child div{
	display: inline-block;
	min-width: 150px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 5px;
	background-color: #fff;
	padding: 5px 15px;
	line-height: 35px;
	letter-spacing: 1px;
}

/* Profile
=========================*/
.profile-side{
    display: block;
    position: relative;
}
.profile-side .profile-head{
    display: block;
    position: relative;
    margin: 15px auto 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    padding: 15px 15px 5px;
}
.profile-side .profile-head .profile-head-img{
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.upload-btn-wrapper{
	width: 230px;
	position: relative;
	cursor: pointer;
	margin: 0 auto 15px;
	background-color: #ffffff;
	padding: 15px;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.upload-btn{
	position: relative;
	height: 40px;
}
.upload-img{
	margin-bottom: 10px;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.profile-side .profile-head .profile-head-img:hover .upload-btn-wrapper{
	opacity: 1;
	visibility: visible;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.profile-side .profile-head span{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #d4262f;
    margin: 5px auto 0;
    line-height: 35px;
    letter-spacing: 1px;
}
.profile-links{
	display: block;
	position: relative;
	margin: 15px auto;
	background-color: #f9f9f9;
	border-radius: 10px;
	text-align: left;
	overflow: hidden;
}
.profile-links li a img{
	width: 45px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	border-right: 1px solid #ededed;
	margin-right: 10px;
	padding: 10px;
}
.profile-links li a {
    display: block;
    position: relative;
    color: #222222;
    border-bottom: 1px solid #ededed;
    line-height: 44px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-links li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    border-right: 1px solid #ededed;
    margin-right: 15px;
}
.profile-links li a span{
	width: 40px;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: center;
	border-left: 1px solid #ededed;
	margin-left: 10px;
}
.profile-links li:last-child a{
	border-bottom: 0;
}
.profile-links li a:hover ,
.profile-links li.active a:hover,
.profile-links li.active a{
    background-color: rgba(255, 255, 255, .5);
    color:#d4262f;
}
.profile-cont .list-tabs{
	text-align:left;
}
.profile-cont .tab-pane {
    border: 0px solid #f9f9f9;
    border-radius: 0px;
    padding: 0;
    margin: 0;
}
.profile-cont .profile-cont-head{
   display: block;
   margin: 15px auto;
   position: relative;
   border-radius: 15px;
   padding: 5px 15px;
   background-color: #f9f9f9;
   text-align: left;
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: 2px;
   overflow: hidden;
   line-height: 40px;
}
.profile-cont .profile-cont-head i{
	margin-right: 5px;
	color: #d4262f;
}
.profile-cont .profile-cont-head .profile-perc{
	float: right;
	background-color: #8BC34A;
	color: #fff;
	border-radius: 25px;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 15px;
	line-height: 30px;
	margin: 5px auto;
}
.profile-cont .profile-cont-head a.icon-btn{
	float:right;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding-left: 1px;
	text-align: center;
	font-size: 27px;
	margin: 5px;
}
.profile-cont-form{
   display: block;
   margin: 15px auto 30px;
   position: relative;
   border-radius: 15px;
   padding: 15px;
   background-color: #f9f9f9;
   overflow: hidden;
}
.profile-cont-form .form-title{
	display: block;
	position: relative;
	border-radius: 15px;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #d4232c;
	margin: 10px auto;
}
.profile-cont-form .form-group{
	margin:15px auto;
}
.profile-cont-form .custom-btn{
	line-height:40px;
}
.profile-cont-form.no-pad{
	padding:0;
}
.profile-cont-form .item-block{
	-webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
	-moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
}
.profile-cont-form  .item-block .item-details .item-info li{
	margin: 0 3px;
}
.profile-cont-form .table{
	-webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
    text-align:center;
}
.profile-cont-form .table-bordered>thead>tr>th{
	text-align:center;
}
.profile-cont-form .table .icon-btn ,
.profile-cont-form .table .icon-btn i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	padding: 0;
	font-size:12px;
}
.center-item .item-img , .center-item .item-details{
	float: none;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
}
.center-item .item-action{
	text-align:center;
}
.center-item .item-action .custom-btn{
	line-height: 30px;
	font-size:14px;
}

/* Modal
=========================*/
.modal-open {
    overflow: hidden!important;
}
.modal{
	z-index:9999;
}
.modal-footer {
    padding: 5px 15px;
    text-align: center;
}
.modal-footer .custom-btn{
	line-height:35px;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: #f9f9f9;
}
.modal-header {
    padding: 0 15px;
    background: transparent;
}
.modal-title{
    font-size: 17px;
    line-height: 50px;
    color: #d4232c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.model-body{
    padding:  15px;
    text-align: right;
    letter-spacing: 1px;
    color: #555;
    line-height: 25px;
}
.modal-header .close {
    margin-top: 15px;
}
.modal-content{
	box-shadow: none;
	border: 0;
	border-radius: 10px;
}

/* Media Query
=========================*/
@media all and (min-width:992px) and (max-width:1200px){
    .price-item ul li:first-child{
        padding: 5px;
    }
    .blog-item .blog-cont .title{
        letter-spacing: normal;
        font-size: 16px;
    }
    .funfacts .head-title {
        font-size: 20px;
        padding: 50px 20px;
        line-height: 35px;
    }
    .footer .widget .widget-content p{
        padding-right: 0;
    }
}
@media all and (max-width:991px){
    .welcome-screen{
        padding: 0px 0px 70px;
    }
    .welcome-screen:after , 
    .analytics:after{
        display:none;
    }
    .categories{
        margin:0;
        padding-bottom: 70px;
    }
    .nav-tabs>li>a {
        padding: 0 0px;
        font-size: 16px;
        letter-spacing: 1px;
   }
    .list-tabs>li>a{
        padding: 0 15px;
    }
    .analytics .analytic-head{
       margin: 0 auto 30px;
    }
    .analy-item.loop1 ,
    .analy-item.loop2{
       margin: 15px auto;
    }
    .price-item .price-head{
        font-size: 22px;
    }
    .price-item .price-head .name{
        font-size: 16px;
    }
    .price-item ul li {
        position: relative;
        line-height: 25px;
        font-size: 13px;
        padding: 10px;
    }
    .blog-item .blog-cont .details{
        font-size: 13px;
    }
    .funfacts .head-title{
        text-align:center;
    	padding: 10px;
    	line-height: 30px;
    	font-size:20px;
    }
    .newsletter-form .head-title{
        font-size: 26px;
    }
    .search .about-cont{
        text-align: center;
    }
    .item-block{
        min-height: 127px;
    }
    .filt-icon, .prof-icon{
        display: block;
    }
    .side-filter, .profile-side{
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        left: -100%;
        top: 0;
        margin: 0;
        background-color: #231f20;
        z-index: 9999;
        padding: 5px;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
   .profile-side{
       background-color:#fff;
       -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
       -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
       box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
   }
    .profile-side.move ,
    .side-filter.move{
        left: 0;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
    .search{
    	padding: 100px 0px;
    }
}
@media all and (max-width:767px){
    .welcome-screen .about-cont ,
    .analytics .analytic-head{
        text-align: center;
    }
    .funfacts{
        max-width: 767px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter{
        padding: 30px 0px 100px;
    }
    .copy-rights p , 
    .copy-rights .social{
        text-align: center;
    }
    .login-register-full{
        position: relative;
    }
}
@media all and (max-width:580px){
    .nav-tabs>li {
        width: 50%;
        margin: 10px auto;
    }
    .nav-tabs>li.active>a:after{
        display: none;
    }
    .head-title{
        font-size: 26px;
        line-height: 35px;
    }
    .info-text{
        font-size: 14px;
        line-height: 22px;
    }
    .custom-btn {
        line-height: 40px;
        font-size: 13px;
        padding: 0 10px;
    }
    .welcome-screen{
        padding: 70px 0px;
    }
    .welcome-screen .about-img{
        height: auto;
    }
    .welcome-screen .about-cont{
        padding-bottom: 25px;
    }
    .welcome-screen .about-cont, 
    .analytics .analytic-head{
        padding: 5px;
        margin: 5px auto;
    }
    .error-page-cont{
        width: 90%;
        height: 300px;
    }
    .error-page-cont .head{
        font-size: 180px;
        line-height: 160px;
    }
}
@media all and (max-width:460px){
    .newsletter-form .dot-lists li{
        text-align: left;
        display: block;
    }
    .newsletter-form .head-title {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .funfacts .funfact-list .col-xs-4{
        width: 100%;
    }
    .newsletter-form .form-group .custom-btn{
        position: relative;
        width: 100%;
        margin-top: 5px;
    }
    .item-block{
        text-align: center;
	}
	.item-block .item-img{
		width: 100%;
		height: auto;
		float: none;
		margin: 0 auto;
	}
	.item-block .item-details{
		padding: 0 15px;
	}
	.item-block .item-details a{
		margin: 0px auto 5px;
	}
	.header .logo , .header-widget{
		float:none;
		display:block;
		margin: 15px auto;
		text-align: center;
	}
	 .inner-profile .main .page-heading{
        padding-top: 150px;
    }	
}
 