/*
Theme Name: Tchoum
Author: ridianur
Author URI:  http://ridianur.com/
Theme URI: http://themeforest.net/user/ridianur
Description: Tchoum is wordpress themes for The Tchoum Group.
Version: 1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tchoum
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
VIDEO BACKGROUND SECTION
ABOUT SECTION
TEAM SECTION
WORKS SECTION
TESTIMONIAL SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/


body, html {
	height: 100%;
}
body {
	color: #000;
	font-family: 'Museo Sans 500', sans-serif;
	font-size: 18px;
}
b, strong {
    color: #666;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #c41323;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family:'Bell MT Std';
	color: #c41424;
	word-wrap: break-word;
	line-height: 1.3;
}
.h6, h6 {
    font-size: 17px;
}
.h5, h5 {
    font-size: 18px;
}
.h4, h4 {
    font-size: 20px;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
	height:auto;
}
.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
	clear:both;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
.margin-right10{margin-right:10px;margin-bottom:10px;}
ul, ol {
	list-style-position: outside;
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 20px;
}
ul {
	list-style-type: square;
}
ul > li {
    list-style: outside none square;
}
.sc-pos ul > li ,.sc-pos ul{
	 list-style: none;
}
.sc-pos ul > li {margin-bottom:20px;}
.sc-pos ul > li::before {
    content: "\2022";
    color: #c41424;
    position: absolute;
    left: 10px;
}
ol> li {
	list-style-type: decimal;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
.clearboth {
	clear: both;
}

.content {
    padding: 170px 0 200px;
    position: relative;
    z-index: 1;
}
.gray-bg {
	background: #fafafa;
}
.white-bg {
	background: #ffffff;
}
blockquote {
    border-left: 5px solid #c41424;
    font-size: 36px;
    font-style: italic;
    font-family: 'Bell MT Std';
    line-height: 1.33;
    padding: 0px 0 0 25px;
    position: relative;
    color: rgba(81, 81, 92, 0.5);
}
blockquote small{
	 font-size: 18px;
	 color: #51515c;
	 letter-spacing:0.1px;
	 line-height: 2;
	 font-style:normal;
}
.dark-bg {
    background: #1f1f1f none repeat scroll 0 0;
}
.dark-page .content-title{color:#fff;}
.anim-delay .content-title{
	 animation-delay: 0.6s;
}
.content-title span {
    color: #c41323;
}
.content-line {
    height: 1px;
    width: 300px;
    background: #ccc;
    margin: auto;
    margin-bottom: 40px;
	max-width: 100%;
}
.progress-bar-tchoum {
    background-color: #1f1f1f;
}

.progress.skill-bar {
    border-radius: 0;
    height: 35px;
}
.skill {
    display: block;
    padding: 8px 10px;
    text-align: left;
    text-transform: uppercase;
}
.box-align-center {
    text-align: center;
}

.box-align-center blockquote::before {
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    top: auto;
}
.personal-color {
    color: #1f1f1f;
}
.align-right{text-align:right;}
.row-black{
	background:#333;
	margin:0;
	padding:80px 30px
}
.row-black .content-box-title::after {
    border-bottom: 5px solid #fff;
}

.row-black .content-box-title > h3,.row-black b, .row-black strong {
	color:#fff;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}

.no-bottom{
	padding-bottom:0;
}
.content-head{
	text-align: center;
	margin-bottom:80px;
}
.content-title {
    font-size: 64px;
    margin: 0 ;
	letter-spacing:-1px;
}
.sub-content {
    margin: auto;
    max-width: 900px;
	font-family: 'Museo Sans 700', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #B8B8B8;
}
/*----to top style----*/
.to-top.fixed {
    opacity: 1;
	bottom:30px;
}
.to-top {
    background: #333 none repeat scroll 0 0;
    bottom: -150px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
    z-index: 333;
	overflow:hidden;
	 -webkit-transition-duration: 0.5s; 
    transition-duration: 0.5s;
}
.to-top:focus{color:#fff;}
.to-top:hover{color:#fff;}
.to-top::before {
    background:#c41323 none repeat scroll 0 0;
    border-radius: 200px;
	opacity:0.3;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.to-top::after {
    background: #c41323  none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.to-top:hover::after,.to-top:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
/*-----inner page style---*/
.table-box {
    display: table;
    width: 100%;
	position:relative;
	z-index:1;
	background: #fff;
}
.dark-page .table-box{background:#1f1f1f;}
.table-cell-box {
	position:relative;
	height:100%;
}
.single-port-table .table-content {
    padding: 5% 7%;
}
.single-port-table .table-cell-box {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    position: relative;
}
.rdn_image_swipe_widget{height:100%;}
.table-content h3 > span{color:#c41323;}
.table-content.box-30 h3 {
    display: inline-block;
    text-align: left;
}
.red-bg .img-icon {
    opacity: 0.5;
}
.clearfix.border-icon {
    border-right: 2px solid rgba(0,0,0,0.2);
}
.box-small-icon {
    text-align: center;
	margin:40px 0;
}
.widget_rdn_teximage {
    height: 100%;
}
.long-text{
	text-align:left;
	padding:0px 100px;	
	font-family: 'Museo Sans 500', sans-serif;
	font-size:18px;
	line-height: 1.78;
  letter-spacing: 0.2px;
  color: #51515c;
}
.long-text strong,.long-text b{
	font-family: 'Museo Sans 700', sans-serif;
	color: #51515c;
}
.box-text h3{font-size:63px;margin:0;}
.box-text.box-ab .small-title-icon {
    font-size: 32px;
	padding: 35px 0px;
}
.box-text.std-box h3{
color:#c41424;
}
.right-bord {
    width: 80px;
    height: 8px;
    border-right: 2px solid #c41424;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -4px;
}
.std-box .right-bord {
	border-right: 2px solid #fff;
}
.dark-box .right-bord {
	border-right: 2px solid #51515c;
}
.right-bord span {
    width: 100%;
    display: block;
    height: 2px;
    background: #c41424;
    margin: 3px 0;
}
.std-box .right-bord span  {
	background: #fff;
}
.dark-box .right-bord span  {
	background: #51515c;
}
.left-bord {
    width: 80px;
    height: 8px;
    border-left: 2px solid #c41424;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -4px;
}
.std-box .left-bord {
	border-left: 2px solid #fff;
}
.dark-box .left-bord {
	border-left: 2px solid #51515c;
}
.left-bord span {
    width: 100%;
    display: block;
    height: 2px;
    background: #c41424;
    margin: 3px 0;
}
.std-box .left-bord span  {
	background: #fff;
}
.dark-box .left-bord span  {
	background: #51515c;
}
.box-text {
	position:relative;
    background: #fff;
    padding: 57px 0;
	text-align: center;
	box-shadow: inset 25px 25px 75px 0 rgba(81, 81, 92, 0.1), 25px 25px 75px 0 rgba(0, 0, 0, 0.25);
margin: auto;
}
.box-text.dark-box {
    background: #51515c;
	box-shadow: inset 25px 25px 75px 0 rgba(0, 0, 0, 0.25) ,25px 25px 75px 0 rgba(0, 0, 0, 0.25);
}
.box-text.red-box{
	 background-color: #c41424;
  box-shadow: inset 25px 25px 75px 0 rgba(0, 0, 0, 0.25), 25px 25px 75px 0 rgba(0, 0, 0, 0.25);
}
.boxline {
    width: 100px;
    opacity: 0.5;
    border: solid 1px #ffffff;
    margin: auto;
    margin-bottom: 15px;
}
.std-box .boxline{
	border: solid 1px #000000;
}
.box-text .box-sub-title{
  opacity: 0.5;
  font-size: 23px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
}
.bxtx {
    max-width: 500px;
    margin: auto;
}
.box-text.std-box .box-sub-title{
	color:#000;
}
.boxicon-btn {
    font-family: 'Museo Sans 700', sans-serif;
    color: #fff;
	font-size: 17px;
    border: 2px solid;
    padding: 11px 0;
    max-width: 300px;
    display: block;
    margin: auto;
}
.box-cell {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.box-small-icon.box-table-small {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
}
.align-top-cell .box-small-icon.box-table-small {
    vertical-align: top;
    padding-top: 30px !important;
}
.align-top-cell  .pers-list {
    height: 268px;
}
.box-small-icon.box-table-small {
	padding-top:100px;
}
.box-small-icon.box-table-small.long-text {
    padding-top: 0;
}
.boxicon-btn:hover,.boxicon-btn:focus,.boxicon-btn:active{
	color:#fff;
	opacity:0.3;
}
.red-bg {
    background: #c41323;
    box-shadow: inset 25px 25px 75px 0 rgba(81, 81, 92, 0.25);
    padding: 100px 40px;
    margin: 0;
}
.small-title-icon {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
.btim {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.2px;
  color: #767676;
  display:table;
  box-shadow: 25px 25px 75px 0 rgba(81, 81, 92, 0.25);
}
.btexs {
    box-shadow: inset 25px 25px 75px 0 rgba(81, 81, 92, 0.1);
    padding: 58px 51px;
}
.bitb {
    display: table-cell;
    float: none;
	min-height: 300px;
}
.box-small-icon .img-icon{max-height:50px;}
.btimg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    background-position: center;
    background-size: cover;
}
.rt-x {
	font-family: 'Museo Sans 900', sans-serif;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform:uppercase;
  color: #51515c;
  position:relative;
  margin: 0;
padding-bottom: 30px;
}
.half-border .bor-str {
    width: 50%;
}
.rbtn-drop{cursor:pointer;}
.rbtn {
    display: table;
    height: 50px;
    margin: 0;
    padding-right: 50px;
    position: relative;
    width: 100%;
    background: #51515c;
}
.rbnx {
    position: absolute;
    right: 0;
    top: 0;
}
.rbtn .ac-btn-hvr{left:auto;right:0;}

.ivl,.ivl li{list-style:none;}
.ivl{padding:0;margin:0;height:0;overflow:hidden;}
.rbtn:hover .ac-btn{opacity:0;}
.rbtn:hover .ac-btn-hvr{opacity:1;}
.rbtn-x {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
	padding-top: 4px;
}
.collapse.in {height:auto;}
.rt-x::after {
    height: 26px;
    width: 2px;
    background: #51515c;
    display: block;
    position: absolute;
    content: "";
    bottom: -22px;
    left: 50%;
}
.table-content.box-30{padding:5% 0;}
.box-30{width:30%; text-align:center;}
.box-70{width:70%;}
.table-content .box-small-icon h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.box-small-icon > i {
    font-size: 40px;
	margin-bottom:20px;
    color: #c41323;
    margin: auto;
    display: block;
    text-align: center;
}
.full-img-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}
.table-content {
    padding: 14%;
}

.table-content .slider-mask {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.bg-with-mask .slider-mask {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0;
}
.bg-with-mask{position:relative;z-index:1;}
.cell-left-border {
    border-left: 10px solid #c41323;
}
.cell-right-border {
    border-right: 10px solid #c41323;
}
.table-content h3 {
    font-size: 60px;
    margin: 0 0 20px;
}
.color-bg h3 {
    color: #fff;
}
.dark-page .color-bg, .color-bg  {
    background: #c41323;
}
.color-bg .content-btn {
    border: 1px solid;
}
.cell-box-padding {
    padding: 40% 0;
}
.cell-line {
    height: 1px;
    width: 100px;
    background: #ccc;
    margin-bottom: 40px;
	max-width: 100%;
}
.slider-title.slider-title-big {
    font-size: 90px;
    margin: 60px 0 100px;
}
.slider-title span {
    color: #c41323;
}
.hero-box{background:#fff;}
.hero-title {
    font-size: 90px;
    margin: 60px 0 100px;
    text-transform: capitalize;
}
.hero-title span{
	color:#c41323;
}
.hero-padding {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
	overflow:hidden;
}
.transparent {
    z-index: -1;
    position: relative;
}
.page-content-wrapper{background:#fff;position:relative;}

.so-panel.widget,.so-panel.widget ul{padding:0;}
.so-panel .textwidget {
    font-family: 'Museo Sans 500', sans-serif;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.2px;
    color: #51515c;
}
.so-panel .textwidget a strong{
 color:#c41424;
 font-family: 'Museo Sans 900', sans-serif;
}
.so-panel .special .textwidget {
	font-family:'Bell MT Std';
	font-size: 23.5px;
	line-height: 1.6;
	color:#000;
}
.act-box {
    margin: auto;
	width:100%;
    display: table;
    vertical-align: middle;
}
.alone, .altwo {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
	height:455px;
	position:relative;
}

.altwo{
box-shadow: inset 25px 25px 75px 0 rgba(0, 0, 0, 0.1);
}
.altwo img {
    max-width: 115px;
}
.altwo h3 {
    font-size: 18px;
    text-align: center;
    color: #c41424;
    margin: 0;
    margin-top: 20px;
}
.alimg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
}
/*wp post style*/
table, th, td {
    border: 1px solid black;
    padding: 5px 10px;
}
/*-----------------------------HEADER SECTION-----------------------------------*/
.admin-bar .for-sticky, .admin-bar .is-sticky .menu-bhead  {
    margin-top: 32px;
}
.header {
    z-index: 999;
	width:100%;
	top:0;
	left:0;
}
.white-header{
	position:relative;
	background:#c41323;
}
.white-header  .for-sticky {
    background: #c41323;
	position:fixed;
    box-shadow: 0 0 5px 0 #ad0a0c;
}

.clean-header .menu-box,.clean-header .is-sticky .menu-box{border:none;}
.logo {
    display: block;
    text-align: center;
	padding: 60px 0;
}
.logo-clean {
    display: block;
    float: left;
}
.menu-box {
    display: inline-block;
}
.box-header {
    float: right;
}
.container-fluid {
    max-width: 1170px;
}
.navigation {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.navigation li, .menu-box .menu ul li {
    display: inline-block;
    position: relative;
}
.navigation li a,.menu-box .menu ul li a {
	color: #fff;
	display: block;
	font-family: 'Museo Sans 700', sans-serif;
	font-size:17px;
	font-weight: normal;
	padding: 58px 15px 59px;
}

.navigation li a:hover,.menu-box .menu ul li a:hover,.menu-box .menu .current_page_item a {
	opacity: 0.8;
}
.current_page_item a::after,.single-careers .carmen a::after,.single-philanthropy .phm a::after,.single-post .blogmen a::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    opacity: 0.8;
    position: absolute;
    bottom: 44px;
    left: 50%;
    margin-left: -25px;
}
.navigation .current > a {
	opacity: 1;
}
.for-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.is-sticky .for-sticky {
	background: #1f1f1f none repeat scroll 0 0;
}
.menu-box ul li ul {
    background: rgba(0,0,0,0.8);
    left: 0;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 3;
}
.menu-box > ul >li:last-child ul{
	left: auto;
	right:0;
}
.navigation ul li, .menu-box  .menu ul ul li {
    display: block;
    position: relative;
}
.menu-box ul li ul li ul {
    left: 100%;
    top: 0;
}
.white-header .menu-box .navigation li ul li a,.menu-box .navigation li ul li a, .menu-box .menu ul li ul li a ,.white-header .menu-box .menu ul li ul li a{
    line-height: 1.7;
    padding: 15px 17px;
	text-transform:capitalize;
	color: #fff;
}
.menu-box ul > li > ul {
    display: none;
}
.box-mobile {
	float: right;
	padding-right: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
	max-height: 480px;
	overflow-y: auto;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 11px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
	color: #fff;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 11px 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	font-size: 18px;
}
.clean-header .menu-btn {
    margin: 19px 0;
}

.logo-clean > a {
    display: inline-block;
    padding: 47px  0;
}
.clean-header .logo1 {
    max-height: 51px;
}
.is-sticky .for-sticky {
    box-shadow: 0 0 5px 0 #222;
}
.header-icon {
    list-style: none;
    padding: 0;
    text-align: right;
    display: block;
    margin-left: 40px;
    float: right;
}
.header-icon li {
    display: inline-block;
    vertical-align: middle;
}
.header-icon li a {
    padding: 20px 0;
    display: block;
    color: #fff;
    opacity: 0.6;
    width: 30px;
    text-align: center;
}
.header-icon li a:hover{
	opacity: 1;
}
.margin-bottom{margin-bottom:200px;}
.margin-top{margin-top:170px;}
.padding-top{padding-top:170px;}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.slider > .slide{opacity:0;position:absolute;top:0;left:0;}
.slider > .slide:first-child{position:relative;}
.slide-img-small {
    position: absolute;
    max-width: 455px;
    right: 15px;
    width: 38.8%;
	bottom:0;
}
.slider-img-bg {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-size: cover;
background-position: 50% 50%;
	z-index: -2;
}
.slider-line {
    height: 1px;
    width: 300px;
    background: #fff;
    margin: auto;
    margin-bottom: 40px;
}
.slider-hidden{overflow:hidden;}
.slider-mask{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0%;
    width: 100%;
    z-index: -1;
}
.slider-box {
    padding-bottom: 165px;
    padding-top: 185px;
    position: relative;
}
.slide{
	position:relative;
	overflow:hidden;
}
.slider-title {
    color: #fff;
    font-size: 62px;
    margin: 0 0 30px;
    letter-spacing: 1px;
    line-height: 1.13;
	font-family:'Bell MT Std';
}
.slider-text {
    color: #fff;
    margin-bottom: 40px;
}
.fa.fa-long-arrow-right.slick-arrow {
    left: auto;
    right: 20px;
}
.slick-arrow {
    position: absolute;
    left: 20px;
	opacity:0;
    font-size: 30px;
    color: #fff;
    z-index: 3;
    margin-top: -15px;
    top: 50%;
    cursor: pointer;
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.slick-arrow:hover{padding:0 10px;}
.slider:hover .slick-arrow{
	opacity:1;
}
.btn-relative{overflow:hidden;display:block;text-align:center;}
.slider-btn {
    color: #fff;
    font-family: 'Museo Sans 700';
    padding: 9px 0;
	max-width:300px;
	font-size:17.5px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: block;
	 -webkit-transition-duration: 1.5s; 
    transition-duration: 1.5s;
}
.slider-btn:hover{opacity:0.3;color:#fff;}

.slider-content {
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: auto;
}
.slider-content.left-box-slider {
    margin: 0;
    text-align: left;
}
.left-box-slider .slider-line {
    margin: 0;
    margin-bottom: 25px;
    background: #c41323;
    height: 5px;
    width: 150px;
    margin-top: -15px;
}
.page-head-slider .slider-box {
    padding-top: 200px;
    padding-bottom: 120px;
}
/*------------------------------VIDEO BACKGROUND SECTION---------------------------------*/
.home-video-box{position:relative;}
#bg-video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
#big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#big-video-vid {
	position: absolute;
}
#big-video-wrap img {
	max-width: none;
	position: absolute;
}
.vjs-big-play-button, .vjs-text-track-display, .vjs-control-bar {
	display: none;
}
.vjs-hidden {
    display: none;
}
/*-----------------------------ABOUT SECTION-----------------------------------*/
.box-with-icon {
    padding-left: 100px;
    position: relative;
	margin-bottom:40px;
}
.box-with-icon .fa {
    position: absolute;
    display: inline-block;
    color: #c41323 ;
    left:10px;
    font-size: 50px;
    top: 0;
}
.box-with-icon h3 {
    font-size: 35px;
    margin: 0;
}
.count-word {
    font-family: 'Bell MT Std';
    font-size: 64px;
    text-align: center;
    color: #c41424;
    margin: 0;
    margin-top: 10px;
}
.border-icon-line {
    width: 100px;
    border: solid 1px #51515c;
    opacity: 0.2;
    margin: auto;
    margin-bottom: 10px;
}
.box-sub-title {
    font-family: 'Museo Sans 500', sans-serif;
    font-size: 31px;
	color: #51515c;
    font-weight: 500;
	letter-spacing: 0.4px;
    line-height: 1.31;
}
.content-box-title {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 80px;
}
.content-btn {
    background: #c41323 none repeat scroll 0 0;
    color: #fff;
	border:1px solid #c41323;
	display: inline-block;
    font-family: 'Museo Sans 700', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 40px;
    text-transform: uppercase;
	position:relative;
	overflow:hidden;
	z-index:1;
	 -webkit-transition-duration: 1.5s; 
    transition-duration: 1.5s;
}
.content-btn:hover{color:#c41323;border:1px solid #c41323;}
.content-btn::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.content-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.content-btn:hover::after,.slider-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
.box-small-icon .content-btn{
	margin-bottom:40px;
}

.box-bg .img-bg{background-position:top center;}
.box-bg.port-inner:hover .img-bg{background-position:bottom center;}
.port-inner.box-bg {
    margin: 0;
    margin-bottom: 30px;
	border:1px solid #f3f3f3;
}

.activity-text {
    font-family: 'Museo Sans 500', sans-serif;
    color: #51515c;
    font-size: 18px;
	padding: 0 60px;
	line-height: 1.56;
  letter-spacing: 0.1px;
}
.activ-main-box {
  height: 455px;
  background-color: #ffffff;
  box-shadow: 25px 25px 75px 0 rgba(81, 81, 92, 0.25);
  position:relative;
  margin-bottom: 30px;
}
.activ-main-box .box-small-icon.box-table-small{
	padding:0;
}
.activ-btn {
    display: inline-block;
    position: relative;
}
.ac-btn-hvr {
    position: absolute;
	transition:0.3s;
    left: 0;
    top: 0;
    opacity: 0;
}
.box-ac-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.activ-btn:hover .ac-btn-hvr {opacity:1;}
.per-box {
    display: table;
    vertical-align: middle;
}
.per-cell {
    display: table-cell;
}

.per-cell.img-per {
    width: 69%;
	background-size:cover;
	background-position:center;
}
.img-pers{opacity:0;}
.per-cell.text-per {
	width: 31%;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 60px 25px;
    background: #c41424;
	box-shadow: inset 25px 25px 75px 0 rgba(81, 81, 92, 0.1);
	font-family: 'Bell MT Std';
}
.pers-list {
  height: 324px;
  background-color: #ffffff;
  margin-bottom:30px;
  box-shadow: inset 25px 25px 75px 0 rgba(81, 81, 92, 0.1),25px 25px 75px 0 rgba(81, 81, 92, 0.25);;
}
.pers-list .box-small-icon.box-table-small {
    padding: 0;
}
.pers-text{
	font-size:18px;
  font-family: 'Museo Sans 500', sans-serif;
  line-height: 1.56;
  letter-spacing: 0.1px;
  text-align: center;
  color: #51515c;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
.team-sicon {
    padding: 0;
    display: block;
    position: relative;
    z-index: 33;
}
.rdn_about_me .port-box {
    min-height: 100%;
    padding: 65% 0;
}
.ab-box {
    overflow: hidden;
    background: #fff;
    padding: 30px 0 40px;
    text-align: center;
}
.ab-border {
    border: solid 1px #51515c;
    width: 100px;
    margin: 10px auto;
    opacity: 0.2;
}
.ab-box p {
    font-family: 'Museo Sans 500', sans-serif;
	font-size: 17px;
  letter-spacing: 0.1px;
  color: #767676;
}
.team-list-two {
    box-shadow: 25px 25px 75px 0 rgba(81, 81, 92, 0.25);
    position: relative;
    max-width: 360px;
    margin: auto;
}
.team-sicon li {
    display: inline-block;
}
.team-sicon li a {
    color: #fff;
    padding: 10px;
    padding-left: 0;
}
.team-sicon li a:hover{
	opacity:0.4;
}
.team-list .port-dbox {
    width: auto;
}
.team-list-two .team-col {
    padding: 0;
}
.team-list-one .team-col {
    margin-bottom: 30px;
}
.team-list-two .port-inner {
    margin: 0;
}
.team-list-two .dbox-relative {
    background: transparent;
	padding: 0 20px;
}
.team-list-two .team-sicon li a{
	color:#c41323;
}
/*-----------------------------WORKS SECTION-----------------------------------*/
.port-item {
    padding: 0;
}
.port-inner {
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.port-box {
    display: block;
    padding: 60% 0;
    position: relative;
    z-index: 1;
    opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.port-inner:hover .port-box{opacity:0.3;}
.portfolio-type-two .port-box{
	padding:51%;
}
.portfolio-type-two {margin-bottom:-1px;}
.portfolio-type-two .port-inner{
	margin:0;
}
.single-portfolio .fluid-width-video-wrapper {
    margin: 20px 0;
}
.port-short .slider-padding {
    padding: 39.5%;
}
.portfolio-type-four .slider-center-box > h3 {
    font-size: 30px;
}
.port-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.port-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.img-mask {
	z-index: 2;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.ani-width .img-mask {
	background: #fff none repeat scroll 0 0;
	height: 110%;
	position: absolute;
	right: -10px;
	top: -10px;
	bottom:-10px;
	width: 50%;
	transform:scale(1,1);
	transform-origin:right;
	-ms-transform: scale(1,1); 
    -ms-transform-origin:right; 
    -webkit-transform: scale(1,1);
    -webkit-transform-origin:right;
}

.gray-bg .ani-width .img-mask{
	background:#fafafa;
}
.dark-page .ani-width .img-mask {background:#1f1f1f;}
.dark-page .gray-bg .ani-width .img-mask{background:#1A1A1A;}
.full-ani-width .img-mask {
	-ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
	transform:scale(0,1);
}
.width-img {
	-webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-ms-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-o-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}
.ani-width .width-img {
	opacity: 0;
}
.full-ani-width .width-img {
	opacity: 1;
}
.port-filter {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.port-filter-two{
	margin:20px 0;
}
.port-filter a.active {
    color: #fff;
    background: #c41323;
}
.port-filter a {
    background: transparent;
    display: inline-block;
    font-family: 'Museo Sans 700', sans-serif;
    font-size: 14px;
    padding: 5px 20px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #c41323;
}
.port-filter a:hover{color:#fff;}
.port-filter a::before {
    background: #c41323 none repeat scroll 0 0;
	opacity:0.3;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.port-filter a::after {
    background: #c41323 none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.port-filter a:hover::after,.port-filter a:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}

.port-filter > li {
    display: inline-block;
}
.dbox-relative h3 {
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}
.dbox-relative p {
    color: #fff;
    font-family: 'Museo Sans 700', sans-serif;
    line-height: 1.2;
    font-weight: 600;
    opacity: 0.8;
}

.port-dbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:1;
}

.port-inner:hover .dbox-relative {
    opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.dbox-relative {
    background: #c41323;
    opacity: 0;
    padding: 20px 40px;
    transition: 0.3s;
    margin: 30px;
    z-index: 1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform:scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}
.portfolio-type-two .dbox-relative {
    background: transparent;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    top: 0;
    bottom: auto;
    padding: 40px;
}
.portfolio-type-two .port-inner:hover .dbox-relative {
    opacity: 1;
	transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
}
.portfolio-type-two .dbox-relative p {
    color: #c41323;
    opacity: 1;
}
.other-portfolio .port-box {
    padding: 50% 0;
}
.other-portfolio .port-item{
	float:left;
}
.port-detail {
    list-style: none;
    padding: 0;
    display: inline-block;
    font-family: 'Museo Sans 700', sans-serif;
    font-size: 16px;
}
.port-detail li {
    display: inline-block;
    margin-right: 10px;
}
.port-gallery-body .col-md-12 .port-box {
    padding: 30% 0;
}
.port-top-gallery .port-box {
    padding: 35% 0;
}
.other-portfolio {
    text-align:center;
}
.op-title {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}
.op-sub {
    line-height: 1;
    font-family: 'Museo Sans 700', sans-serif;
    font-size: 17px;
    margin-bottom: 40px;
}

.single-work-title {
    font-size: 60px;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.swork-line {
    margin-bottom: 25px;
    background: #c41323;
    height: 5px;
    width: 150px;
    margin-top: -15px;
}
/*-----------------------------TESTIMONIAL SECTION-----------------------------------*/
#testimonial {
    position: relative;
    z-index: 1;
}
#testimonial p {
    font-family: playfair display;
    font-size: 22px;
    font-style: italic;
}
#testimonial .testi-from {
    font-family: 'Museo Sans 700', sans-serif;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
}
#testimonial h3 {
    font-size: 20px;
    margin: 20px 0 0;
}
#testimonial > div {
    margin: auto;
    max-width: 900px;
    text-align: center;
}
#testimonial .fa {
    border-radius: 100px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 20px;
    width: 50px;
    background: #c41323;
    color: #fff;
}
.with-bg #testimonial p ,.with-bg #testimonial h3 {color:#fff;}
.with-bg {
    padding: 150px 0;
}
.with-bg .slider-mask{background: rgba(0, 0, 0, 0.5) none repeat scroll 0 }
/*-----------------------------CONTACT SECTION-----------------------------------*/
.widget .contact-list,.contact-list {
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.widget .contact-list > li,.contact-list > li {
    margin-bottom: 10px;
	list-style: outside none none;
}
.contact-list i.fa {
    color: #1f1f1f;
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
}
.map_canvas {
    height: 500px;
}
.box-map {
    line-height: 1;
    padding: 20px 0 20px 20px;
    text-align: center;
    width: 100%;
}
.box-map> img {
    max-width: 400px;
    max-height: 200px;
}
.box-map > h3 {
    font-size: 16px;
	color:#1f1f1f;
    letter-spacing: 3px;
    margin: 10px 0 10px;
    text-transform: uppercase;
}
form input,form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: #888;
	line-height: inherit;
	padding: 11px  13px;
	width: 100%;
	background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #aaa;
}
::-webkit-input-placeholder {
 color: #767676;
}
#MyContactForm p label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
 color: #767676;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #767676;
}

:-ms-input-placeholder {
 color: #767676;
}
#form-wrapper #MyContactForm .error {
    bottom: 12px;
    color: #FF0000;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    left: auto;
	font-style:italic;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto;
}
.wpcf7-submit ,.dark-page .wpcf7-submit  {
	background: #c41323 none repeat scroll 0 0;
	color: #fff;
	width: auto;
	border: 1px solid #c41323;
	display: inline-block;
	font-family: 'Museo Sans 500', sans-serif;
	letter-spacing: 0.2px;
	padding: 11px 40px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-width: 263px;
	 -webkit-transition-duration: .3s; 
    transition-duration: .3s;
}
.rcol .c-nos {
    box-shadow: inset  25px 25px 75px 0 rgba(81, 81, 92, 0.1) ;
}
.c-text {
    margin-bottom: -15px;
}
.wpcf7 p.c-sub {
    text-align: center;
    width: 100%;
}
.b-bg {
    background: #51515c;
    box-shadow: 25px 25px 75px 0 rgba(81, 81, 92, 0.25);
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    padding: 54px 50px;
	margin-bottom:30px;
	min-height:508px;
}
.bbg {
    max-width: 389px;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 20px;
}
.bgline {
margin:40px auto;
display:block;
  width: 100px;
  height: 2px;
  opacity: 0.2;
  border: solid 1px #ffffff;
}
.b-bg h3 {
	font-size: 32px;
	color:#fff;
	text-transform:uppercase;
	line-height: 1.31;
  letter-spacing: 0.3px;
}


#contact-careers input{ box-shadow: 12px 12px 50px 0 rgba(81, 81, 92, 0.25);}
.color-bg .wpcf7-submit {background:#fff;color:#c41323;}
.color-bg .wpcf7-submit:hover{ color:#fff;border-color:#fff;}
.wpcf7-submit:hover{color:#c41323;border:1px solid #c41323;background:transparent;}
.wpcf7-submit::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.wpcf7-submit::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.c-iso .rcol-box{background:#fff;}
.c-iso .rcol{height:239px;}
.loadmore,.npsp {
    max-width: 300px;
    border: 2px solid;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #51515c;
    padding: 10px 0;
	cursor:pointer;
    margin: auto;
	margin-top:100px;
    width: 100%;
}
.loadmore{transition:0.3s;}
.loadmore:hover{color:#c41424;}
.npsp{margin-top:10px;max-width:none;border:0;}
.dark-page .wpcf7-submit::after{background:#1f1f1f;}
.dark-page .gray-bg .wpcf7-submit::after{background:#1A1A1A;}
.wpcf7-submit:hover::after,.slider-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
.wpcf7 p{position:relative;}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    position: absolute;
    right: 15px;
    text-transform: none;
    top: 10px;
}
.wpcf7 p span {
    display: block;
	color:#c41424;
}
span.wpcf7-form-control-wrap {
	display: block ;
}
div.wpcf7-validation-errors {
    border: medium none;
    clear: both;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: medium none;
    clear: both;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
    background: #51515d;
	color:#fff;
	font-size:14px;
	line-height:1.2;
	font-family:'Museo Sans 500', sans-serif;
}
.foot-top{padding-top:40px;padding-bottom:40px;}
.bottom-footer{background:#000;padding-top:40px;padding-bottom:40px;}
.footer label {
    display: inline-block !important;
    font-weight: normal !important;
}
span.EMAIL-label {
    display: none !important;
}
.footer input, .footer input:focus {
    border: none !important;
    background: #fff !important;
    outline: none !important;
	margin: 0 !important;
	height:33px;
}
.scbox input, .scbox input:focus{
	    border: none !important;
    background: #fff !important;
    outline: none !important;
	margin: 0 !important;
	font-weight:normal !important;
}
.scbox {
    background: #51515c;
	padding: 0 100px;
}
.scbox form{ padding:29px;}
.scbox form input[type="email"] {
    height: 50px;
    padding-left: 20px !important;
    padding-right: 30px !important;
	width: calc(100% - 21px) !important;
}
.scbox form input[type="image"] {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px !important;
	transition:0.3s;
}
.scbox form input[type="image"]:hover{opacity:0.3;}
.scbox form {
    padding: 29px;
        padding-right: 29px;
    position: relative;
}
.scbox .yikes-mailchimp-container{height:103px;}
.scbox form label{margin:0 !important;}
.footer form {
    position: relative;
}
.author-image.clearfix{text-align:left !important;}
.footer .edit-link ,.scbox .edit-link{
    display: none;
}
.sbtex {
   font-family:'Bell MT Std';
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin: 0;
    padding: 40px 0;
}
.yikes-easy-mc-form,.footer form {
    display: block;
    width: 100%;
    text-align: right;
}
.yikes-easy-mc-submit-button {
    width: 35px !important;
    float: right !important;
    margin: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-width: 0 !important;
    position: absolute;
    right: -1px;
    top: 0px;
}
.author-info a{
	font-family: 'Museo Sans 900', sans-serif;
	color:#c41424;
}
.author-info span:last-child span {
	display:none;
}
.author-info a:hover{
	color:#767676;
}
.footer button[type="submit"]:hover{
	opacity:0.7;
	}
.footer button[type="submit"] {
    font-size: 0;
    width: 34px ;
    height: 33px;
	background: url("images/arrow-right-hover.png") no-repeat scroll center center;
	background-size: contain;
	transition:0.3s;
}
/*----404 style--*/
.error-title {
    border: 10px solid;
    display: inline-block;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 30px 70px;
    text-transform: uppercase;
}
.yikes-mailchimp-container{position:relative;}
.scbox .yikes-easy-mc-success-message,.scbox .yikes-easy-mc-error-message {
    position: absolute !important;
    bottom: 70%;
    margin-left: 29px;
}
.yikes-easy-mc-success-message,.yikes-easy-mc-error-message {
	animation-delay:2s;
	  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomOut;
}
.footer .yikes-easy-mc-success-message ,.footer .yikes-easy-mc-error-message{
    position: absolute !important;
    bottom:86%;
}
input:invalid {
    box-shadow: none;
}
.footer-menu ul, .footer-menu ul li {
    list-style: none;
    padding: 0;
}
.footer-menu ul li {display:inline-block;}
.footer-menu ul li a {
    color: #fff;
    padding: 38px 20px;
    display: inline-block;
	font-family: 'Museo Sans 500', sans-serif;
}
.fot-text{padding-top:10px;}
.footer-icon {
    padding: 0;
    list-style: none;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon li a {
    color: #fff;
    display: block;
	font-size: 26px;
    padding: 0 10px;
	opacity:1;
}
.footer-icon li  a:hover{opacity:0.5;}
.footer-img {
    margin: 20px 0;
	max-height:50px;
}
.footer a{color:#c41323;}
.footer a:hover{color:#fff;}
/*-----------------------------BLOG SECTION-----------------------------------*/
.sld-blog {
  width: 50px;
  height: 2px;
  opacity: 0.5 !important;
  border: solid 1px #ffffff;
}
.sld-blogcat {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.slider-center-box {
    text-align: center;
    color: #FFF;
    padding: 115px 0 180px;
}
.sld-bt {
    max-width: 833px;
    margin: auto;
    font-size: 62px;
    line-height: 1.13;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    padding: 50px 0 60px;
}
.menu-bhead {
    background-color: #51515c;
    box-shadow: 25px 25px 75px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 333;
	width: 100%
}
.blcel{display:table-cell;vertical-align:middle;position:relative;z-index:3;}
.bhead-list{
  font-size: 13px;
  color: #ffffff;
  font-family: 'Museo Sans 700';
  text-transform:uppercase;
}
.blmask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
	transition:0.3s;
}
.bl-link:hover .blmask{opacity:0.3;}
.bhead-list {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Museo Sans 700';
    text-transform: uppercase;
    list-style: none;
    padding: 0;
}
.bhead-list li {
    display: inline-block;
}
.bhead-list li a {
    display: block;
    padding: 2px 20px;
    margin: 26px 0px;
    border-right: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}
.bhead-list li:first-child a{
	padding-left:0;
}
.bhead-list li:last-child a{
	border:none;
}
.bl-p {
    position: relative;
    display: table;
    width: 100%;
	box-shadow: 25px 25px 75px 0 rgba(81, 81, 92, 0.25);
	margin-bottom: 50px;
}
.bl-box h3 {
    max-width: 230px;
}
.blinebox {
    width: 100px;
    height: 2px;
    opacity: 0.2;
    border: solid 1px #51515c;
    margin: 40px 0;
}
.bpbtn {
    background: url("images/search.png") no-repeat scroll center center #c41323;
    height: 50px;
    right: 0;
    line-height: 1;
    margin-top: -25px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    bottom: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 50px;
    border: none;
}

.bpbtn:hover {
    background-color: #51515c;
}
.bl-link {
    width: 70%;
    display: table-cell;
    overflow: hidden;
    height: 100%;
}
.img-bl {
    height: 100%;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 55px;
	background-size: cover;
background-position: center;
}
.bl-con {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 57px 50px;
	color:#767676;
}
.sl-n{color:#51515c;}
.blitle {
    font-size: 64px;
    line-height: 1.13;
    letter-spacing: 1px;
    max-width: 600px;
    color: #ffffff;
    text-shadow: 0 2px 4px #51515c;
    margin: 0;
    margin-top: 60px;
	margin-bottom: 60px;
}
.blitle br{display:none;}
.blitle.ph-ts br{display:inherit;}
.blog-scat {
    font-size: 13px;
    text-transform: uppercase;
    border-left: 2px solid rgba(255,255,255,0.5);
    font-family: 'Museo Sans 700';
    color: #ffffff;
    padding: 3px 15px;
}
.blog-wrapper {
    background: #fff;
}
.dark-page .blog-wrapper{
	background:#1f1f1f;
}
.blog-header {
    background: #1f1f1f none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}
.blog-header-slider {
    background: #fafafa none repeat scroll 0 0;
}
.blog-img-bg {
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.small-title {
    font-size: 30px;
    margin: 0 0 20px;
}
.blog-post-list h4 {
    font-size: 20px;
    margin: 10px 0 20px;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
	transition:ease .5s;
}
.blog-post-list a:hover h4 {
    color: #c41323;
}
.blog-post-list .col-md-4:nth-child(4) {
    clear: left;
}
.blog-post-list .col-md-3:nth-child(5) {
    clear: left;
}
.blog-box {
	margin: 0 15px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%) scale(0, 0);
    -webkit-transform:  translateY(-50%) scale(0, 0);
	transform:  translateY(-50%) scale(0, 0);
    z-index: 1;
	transition:ease .5s;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
}
.blog-header-slider:hover .slide-nav{opacity:1;}
.blog-img-bg:hover .blog-box {
	-ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
	transform: translateY(-50%) scale(1, 1);
    z-index: 1;
}
.blog-box-inner {
    border: 4px solid #fff;
    margin: auto;
    padding: 30px;
    position: relative;
    text-align: center;
    top: auto;
    max-width: 300px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	text-align: center;
}

.blog-box h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 10px 0 30px;
	color: #fff;
    text-transform: uppercase;
}
.blog-box .slide-btn {
    font-size: 13px;
    letter-spacing: 3px;
    padding: 13px 25px;
}
.blog-box p {
    color: #fff;
    font-family: playfair display;
    font-style: italic;
    margin-bottom: 0;
}
.blog-title {
    display: block;
    font-size: 60px;
    margin: 0 0 10px;
    position: relative;
}
.blog-slider-box {
    padding: 27% 0;
}
.fa.fa-arrow-right.slick-arrow {
    left: auto;
    right: 20px;
}
.post-detail {
    font-size: 15px;
    font-weight: 600;
	padding:0;
    list-style: outside none none;
    text-transform: uppercase;
    font-family: 'Museo Sans 700', sans-serif;
}
.post-detail > li {
    display: inline-block;
    margin-right: 20px;
}
.post-detail > li i {
    background: #c41323 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    text-align: center;
    width: 30px;
}
.border-post {
    background: #eee none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #c41323  ;
    border-color: #c41323  ;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
	border-radius:0;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0 !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #51515c;
    color: #fff;
    border: 1px solid #51515c;

	font-family: 'Museo Sans 700';
    text-align: center;
    padding: 11px 17px;
}
.bdat{
	color:#767676;
	margin-bottom:40px;
}
.blpost{
	font-family:'Bell MT Std';
	font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.blpost h1,.blpost  h2,.blpost  h3,.blpost  h4, .blpost h5,.blpost  h6{
	font-family: 'Museo Sans 500';
	font-size:36px;
	line-height:36px;
	letter-spacing:0.3px;
	margin:0;
	margin-bottom:40px;
	margin-top:40px;
}
.bdat a{color:#c41323;}
.bdat a:hover{color:#51515c;}
.pagination li a:hover{color:#000000 ;}
.blog-slider:hover .slide-nav {
	opacity: 1;
}
.blog-mason .blog-title {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    padding-bottom: 20px;
}
.blissb{

    max-width: 255px;
    margin: auto;

}
.share-box a {
    clear: left;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
	color:#fff;
}
.share-box a:hover{
	background:#51515c !important;
}
.share-box {
    font-style: italic;
    padding-top: 20px;
}
.rcol .arol {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding:50px;
	
}
.rcol .arol:hover {background: rgba(0,0,0,0.3);}
.rimg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.rcol h3{
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-align: left;
  color: #ffffff;
  margin-top:53px;
}
.rcol-box {
    display: table;
    vertical-align: middle;
    height: 455px;
	width: 100%;
	position:relative;
	box-shadow: 25px 25px 75px 0 rgba(81, 81, 92, 0.25);
}

.title-related-post {
  font-size: 64px;
  text-align: center;
  color: #c41424;
  margin:0;
  margin-bottom:83px;
  margin-top:73px;
}
.seka{
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #51515c;
  	font-weight:bold;

}
#authorarea{
	background-color: #ededee;
	  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.2px;
  color: #767676;
  padding:44px 100px;
  margin-top:40px;
}
.author-image.clearfix {
    text-align: right;
}
.author-image a {
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;

}
.related-cat {
  font-size: 14px;
  text-align: left;
  text-transform:uppercase;
  color: #ffffff;
}
#related_posts .col-sm-4{ margin-bottom:20px;}
#related_posts .col-sm-4 img{
opacity:1;
transition:0.3s;
}
#related_posts .col-sm-4:hover img{opacity:0.7;}
#related_posts .col-sm-4:nth-child(4) {
    clear: left;
}
#related_posts {
    padding-bottom: 20px;
}
.nsbx {
  max-width: 299.7px;
  width:100%;
  height: 50px;
  color:#51515c;
  display:block;
  margin:auto;
  text-align:center;
  line-height:45px;
  border: solid 2px #51515c;
}
.ph-t br{display:none;}
.related-title br{display:none;}
.ph-no br{display:inherit;}
.nsbx:hover,.nsbx:focus,.nsbx:active{border-color:#c41424;color:#c41424;}
.footer.footer-two.clearfix {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
    left: 0;
}
.blog-gallery div {
	width: 33.3%;
	float: left;
}
.blog-gallery a {
	position: relative;
	display: block;
}
.blog-gallery a span {
	background: rgba(0,0,0,0.3);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.blog-gallery a span:hover {
	opacity: 1;
}
.blog-gallery a i {
	background: #c41323  none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}
#contact-careers div.wpcf7-mail-sent-ok{text-align:center;}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    display: block;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 20px;
    position: relative;
}
.widgettitle::after {
    content: "";
    width: 100px;
    height: 1px;
    background: #eee;
    display: block;
    margin-top: 20px;
}

.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 0x;
    position: relative;
	margin: 13px;
	background:#fff;
}
#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 0;
    padding: 10px 45px 10px 15px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}

#searchform #searchsubmit {
    background: url("images/search.png") no-repeat scroll center center #c41323  ;
    height: 50px;
    right: 0;
    line-height: 1;
    margin-top: -25px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    width: 50px;
	border:none;
}
#searchform #searchsubmit:hover{background-color:#b9b9b9  ;}

.tagcloud a {
    border: 1px solid #c41323;
    color: #c41323;
    display: inline-block;
	background:transparent;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 6px 17px;
    text-transform: uppercase;
}
.tagcloud a:hover{color:#fff;background:#c41323 ;}


.widget-about-us {
    text-align: center;
}
.widget-about-us h3 {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0 0 20px;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.bordering-widget {
    background:#c41323;
    color: #fff;
    margin: 20%;
    padding: 20px;
    position: relative;
    top: 0;
    width: 60%;
}
.abtw-box {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    padding: 15% 10px;
}

.wdg-about-subtitle {
    font-family: "Playfair Display",serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}
.widget .abtw-soc {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}
.widget .abtw-soc > li {
    display: inline-block;
    list-style: outside none none;
}
.abtw-soc a {
    border: 1px solid;
    border-radius: 100px;
    color: #c41323;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.abtw-soc a:hover{
	color:#fff;
	background:#c41323;
	border-color:#c41323;
}
.widget #flickr {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	max-width: 500px0px;
}
.widget #flickr > li {
    display: block;
    float: left;
    list-style: outside none none;
    width: 25%;
	margin:0;
}

.widget #flickr a{
	transition:0.2s;
	display:block;
	background:#bf919f;
}
.widget #flickr a:hover{
opacity:0.8;
}
/*-------------COMMENTS SECTION-------------*/
.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
	padding-top: 20px;
}
.commentlist >li {
    list-style: none;
}
.fn.comment-author {
 	color: #555555;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
	line-height: 1;
}
.fn.comment-author .url {
    line-height: 1.5;
}
.comment-inner.clearfix {
    float: left;
    padding-left: 20px;
    width: 87%;
}
.comment-author.vcard {
    float: left;
    width: 13%;
}
.commentlist ul{list-style:none;}
.comment-meta a {
    font-weight: normal;
	font-style:italic;
	font-size:12px;
}
.comment-meta .comment-edit-link {
    border: 1px solid #DDDDDD;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 0 7px;
}
.comment-meta.commentmetadata {
    display: block;
    overflow: hidden;
}
.commentlist .avatar {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}
.commentlist li.comment {
    display: block;
    overflow: hidden;
}
.comment-body {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;	
}
.dark-page .comment-body{border-bottom-color:#333;}
.comment-reply-link {
    float: right;
	font-size:13px;
}
.full-size-img {width:100%;}
.bypostauthor .fn.comment-author:after {
    content: "\f007";
    background: #dadada none repeat scroll 0 0;
    border-radius: 100px;
    color: #888888;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin-left: 3px;
    text-align: center;
    width: 23px;
}
#reply-title {
	font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.pagination-comment {
    text-align: right;
    text-transform: uppercase;
}
.pagination-comment .page-numbers.current {
    background: #ccc;
    color: #fff;
    border-color: #ccc;
}
.pagination-comment .page-numbers {
    display: inline-block;
    padding: 7px 12px;
    line-height: 1;
    border: 1px solid;
    font-size: 13px;
}
.comment-form label {
    display: block;
    font-family: 'Museo Sans 700', sans-serif;
	font-size: 13px;
    text-transform: uppercase;
}
.form-submit {margin-bottom:40px;}
.form-submit #submit {
    background: #c41323 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-family: 'Museo Sans 700', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 60px;
	text-transform: uppercase;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	margin-top:20px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.form-submit #submit:hover{
	background:transparent ;color:#000;border-color:#000 ;
}
.comment-top > span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-strong{
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/*-------------WORDPRESS GENERAL STYLE--------*/
/*calendar style*/
#wp-calendar {
	width: 100%;
	text-align: center;
	background: #eee;
	font-size: 12px;
	line-height: 3;
	max-width: 370px;
	background: #fff;
}
#wp-calendar caption {
    border: 1px solid #DDDDDD;
    color: #fff;
	background:#2b292a;
    font-size: 19px;
	text-align:center;
	font-family:'Museo Sans 700', sans-serif;
    line-height: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
	border-bottom:none;
}
#wp-calendar td a{color:#777;display:block;}
#wp-calendar table, #wp-calendar th, #wp-calendar td {
    padding: 0;
}
#wp-calendar td a:hover{background:#000;color:#fff;}

#wp-calendar #prev a,#wp-calendar #next a {
    display: inline;
}
#wp-calendar tbody tr td {
    border: 1px solid #DDDDDD;
    color: #BBBBBB;
    font-weight: bold;
}
#wp-calendar thead {
	color: #555555;
}
#wp-calendar thead th {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    text-align: center;
}
#wp-calendar tfoot {
	border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
	text-align: right;
	border:none;
}
#wp-calendar tfoot #prev {
	text-align: left;
	border:none;
}
td.pad{border:none;}
#wp-calendar tfoot a {
	padding: 10px;
}
.wp-caption {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
}
.wp-caption.aligncenter {
    margin: auto;
}
.wp-caption.alignleft {
    float: left;
}
.wp-caption.alignright {
    float: right;
}
.alignleft{text-align:left;margin-right: 5px;}
.alignright{text-align:right;}
.aligncenter{text-align:center;}
img.alignright {
    clear: both;
    display: block;
    float: right;
    margin-bottom: 3px;
    margin-right: 10px;
}
img.alignleft {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 3px;
    margin-right: 10px;
}
img.aligncenter {
    display: block;
    margin: auto;
    text-align: center;
}
.wp-caption-text,.gallery-caption {
    font-size: 13px;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.wp-caption {
    max-width: 100% !important;
}
.rssSummary {
    color: #787878;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.rss-date {
    clear: both;
    color: #2b292a ;
    display: block;
    font-size: 12px;
    font-weight: bold;
	margin-top:10px;
    text-transform: uppercase;
}
.widget_rss cite {
    display: block;
    font-size: 14px;
	margin-bottom:10px;
    font-family: playfair display;
}

.widget_rss li .rsswidget {
    background: #1f1f1f;
    color: #fff;
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-weight: 600;
}
.sidebar .widget_rss ul li {
    list-style: none;
}
.sidebar .widget_rss ul {
    padding: 0;
    list-style: none;
}

.sticky.blog-post .blog-title::before {
    background: #b9b9b9 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    content: "\f08d";
	letter-spacing:0;
    display: inline-block;
    float: right;
    font-family: fontawesome;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
    width: 30px;
}
.post.sticky {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 30px;
}
.post.sticky .border-post.clearfix {
    background: transparent;
    margin: 0;
}
.post.sticky .go-btn {
	background:transparent;
    color: #bf919f  ;
}
.post.sticky .go-btn:hover{
	background:#bf919f  ;
	color:#fff;
}
.post-pager p {
    border-top: 1px solid #eeeeee;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-top: 30px;
}
.post-pager a {
    border: 1px solid;
    margin: 0 5px ;
    padding: 4px 10px;
}
.widget ol li ul li ol li {
    list-style-type: lower-alpha;
}
.widget ul li ol li {
    list-style-type: decimal;
}
.widget ul li ol li ul li {
    list-style-type: square;
}
.widget_rss .rsswidget {
    font-weight: 500;
}

.post-password-form input[type="submit"]:hover{color:#fff;background:#ccc;}
.comment-reply-title {
	font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.post-password-form input {
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #aaa;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
}
.post-password-form input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
    width: auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	border:none;
}
.search-title {
    border-bottom: 1px solid #eee;
    font-size: 25px;
    margin: 0 0 40px;
    padding-bottom: 20px;
	text-transform:uppercase;
}
button, input, select, textarea {
    max-width: 100%;
	font-family: 'Museo Sans 500', sans-serif;
}
.widget_nav_menu ul li a {
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
}
.fat-list .current_page_item a::after,.single-careers .fat-list .carmen a::after,.single .fat-list .phm a::after,.fat-list .single-post .blogmen a::after {display:none;}

.stbk h3 {
    font-size: 16px;
    text-align: center;
    color: #c41424;
    margin: 0;
    margin-top: 0px;
    margin-top: 20px;
    max-width: 130px;
    margin: auto;
        margin-top: auto;
    margin-top: 20px;
}
.st-box {
    max-width: 150px;
    height: 150px;
    width: 100%;
    background: #fff;
    vertical-align: middle;
    display: table;
	box-shadow: 25px 25px 75px 0 rgba(81, 81, 92, 0.2);
	margin-bottom:30px;
	position: relative;
	margin-left: auto;
margin-right: auto;
}
.bor-str {
    height: 2px;
    width: 86%;
    background: #51515c;
	margin:auto;
    margin-bottom: 52px;
    margin-top: 20px;
}
.bor-str::after {
    height: 26px;
    content: "";
    width: 2px;
    background: #51515c;
    display: inline-block;
	float: right;
}
.bor-str::before {
    height: 26px;
    content: "";
    width: 2px;
    background: #51515c;
    display: inline-block;
}
.clearfix.bottom-bord {
    height: 26px;
    background: #51515c;
    width: 2px;
    position: absolute;
    bottom: -52px;
    left: 50%;
}
.clearfix.top-bord {
    height: 26px;
    background: #51515c;
    width: 2px;
    position: absolute;
    top: -52px;
    left: 50%;
}
.stbk {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	box-shadow: inset 25px 25px 75px 0 rgba(81, 81, 92, 0.1);
}
.c-car{
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-align: center;
  color: #c41424;
}
#contact-careers {
    background: #ededee;
    padding: 100px 88px ;
    margin-top: 100px;
}
.sc-cf p {
    width: 50%;
    float: left;
}
.sc-cf form{display: table;}
.wpcf7 p {
    position: relative;
    margin: 0;
    padding: 12px;
}
.footer-nav .current_page_item a::after{display:none;}
.pg-sing h1,.pg-sing h2,.pg-sing h3,.pg-sing h4,.pg-sing h5{
	font-family: 'Museo Sans 500', sans-serif;
}
.pg-sing {
	font-family:'Bell MT Std';
	  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.2px;
   color: #000000;
}
.thchoum-img {
    max-height: 25px;
}
.footer .col-xs-6 a {display:block;}
.pg-sing h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #c41424;
    margin-top: 40px;
    margin-bottom: 20px;
}
/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (max-width:1199px) {
.port-item{width:33.3%;}
.other-portfolio .port-item,.port-gallery-body .port-item{width:50%;float:left}
.blog-title {
    font-size: 50px;
}

}
@media (max-width:1024px) {
	.single-careers .blissb{margin-top:80px;margin-bottom:50px;}
	.single-careers .nsbx {
    margin: 0 !important;
}
.imbs.clearfix {

    position: absolute;
    top: 50%;
    z-index: 0;
    width: 50%;
    left: 25%;
    margin-top: -29%;

}
.leftitles{text-align:center !important;max-width:500px;margin:auto;}
	.sc-cf p{width:100%;}
	.c-iso .col-md-6 {width:100%;}
.scbox .yikes-easy-mc-success-message {
    margin-left: 0;
}
.sbtex{padding-bottom:0;}
	.bor-str,.clearfix.bottom-bord,.clearfix.top-bord {display:none;}
	.scbox form{padding-left:0 !important;}
	.share-box a {
    float: left;
    clear: none;
}
	.blissb{margin:0;max-width:none;}
.clearfix.border-icon{border:none;}
.so-panel .special .textwidget {
    max-width: 600px;
    margin: auto;
}
.box-cell {
    padding: 40px 0;
}
.box-text{	max-width: 500px;}
.bl-link,.bl-con{width:100%;display:block;}
.flb {
	display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.bitb{width:100%;display:block;}
}
@media (max-width:992px) {
	
	
	.bhead-list{text-align:center;}
	.activity-text {
	padding: 0 30px;
	}
.slider-title,.blog-title ,.hero-title{
    font-size: 40px;
}

.cell-left-border{border:none;}
.content-title,.table-content h3 {
    font-size: 50px;
}
.container-fluid {
    max-width:100%;
}

.slider-text,.slider-line,.slick-slide .slide-img-small,.right-bord,.left-bord{display:none;}
.port-item{width:50%;}
.table-cell-box,.box-30,.box-70,.single-port-table .table-cell-box{width:100%;display:block;}
.per-cell{display:block;width:100% !important;}
.footer{text-align:center;}
.footer-menu ul, .footer-menu ul li {
    text-align: center;
}
.footer-icon.text-right {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
}
@media (max-width: 782px) {
	.admin-bar .for-sticky,.admin-bar .is-sticky .menu-bhead {
    margin-top: 46px;
}
}
@media (max-width: 767px) {
	.long-text{padding:0 40px;}
	.slider-title{text-align:center;}
	.slider-btn{margin:auto;}
.admin-bar .for-sticky,.admin-bar .is-sticky .menu-bhead {
    margin-top: 46px;
}
 .box-small-icon.box-table-small ,.box-small-icon.box-table-small.long-text{
    padding-top: 0;
}

.content-title,.table-content h3,.hero-title {
    font-size: 50px;
}
.box-with-icon {
    padding: 0;
}
.box-with-icon .fa {
    position: relative;
}
.box-cell {
    padding: 40px 0;
}
.clearfix.border-icon{
	border:none;
}


.bl-box p{margin-bottom:40px;}
}
@media (max-width: 600px) {
	.single-careers .nsbx {
    margin: 0 !important;
    max-width: 100% !important;
}
#contact-careers {
    background: #ededee;
    padding: 0;
        padding-bottom: 0px;
    padding-bottom: 100px;
	padding-top: 100px;
}

	#authorarea {
    padding: 30px;
}
.alone, .altwo {
    height: 300px;
}
	.scbox{padding:30px;}
.port-item,.other-portfolio .port-item,.port-gallery-body .port-item{width:100%;float:none;}
.cell-line{display:none;}
.slider-title,.blog-title,.hero-title {
    font-size: 30px;
}
.slider-box {
    padding-bottom:100px;
    padding-top: 150px;
}
.page-head-slider .slider-box {
    padding-top: 100px;
    padding-bottom: 50px;
}
.admin-bar .for-sticky,.admin-bar .is-sticky .menu-bhead {
    margin-top: 0;
}


*::-moz-placeholder {

    color: #767676;

}
*::after, *::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
body {

    margin-top: -46px;

}
html #wpadminbar {display:none !important;}
}
@media (max-width: 480px) {
#related_posts .col-sm-4{width:100%;}
}
#authorarea .row {
    display: table;
}
#authorarea .col-sm-2, #authorarea.col-sm-10 {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media (max-width:768px) {
#authorarea .col-sm-2, #authorarea.col-sm-10 {display:block;width:100%;}
}