/*
Theme Name: Theinboundly
Author: theinboundly
Author URI: https://padmakuvar.com/
Description: We emphasize and deliver customer-centric, contextualized, data-analytics driven digital marketing services which create awareness, attract new customers with channels like content marketing, SEO, Social Media and other paid marketing campaigns to achieve business objectives.
Version: 1.0
Tags: Web Development, Website Designing, Digital Marketing, seo services.
Text Domain: theinboundly
*/
/*****************
    1. Basic
*****************/
body{
	font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
}
ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a{
	text-decoration: none !important;
	outline: none !important;
	color: #000;
}
a:hover{
	color: #ff5f5f;
}
/*------------------ Home Page Css Start ------------------*/
.header-top {
    background-color: #564e7e;
    overflow: hidden;
	display: block;
}
.info_top {
	margin-top: 5px;
	margin-bottom: 5px;
}
.info_top li{
	display: inline-block;
}
.info_top i{
	height: 30px;
	width: 30px;
	margin: 0px 5px;
	text-align: center;
	font-size: 14px !important;
	line-height: 30px;
	color: #ff5f5f;	
}
header{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0px;
	z-index: 10;
}
header.active{
	background: #fff;
	position: fixed;
	padding: 10px 0px;
}
.logo{	float: left;}
.logo a{	display: block;}
.logo img{	max-width: 100%;}
header.active .logo img{	width: 150px;}
.btn-custom {
    font-size: 14px;
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #fff;
    background: #ff5f5f;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
}
.btn-custom:hover{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #554d7e;
}
.contact_add ul li:hover p {
    font-size: 17px;
    font-weight: 600;
}
/* ==============================
   2. Global styles
   ============================== */
body {  font-family: 'Open Sans', sans-serif;  color:#2c373d;}
h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {  font-family: 'Open Sans', serif;  color: #2c373d;} 
ul {list-style-type: none;}
p {font-family: 'Open Sans', sans-serif;font-size: 17px;color: #2c373d;line-height: 26px; font-weight: 400;}
a {text-decoration: none;display: inline-block;outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
img {max-width: 100%;display: inline-block;}
button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Open Sans', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.boxed_wrapper {    width: 100%;    background: #fff;    overflow-x: hidden;}
.sec-padd {  padding: 10px 0;}
.sec-padd2 {  padding: 10px 0 30px;}
.sec-padd3 {  padding: 10px 0 50px;}
.sec-padd-top {  padding-top: 10px;}
.sec-padd-bottom {  padding-bottom: 10px;}
.no-padd {  padding: 0px;}
.paddt-50 {  padding-top: 50px;}
.mb-30 {  margin-bottom: 30px;}
.list_inline li {  display: inline-block;}
.padd-80 {  padding-top: 80px;}
.tran3s {  -webkit-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;}
.center {  text-align: center;}
.thm-color {  color: #ff5f5f;}
.float_left {    float: left;}
.float_right {    float: right;}
.border-bottom {  border-bottom: 1px solid #f7f7f7;}
@media (min-width: 1200px) {  .container {    padding: 0;  }}
.thm-btn {
  position: relative;
  background: #ff5f5f;
  font-size: 14px;
  line-height: 48px;
  border-radius: 25px;
  color: #ffffff;
  border: 1px solid #ff5f5f;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {  background: transparent;  color: #ff5f5f;  transition: all .5s cubic-bezier(0.4, 0, 1, 1);}
.thm-btn.style-2 {  background: transparent;  color: #ff5f5f;  border-color: #ff5f5f;}
.thm-btn.style-2:hover {  background: #ff5f5f;  color: #fff;  border-color: #ff5f5f;}
.thm-btn.style-3 {  background: transparent;  color: #fff;  border-color: #fff;}
.thm-btn.style-3:hover {  background: #FFF;  color: #ff5f5f;  border-color: #fff;}
.service-btn-color a { color: #fff !important;}
.our-team h1 {  position: relative;  margin-bottom: 50px;}
.section-title {  position: relative;  margin-bottom: 50px;}
.section-title h2 {  position: relative;  text-transform: capitalize;  font-weight: 400;  font-size: 32px;}
.section-title h3 {  position: relative;  text-transform: capitalize;  font-weight: 400;}
.section-title h4 {  position: relative;  font-size: 20px;  text-transform: capitalize;  font-weight: 400;}
.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #ff5f5f;
}
.scroll-top span:before {  font-size: 27px;}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%;
 z-index:999999; background-color:#ffffff; background-position:center center;
  background-repeat:no-repeat; background-image:url(images/icons/preloader.gif);}
/* ::-webkit-scrollbar {    width: 8px;} */
/* ::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px #292121;} */
/* ::-webkit-scrollbar-thumb {    background: rgba(255,255,255,0.75);    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);} */
/* ::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,255,255,0.75);} */
/*============ Header title and tagline ===================*/
.header-details{
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.h-title{
	text-align: left;
	font-size: 34px;
    font-weight: normal;
    line-height: 50px;
    text-align: left;
	color: #fff;
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;	
	min-height: 76px;
}
.h-title span.fancy-title {
    margin: 0 auto;
}
.h-tagline{
	font-size: 21px;
	text-align: left;
    padding: 15px 10px;
    margin: 10px 0 0 0;
	font-weight: normal;
    line-height: normal;
    padding: 3px 0 0 0;
	color: #fff;
	display: flex !important;
    justify-content: left !important;
    align-items: center !important;
}
.h-tagline .fancy-subtitle {
    float: left;
    font-size: 19px;
    font-weight: normal;
    line-height: normal;
    padding: 3px 0 0 0;
    text-align: left;   
}
.bracket_left {
    background-image: url(images/left-bracket.png);
    background-repeat: no-repeat;
    float: left;
    height: 76px;
    width: 35px !important;
}
.bracket_right {
    background-image: url(images/right-bracket.png);
    background-repeat: no-repeat;
    background-position: right center;
    float: right !important;
    height: 76px;
    width: 35px !important;
    text-align: right !important;
}
/*============ social icon ===================*/
.social-icon li {  display: inline-block;}
.social-icon li a {  display: inline-block;  color: #999;  margin-right: 15px;  font-size: 16px;  transition: .5s ease;}
.social-icon li a:hover {  color: #ff5f5f;  transition: .5s ease;}
.player .controls .logo {  display: none !important;}
/*============= accordion ===============*/
.accordion-box {}
.accordion {    margin-bottom: 20px;    position: relative;}
.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-btn.active .left-icon {    color: #fff;}
.accordion .left-icon span {    position: relative;    top: 18px;  }
.accordion .acc-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    margin: 0px;
    padding-right: 50px;
    border: 1px solid #f4f4f4;
}
.accordion .acc-btn.active {  border-color: #ff5f5f;  border-bottom: 0px;}
.accordion .acc-btn p {    color: #2c373d;    font-size: 16px;    font-family: 'Roboto Slab', serif;}
.accordion .acc-btn.active p {}
.accordion .acc-btn.pr {    position: relative;}
.accordion .acc-btn .img-box {    display: none;}
.accordion .acc-btn.active .img-box {    display: block;}
.accordion .acc-btn .toggle-icon {
    color: #c8c8c8;
    display: block;
    height: 24px;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 25px;
    border-left: 1px solid #c8c8c8;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-btn .toggle-icon .plus:before {
    transition: all 0.3s ease 0s;
    top: 0;
    right: 0;
    position: absolute;
    line-height: 25px;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {    opacity: 0;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
    transition: all 0.3s ease 0s;
    color: #ff5f5f;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{    opacity: 0;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {    opacity: 1;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    background: #f7f7f7;
    border: 1px solid #ff5f5f;
    display: none;
    padding: 20px 20px;
    border-top: 0px;
}
.accordion-box .accordion .acc-content.collapsed {    display: block;}
.accordion-box .accordion .acc-content p {    margin: 0;}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {  color: #121d2f;}
/*=== style-2 ==========*/
.accordion-box.style-three .accordion .acc-btn .toggle-icon {    left: 12px;    border: 1px solid;    width: 35px;    height: 35px;}
.accordion-box.style-three .accordion .acc-btn {    padding: 16px 30px;    padding-left: 65px;}
.accordion-box.style-three .accordion .acc-btn .toggle-icon .plus:before {    right: 11px;    top: 6px;    color: #ff5f5f;}
.accordion-box.style-three .accordion .acc-btn .toggle-icon .plus:before {    right: 11px;    top: 6px;    color: #ff5f5f;}
/*============= default-form ===============*/
.default-form {  position: relative;}
.default-form .form-box{  position:relative;}
.comment-form .form-box{  padding:25px 25px 0px 25px; }
.default-form .form-group{  position:relative;  margin-bottom:30px; }
.default-form .comment-form .form-box .form-group{  margin-bottom:25px;}
.default-form.form-box .row{  margin-left:-10px;  margin-right:-10px; }
.default-form.form-box .row .form-group{  padding:0px 0px;  }
.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}
.default-form .form-group .field-label sup{  color:#ff0000;  font-size:14px;}
.default-form p {  margin-bottom: 6px;}
.default-form input[type="text"],.default-form input[type="email"],.default-form input[type="password"],.default-form input[type="number"],.default-form input[type="tel"],.default-form input[type="url"],.default-form input[type="file"],.default-form select,.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 50px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #909090;
  padding:12px 15px;
  background: #fff;
  border-radius: 25px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{  height: 100px;}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
}
.default-form .btn-group.open .dropdown-toggle {    box-shadow: none;}
.default-form .btn-group.open .dropdown-toggle:focus {  border: none;  outline: none;}
.default-form  .bootstrap-select .dropdown-toggle:focus {  outline: none !important;}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {  background-color: #ff5f5f;  color: #fff;}
.default-form .form-control:focus {  border-color: #ff5f5f;  box-shadow: none;}
.form-group.quize-answer {    text-align: center;    border: 1px solid;    padding: 14px 0 0;    background-color: #23282d2e;	border-radius: 45px;}
span.wpcf7-quiz-label {    float: left;    display: inline;    font-size: 30px;}
input.wpcf7-form-control.wpcf7-quiz.quiton-ans {    float: left;    width: 60%;    margin-left: 50px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {    background-color: #f7e700b3 !important;}
.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #ff5f5f;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}
.default-form .bootstrap-select {  background: none;  border: none;  box-shadow: none;  padding: 0px;}
.default-form .g-select {  background: none;  border: none;  box-shadow: none;  padding: 0px;}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {  color: #848484;  padding: 13px 15px;  border: 1px solid #eee;}
.default-form .bs-caret {  display: none;}
.default-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    top: 50px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {  transform: scaleY(1);  transition: .4s ease;}
.default-form .dropdown-menu>li>a {  padding: 8px 15px;}
.default-form .dropdown-menu>li>a:focus {    background-color: #fff;    color: #222;}
.default-form .dropdown-menu>li>a:hover {    background-color: #ff5f5f !important;    color: #fff !important;}
/*placeholder*/
.default-form form input::-webkit-input-placeholder {  color: #9e9e9e;}
.default-form form input:-moz-placeholder {  /* Firefox 18- */  color: #9e9e9e;}
.default-form form input::-moz-placeholder {  /* Firefox 19+ */  color: #9e9e9e;}
.default-form form input:-ms-input-placeholder {  color: #9e9e9e;}
.default-form .alert-success {    color: #ff5f5f;    background: none;    border: none;    font-size: 18px;}
/*** 
=============================================
    page_pagination style
=============================================
***/
.page_pagination {  position: relative;  padding-top: 20px;}
.page_pagination li {  display: inline-block;  margin:0 4px;}
.page_pagination li a {
  width: 55px;
  line-height: 55px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #252525;
  font-size: 18px;
  border-radius: 50%;
}
.page_pagination li a.active,.page_pagination li a:hover {  color:#fff;  background: #ff5f5f;}
/*=======pagination style-2============*/
.page_pagination2 {
  overflow: hidden;
  display: block;
  padding-bottom: 22px;
  padding-top: 22px;
  margin: 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 30px;
}
.page_pagination2 .button a {  color: #222;  font-size: 18px;  font-weight: 400;  transition: all 500ms ease;}
.page_pagination2 .button a:hover{    color: #ff5f5f;}
.page_pagination2 .button a i {  display: inline-block;  font-size: 20px;  position: relative;  top: 2px;}
.page_pagination2 .button.next a i{  padding-right: 0px;  padding-left: 0;}
.page_pagination2 .icon-holder a i {  color: #252525;  font-size: 24px;  position: relative;  top: 4px;  transition: all 500ms ease 0s;}
.page_pagination2 .icon-holder a:hover i{  color: #ff5f5f;}
/*** 
====================================================================
  donate Popup
====================================================================
***/
.donate-popup{
  position:fixed;
  left:0px;
  top:-100%;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.80);
  z-index:99999999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}
.donate-popup.popup-visible{  top:0;  visibility:visible;  opacity:1;}
.donate-popup .close-donate{
  position:absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  width: 100%;
  height: 120%;
  cursor: crosshair;
}
.donate-popup .close-donate:hover{  opacity:0.70; }
/*============= donate form area =================*/
.donate-form-area {  margin-top: 100px;  margin-bottom: 100px;  background: #f2f2f2;  padding:57px;  border: 3px solid #ff5f5f;  position: relative;  z-index: 9999999;}
.donate-form-area .section-title:before {  display: none;}
.donate-form-area h4 {  margin-bottom: 18px;}
.donate-form-area h3 {  font-weight: 700;  margin-top: 38px;  margin-bottom: 28px;}
/*check list*/
.chicklet-list {  background: #fff;  padding: 30px 30px 20px;}
.chicklet-list li {    padding: 0 5px;    display: inline-block;    margin-bottom: 10px;    position: relative;}
.chicklet-list input {    font-size: 1.4em;    line-height: 1;    border: 2px solid #3b7840;    padding: 0.55em 0.55em 0.55em 0.8em;    color: #3b7840;}
.chicklet-list input[type=radio] {    opacity: 0;    position: absolute;    top: 0;    left: 0;}
.chicklet-list label {    display: block;    font-size: 16px;    font-family: 'Roboto Slab', serif;    font-weight: normal;    background: #ffffff;    border: 1px solid #f4f4f4;    color: #000;    padding: 8px 27px;    text-align: center;    border-radius: 0;    cursor: pointer;    -webkit-transition: all 0.1s ease-out;    transition: all 0.1s ease-out;}
.chicklet-list :checked+label {    background: #ff5f5f;    color: #f7f7f7;    text-shadow: none;}
.chicklet-list li.other-amount {    width: 38%;    float: right;}
.chicklet-list li span {    position: absolute;    left: -30px;    top: 9px;    font-size: 16px;    font-family: 'Roboto Slab', serif;    color: #2c373d;}
.chicklet-list input[type="text"] {  height: 40px;}
.donate-form-area .form-bg {  background: #fff;  padding: 30px 30px 15px;}
.donate-form-area .default-form .form-group {  margin-bottom: 15px;}
.donate-form-area .payment-option {  position: relative;  margin-top: 20px;  margin-bottom: 35px;}
.donate-form-area .payment-option li {  display: inline-block;  font-size: 18px;  color: #2c373d;  font-size: 15px;  margin-right: 10px;}
/* ==============================
   2. header-style
   ============================== */
.top-bar {  position: relative;  line-height: 20px;  z-index: 999;  background: #2c373d;  padding: 8px 0;}
.top-bar .top-bar-info li {  color: #999;  margin-right: 20px;  display: inline-block;  position: relative;  top: 0px;}
.top-bar .top-bar-info li a {  color: #fff;}
.top-bar .top-bar-info li i {    color: #ff5f5f;    margin-right: 10px;    font-size: 15px;    position: relative;    top: 3px;}
.top-bar .thm-btn {  padding: 0 27px;  line-height: 38px;}
.top-bar p {  margin-top: 12px;  color: #999;}
.top-bar .social {  display: inline-block;  margin-right: 25px;}
.top-bar .social li a {  margin: 0 8px;  color: #ff5f5f;  font-size: 15px;}
.top-bar .social li a:hover {  color: #ff5f5f;  -webkit-transition: .5s ease-in-out;  transition: .5s ease-in-out;}
.top-bar .social li:last-child {  padding-right: 0px;}
/*language switcher*/
#polyglotLanguageSwitcher {  position: relative;  margin-right: 30px;  display: inline-block;  position: relative;  z-index: 99999;}
#polyglotLanguageSwitcher span.trigger:before {  content: '\f107';  font-family: FontAwesome;  position: absolute;  color:#cdcdcd;  top: 0;  right: 0;  font-size: 14px;  line-height: 10px;}
#polyglotLanguageSwitcher a {  font-family: 'Open Sans', sans-serif;  display: inline-block;  font-size: 14px;  color:#333;  font-weight: normal;}
#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {    position: relative;    background-color: transparent;    border: 0;    line-height: 24px;    border-radius: 5px;    color: #999;    text-align: center;    height: 26px;    padding: 0;    width: 65px;    padding-left: 12px;    border: 1px solid #e0e0e0;}
#polyglotLanguageSwitcher a.current:hover {    background-color: transparent;}
#polyglotLanguageSwitcher ul.dropdown {  top: 100%;}
/* Flags */
#en,#fr,#de,#it,#es {   background-image: none;}
/*======logo========*/
.main-logo {  margin: 7px 0;}
.main-logo img {    width: 100%;    max-width: 100%;    height: auto;}
/*=====menu========*/
@keyframes menu_sticky {  0%   {margin-top:-100px;}  50%  {margin-top: -90px;}  100% {margin-top: 0;}}
.theme_menu.stricky-fixed {  margin: 0;  padding: 15px 0;  position: fixed;  background: #ffffff;  top:0;  left:0;  width: 100%;  z-index: 99999;  animation-name: menu_sticky;  animation-duration: 0.60s;  animation-timing-function: ease-out;  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(93, 73, 73, 0.12);}
.theme_menu .container {  position: relative;}
.theme_menu {  position: relative;  z-index: 99;  padding: 10px 0;}
.theme_menu .menu-column {  padding-left: 0;  position: inherit;}
.theme_menu .menuzord {  padding: 0;  background: transparent;  float: right;  margin-top: 10px;}
.menuzord-menu > li > a {  position: relative;  padding: 20px 15px;  color: #2c373d;  font-weight: normal;  font-family: "Open Sans", sans-serif;  font-size: 14px;}
.menuzord-menu > li:hover > a {    color: #ff5f5f;}
.menuzord-menu > li:first-child a {    padding-left: 0px;}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {    padding: 0 15px;    min-width: 200px;    background: #fff;    border-top: 2px solid #ff5f5f;    right: auto !important;}
.menuzord-menu ul.dropdown li a {  padding: 14px 0 14px;  color: #2f3942;  font-weight: normal;  text-transform: capitalize;  border-bottom: 1px solid #f4f4f4;  transition: .5s ease-in-out;  font-size: 15px;}
.menuzord-menu ul.dropdown li:hover > a {    color: #ff5f5f;    transition: .5s ease-in-out;    font-size: 13px;}
/*============== megamenu ======================*/
.menuzord-menu .title {  font-size: 20px;  margin-bottom: 30px;  font-family: 'Roboto Slab', serif;}
.menuzord-menu > li > .megamenu {  left: inherit;  right: -0px !important;  width: 100%;  padding: 40px 30px 40px;  background: #fff;  border-left: 3px solid #ff5f5f;}
.menuzord-menu ul.megamenu-dropdown {  min-width: 190px;  margin-right: 40px;  margin-bottom: 30px;}
.menuzord-menu ul.megamenu-dropdown li a {
    padding: 12px 0 9px;
    color: #848484;
    transition: .5s ease-in-out;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
}

.menuzord-menu ul.megamenu-dropdown li a:hover {
  color: #ff5f5f;
  transition: .5s ease;
}


.menuzord-menu .menu-item {
  float: left;
  /* width: 25%; */
}
.menuzord-menu .event-section2 {
  float: left;
  /* width: 25%; */
}

.event-section2 {

}


.event-section2 .item {
  position: relative;
  transition: .5s ease-in-out;
  overflow: hidden;
}


.event-section2 .item .lower-content{
  position:relative;
  padding: 0;
  border-left: 0px;
}

.event-section2 .item .lower-content .text p{
  margin-bottom: 25px;
  font-size: 14px;
}

.event-section2 .item .lower-content h4 {
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}

.event-section2 .item .lower-content h4 a{
  color:#222;
  transition: all 300ms ease;
  font-size: 18px;
}

.event-section2 .item .lower-content h4 a:hover{
  color:#ff5f5f;
  transition: all 300ms ease;
}

.event-section2 .item .lower-content .post-meta{
  color: #ff5f5f;
  font-size: 15px;
  margin-bottom: 7px;
}

.event-section2 .item .lower-content .post-meta i {
  margin-right: 5px;
  font-family: FontAwesome;
}

.event-section2 .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.event-section2 .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #ff5f5f;
}
.event-section2 .item .lower-content .default_link i {
  font-size: 11px;
}

.event-section2 .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.megamenu .recent-post {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.megamenu .post {
  position: relative;
  padding-left: 90px;
  margin-bottom: 35px;
}
.megamenu .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
 .megamenu .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px; 
  height: 70px;
}

.megamenu h5 {
  position: relative;
  top: -5px;
  font-size: 16px;
  color: #2c373d;
  font-family: 'Roboto Slab', serif;
  line-height: 25px;
}

.megamenu .post-info {
  color: #ff5f5f;
  font-size: 15px;
  
}
.megamenu .post-info i {
  font-family: FontAwesome;
}



/*=================== Search Option ===============*/

.theme_menu .right-column {
    position: absolute;
    right: 0;
    width: 50px;
}


.nav_side_content {
  margin-top: 10px;
  position: relative;
  right: -10px;
}

.nav_side_content .search_option>button {
  height: 40px;
  font-size: 15px;
  color: #ff5f5f;
  border: 1px solid #e1e1e1;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 10px;
    border-color: #ff5f5f;
    top: 54px;
}
.nav_side_content .search_option form input {
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid rgba(51, 51, 51, 0.16);
    padding: 0 47px 0 10px;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: inset 0 0 11px 2px rgba(119, 119, 119, 0.25);
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 4px;
  right:5px;
  color: #ff5f5f;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.theme_menu .link_btn {
  margin-top: 24px;
}



/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {

}


.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}
.rev_slider_wrapper .slide-content-box h1 span {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.rev_slider_wrapper .slide-content-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 54px;
  font-weight: 400;
  margin: 0px 0 25px;
  text-transform: uppercase;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}
.rev_slider_wrapper .slide-content-box h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 54px;
  font-weight: 400;
  margin: 0px 0 5px;
  text-transform: uppercase;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box p{
  color: #e2e2e2;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}
.rev_slider_wrapper a.thm-btn.style-3,
.rev_slider_wrapper a.thm-btn {
  transition: all 500ms ease !important;
  padding: 13px 38px;
}


.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
  display: none;
  
}

.rev_slider_wrapper .tparrows {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.2);

}


.tparrows:before {
  font-family: 'icomoon';
  line-height: 60px;
}

.tparrows.tp-leftarrow:before {
  content: "\e926";
}

.tparrows.tp-rightarrow:before {
  content: "\e927";
}

/*** 

====================================================================
    our-mission style
====================================================================

***/
.our-mission {
  position: relative;
  margin-top: 80px;
  z-index: 99;
}
.our-mission .mission-bg {
  background: #fff;
  padding: 75px 0 0;
  border: 1px solid #f4f4f4;
}
.our-mission .default-title h3 {
  line-height: 34px;
  margin-bottom: 45px;
}
.our-mission .default-title h3 span {
  color: #ff5f5f;
}

.our-mission .content {
  text-align: center;
}

.our-mission .column {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  padding: 0 25px;
}
.our-mission .column:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1px;
  background: #f4f4f4;
  transition: .5s ease;
}
.our-mission .column:last-child:before {
  display: none;
}

.our-mission .icon-box {
  position: relative;
  height: 90px;
  width: 90px;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  color: #ff5f5f;
  font-size: 40px;
  margin: 0 auto;
  line-height: 60px;
  transition: .5s ease;
  overflow: hidden;
}
.our-mission .column:hover .icon-box {
  border-color: #ff5f5f;
  transition: .5s ease;
}

.our-mission .icon-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: #f4f4f4;
  transition: .5s ease;
}
.our-mission .column:hover .icon-box:before {
  background-color: #ff5f5f;
  transition: .5s ease;
}
.our-mission h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  transition: .5s ease;
}
.our-mission .column:hover h4 {
  color: #ff5f5f;
  transition: .5s ease;
}

.our-mission p {
  
}



/*** 

====================================================================
    service style
====================================================================

***/
.service .section-title h2 {
  line-height: 40px;
}
.service .service-item {
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
  padding: 28px 14px 25px;
  position: relative;
}
.service .service-item:before {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  border-top-color: #f7f7f7;
  border-right-color: #f7f7f7;
  right: 8px;
  top: 8px;
  transition: .5s ease;
}
.service .service-item:hover:before {
  border-top-color: #ff5f5f;
  border-right-color: #ff5f5f;
  transition: .5s ease;
}
.service .service-item .icon-box {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 17px auto 40px;
  line-height: 120px;
  transition: .4s ease;
}

.service .service-item .icon-box span {
  position: relative;
  color: #ff5f5f;
  font-size: 45px;
  transition: .5s ease;
}
.service .service-item:hover .icon-box span {
  color: #fff;
  transition: .5s ease;
}
.service .service-item .icon-box:before {
  position: absolute;
  content: "";
  border: 1px solid #f4f4f4;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transform: rotate(45deg);
  left: 0;
  transition: .5s ease;
}
.service .service-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}


.service .service-item:hover .icon-box:before {
  border-color: #ff5f5f;
  background: #ff5f5f;
  transition: .5s ease;
}

.service .service-item:hover {
  border-color: #ff5f5f;
  transition: .5s ease;
}

/*============== services-sidebar =================*/
.services-sidebar h3 {
  position: relative;
  background: #ff5f5f;
  padding: 20px 15px;
  margin: 0 0 5px 0 !important;
  text-align: center;
  color: #fff !important;
}
.services-sidebar .service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0px 14px 20px;
  margin-bottom: 5px;
}
.services-sidebar .service-catergory li:hover {
  background: #f2f2f2;
  color: #ff5f5f;
  cursor: pointer;
}
.services-sidebar .service-catergory li:hover a {
  color: #ff5f5f;
  cursor: pointer;
}
section.seo-audit-form input[type="text"], .seo-audit-form input[type="tel"], .seo-audit-form input[type="email"], .seo-audit-form input[type="url"]{ border-radius: 50px !important;}
section.seo-audit-form {
    background: #f7f7f7;
    padding: 80px;
}
section.seo-audit-form h2 {
    margin-bottom: 50px;
}
.item.theinbox-shadow {
    box-shadow: 5px 2px 10px 0px #cac7c7;
	margin-bottom: 30px;
}
.item.our_blog_shadow {
    box-shadow: 0 3px 0px 0px #3333331f;
	margin-bottom: 30px;
}
/*============== default-sidebar =================*/

.default-sidebar {
  position: relative;
}
.default-sidebar .service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #ff5f5f;
  margin-bottom: 50px;
}
.default-sidebar .service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 5px;
}

.default-sidebar .service-catergory li.active {
  background: #ff5f5f;
}
.default-sidebar .service-catergory li.active a {
  color: #fff;
}
.default-sidebar .service-catergory li.active a:after {
  color: #fff;
}
.default-sidebar .service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}

.default-sidebar .service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 23px;
  transition: all 0.5s ease;
  position: relative;
  font-family: 'Roboto Slab', serif;
}
.default-sidebar .service-catergory li a:hover {
  color: #ff5f5f;
}
.default-sidebar .service-catergory li.active a:hover {
  color: #fff;
}

.default-sidebar .thm-btn {
  width: 100%;
  border-radius: 0px;
  line-height: 56px;
}

.default-sidebar .service-catergory li a:after {
  position: absolute;
  content: "\f101";
  right: 20px;
  top: 0px;
  color: #a0a0a0;
  font-family: FontAwesome;
}

.default-sidebar .event-filter {
  position: relative;
}

.default-sidebar .default-form .form-group {
  margin-bottom: 20px;
}
.default-sidebar .event-filter h3 {
  margin-bottom: 5px;
}

.default-sidebar .event-filter p {
  margin: 15px 0;
}

.default-sidebar .event-filter h5 {
  margin-bottom: 15px;
}

.default-sidebar .event-filter .thm-btn {
  width: auto;
  border-radius: 24px;
}

/*** 

====================================================================
    single-service style
====================================================================

***/
.single-service ul.default-list {
    margin-left: 20px;
}
.single-service ul ul {
    padding-left: 20px;
}
.single-service .default-list ul li i {
    font-size: 10px;
    color: #ff5f5f;
}
.single-service .default-list li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #2c373d;
  font-weight: 700;
}
.single-service .default-list ul li {
  font-weight: 300;
}
.single-service .default-list li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #2c373d;
    font-weight: 500;
    position: relative;
	line-height: 25px;
	margin-left: 20px;
}
.single-service .default-list li:before {
    position: absolute;
    /* top: 8px; */
    margin: 0px 0 0 -30px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f054";
    color: #ff5f5f;
    font-size: 14px;
}
.single-service .default-list.service-catergory-before li:before { 
	content: "" !important;
	}
.single-service .default-list.service-catergory-before li { 
	margin-left: 0px !important;
	margin-bottom: 5px !important;
	}
.single-service .default-list li i {
  font-size: 14px;
  color: #ff5f5f;
  margin-right: 10px;
}
.service-catergory-margin-l-0 { margin-left: 0px !important;}
.single-service h2, .single-service h3, .single-service h4 { color :#ff5f5f;}
/*tab*/
.tabs-section{
  position:relative;
  padding:130px 0px 100px;
}

.tabs-section .column{
  margin-bottom:30px; 
}

.tabs-section .image-box img{
  width:100%;
  display:block;
}

.tabs-style-one .tab-buttons{
  position:relative;
}

.tabs-style-one .tab-buttons .tab-btn{
  position:relative;
  display:inline-block;
  padding: 13px 30px;
  margin:0px 0px 0px;
  cursor:pointer;
  font-size: 18px;
  text-align:center;
  color: #848484;
  border: 2px solid transparent;
  background-color:#f9f9f9;
  border-bottom: 0px;
  text-transform:capitalize;
  transition:all 300ms ease;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn{
  color: #ff5f5f;
  background: #ffffff;
  border-color: #ff5f5f;
}

.tabs-style-one .tabs-content{
  position:relative;
  padding: 34px;
  padding-bottom: 0px;
  border: 1px solid #f4f4f4;
}

.tabs-style-one .tab .text-content{
  position:relative;
}

.tabs-style-one .tab .text-content .text{
  font-size:16px;
  line-height:1.8em;
  margin-bottom:15px;
  color:#777777;
  font-weight:300;
  font-family: 'Roboto', sans-serif;
}

.tabs-style-one.tabs-box{
  padding-right:15px;
}

.tabs-box .tabs-content .tab{
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 36px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  margin-left: -33px;
  left: 50%;
  font-weight: 300;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 40px;
}
.knob {
  position: relative;
  text-align: center;
}

.skills {
  background: #fff;
  padding-top: 20px;
}

.skills p {
  padding: 25px 0 50px;
  color: #383838;
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
}


/*** 

====================================================================
    urgent-cause style
====================================================================

***/

.urgent-cause2 {
  position: relative;
}

.urgent-cause2 .section-title h2 {
  padding-bottom: 10px;
}
.urgent-cause2 .section-title p {
  padding-bottom: 20px;
}
.urgent-cause2.style-2 .cause-list .item {
  margin-bottom: 30px;
  position: relative;
}
.urgent-cause2 .with-mb {
  margin-bottom: 30px;
}
.urgent-cause2 .img-box {
  position: relative;
  overflow: hidden;
}
.urgent-cause2 .img-box .overlay {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.7);
  transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 0;
  visibility: hidden;
}
.urgent-cause2 .img-box .overlay .inner-box {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.urgent-cause2 .img-box .overlay .inner-box .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.urgent-cause2 .item:hover .overlay {
    height: 100%;
    transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    opacity: 1;
    visibility: visible;
}
.urgent-cause2 .content {
  position: relative;
  padding: 20px;
  padding-bottom: 30px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
}
.urgent-cause2 .content h4 {
  margin-bottom: 15px;
}
.urgent-cause2 .content .donate {
  font-family: 'Roboto Slab', serif;
  color: #999;
  font-size: 16px;
}
.urgent-cause2 .content .donate span {
  color: #ff5f5f;
}
.urgent-cause2 .content p {
  margin-bottom: 18px;
}

.urgent-cause2 .content .thm-btn {
  line-height: 38px;
  border-radius: 0px 19px 19px 19px;
  padding: 0 20px;
  border: 0px;
  padding-right: 10px;
  background: #ff5f5f;
  color: #fff;
}
.urgent-cause2 .content .thm-btn i {
  border-left: 1px solid #fff;
  padding: 11px 0 13px;
  padding-left: 8px;
  margin-left: 15px;
}
.urgent-cause2 .content .donator {
  color: #ff5f5f;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #ff5f5f;
  transition: .5s ease;
}

.urgent-cause2 .content:hover .donator {
  color: #ff5f5f;
  border-color: #ff5f5f;
  transition: .5s ease;
}



.urgent-cause2 .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 80px;
}

.urgent-cause2 .owl-theme .owl-nav [class*=owl-] {
  color: #2c373d;
  font-size: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  border: 2px solid #f4f4f4;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color .3s ease;
}

.urgent-cause2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5f5f;
    transition: .5s ease;
}

/*=======progress bar========*/

.urgent-cause2 .progress-box{
  position: relative;
  height: 7px;
  transition: .7s ease;
  padding: 35px 0 25px;
}

.urgent-cause2 .progress-box .bar{
  position:relative;
  width:100%;
  height:7px;
  background-color: #f7f7f7;
}

.urgent-cause2 .progress-box .bar-inner{
  position:relative;
  display:block;
  width:0%;
  height:7px;
  background-image: url(images/resource/progress-bg.jpg);
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.urgent-cause2 .progress-box .count-text{
  position:absolute;
  text-align: center;
  right:0px;
  font-family: 'Roboto Slab', serif;
  margin-right:-23px;
  bottom:15px;
  width:46px;
  border-radius: 5px;
  height:26px;
  background:#ff5f5f;
  color:#ffffff;
  line-height:26px;
  font-size:13px;
  font-weight:600;
  opacity:0;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  transition:all 1000ms ease;
}

.urgent-cause2 .progress-box .bar-inner.counted .count-text{
  opacity:1;
}

.urgent-cause2 .progress-box .count-text:after{
  content:'';
  position:absolute;
  left:50%;
  margin-left:-4px;
  top:100%;
  border:4px solid transparent;
  border-top:5px solid #ff5f5f; 
}




/*======== cause list style =========*/

.urgent-cause2 .blog-sidebar .facebook-feed {
  background: #ebebeb;
}
.urgent-cause2 .blog-sidebar .facebook-feed .like-people {
  background: #fff;
}

.urgent-cause2.list-style {
  background: #ffffff;
}

.urgent-cause2 .cause-list-bg {
  position: relative;
}
.urgent-cause2.list-style .cause-list .item {
  display: block;
  margin-right: 50px;
}
.urgent-cause2 .cause-list-bg:before {
  position: absolute;
  content: "";
  width: 50000%;
  background: #fff;
  top: 0;
  border-right: 1px solid #f4f4f4;
  bottom: 0;
  right: 10px;
}

.urgent-cause2.list-style .cause-list .img-box {
  float: left;
  width: 45%;
}
.urgent-cause2.list-style .cause-list .img-box a {
  display: block;
}
.urgent-cause2.list-style .cause-list .img-box img {
  width: 100%;
}

.urgent-cause2.list-style .content {
  position: relative;
  float: left;
  width: 55%;
  border: 1px solid #f4f4f4;
  padding: 25px 30px 27px;
}

/*===== cause with sidebar ========*/
.urgent-cause.with-sidebar {
  background: #f7f7f7;
}

.urgent-cause.with-sidebar .cause-list-bg {
  padding-right: 100px;
}
/*** 
====================================================================
    urgent-cause style one
====================================================================
***/
.urgent-cause {
  position: relative;
  background: linear-gradient(45deg, #e2e2e2, transparent);
}
.urgent-cause.our_blog_bg {
  position: relative;
  background: linear-gradient(0deg, #fafafa, #fafafa);
}

.urgent-cause .section-title h2 {
  padding-bottom: 10px;
}
.urgent-cause .section-title p {
  padding-bottom: 20px;
}
.urgent-cause.style-2 .cause-list .item {
  margin-bottom: 30px;
  position: relative;
}
.urgent-cause .img-box {
  position: relative;
}
.urgent-cause .date {
  position: absolute;
  left: 25px;
  top: 25px;
  background: #ff5f5f;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px;
  height: 0px;
  opacity: 0;
  transition: .7s ease;
}
.urgent-cause .item:hover .date {
  height: 35px;
  opacity: 1;
  transition: .7s ease;
}
.urgent-cause .content {
  position: relative;
  padding: 20px;
  padding-bottom: 30px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  background: #fff;
}
.single-service .services-color-h3 h3, .single-service .services-color-h3 h2{ color: #2c373d !important; text-align: center;}
.urgent-cause .content h4 {
  margin-bottom: 15px;
}
.urgent-cause .content .donate {
  font-family: 'Roboto Slab', serif;
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.urgent-cause .content .donate span {
  color: #ff5f5f;
}
.urgent-cause .content p {
  margin-bottom: 18px;
}

.urgent-cause .content .thm-btn {
  line-height: 38px;
  border-radius: 0px 19px 19px 19px;
  padding: 0 20px;
  border: 0px;
  padding-right: 10px;
  background: #ff5f5f;
  color: #fff;
}
.urgent-cause .content .thm-btn i {
  border-left: 1px solid #fff;
  padding: 11px 0 13px;
  padding-left: 8px;
  margin-left: 15px;
}
.urgent-cause .content .donator {
  color: #e87542;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #e87542;
  transition: .5s ease;
}

.urgent-cause .content:hover .donator {
  color: #ff5f5f;
  border-color: #ff5f5f;
  transition: .5s ease;
}



.urgent-cause .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 80px;
}

.urgent-cause .owl-theme .owl-nav [class*=owl-] {
  color: #2c373d;
  font-size: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  border: 2px solid #f4f4f4;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color .3s ease;
}

.urgent-cause .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5f5f;
    transition: .5s ease;
}

/*=======progress bar========*/

.urgent-cause .progress-box{
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: .7s ease;
}
.urgent-cause .item:hover .progress-box{
  opacity: 1;
  height: 5px;
  visibility: visible;
  transition: .7s ease;
}
.urgent-cause .progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background-image: url(images/resource/progress-bg2.jpg);
}

.urgent-cause .progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:5px;
  background-image: url(images/resource/progress-bg.jpg);
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.urgent-cause .progress-box .count-text{
  position:absolute;
  text-align: center;
  right:0px;
  font-family: 'Roboto Slab', serif;
  margin-right:-23px;
  bottom:15px;
  width:46px;
  height:26px;
  background:#ff5f5f;
  color:#ffffff;
  line-height:26px;
  font-size:13px;
  font-weight:600;
  opacity:0;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  transition:all 1000ms ease; 
}

.urgent-cause .progress-box .bar-inner.counted .count-text{
  opacity:1;  
}

.urgent-cause .progress-box .count-text:after{
  content:'';
  position:absolute;
  left:50%;
  margin-left:-4px;
  top:100%;
  border:4px solid transparent;
  border-top:5px solid #ff5f5f; 
}


/*======single cause========*/

.single-cause {
  background: #ffffff;
}
.single-cause .cause-area {
  padding-right: 100px;
}

.urgent-cause.single-cause .progress-box {
  visibility: visible;
  left: 160px;
  top: 29px;
  right: 30px;
  height: 5px;
  opacity: 1;
  background: #fff;
  padding: 21px 20px;
}
.urgent-cause.single-cause .content .donate {
  position: absolute;
  left: 30px;
  top: 30px;
}
.urgent-cause.single-cause .content {
  padding-left: 160px;
  padding-bottom: 79px;
  background: #f7f7f7;
}
.single-cause .text {
  position: relative;
}

.single-cause .thm-btn.style-2 {
  top: -50px;
}

.single-cause .list {
  margin-top: 25px;
}
.single-cause .list li {
  padding-bottom: 12px;
}

.single-cause .list li i {
  padding-right: 10px;
  color: #ff5f5f;
}

.single-cause .donator .img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-cause .donator .caption h5 {
  position: absolute;
  line-height: 26px;
  padding: 9px 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  width: 100%;
  bottom: -100%;
  transition: .5s ease;
}

.single-cause .donator .img-box:hover h5 {
  bottom: 0px;
  transition: .5s ease;
}


/*share-box*/

.single-cause .share {
  position: relative;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 70px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.single-cause .share .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}
.single-cause .share .tag-box a {
  color: #ff5f5f;
  font-size: 15px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.single-cause .share .tag-box a:hover {
  color: #ff5f5f;
  transition: .3s ease;
}

.single-cause .share .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}
.single-cause .share .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}
.single-cause .share .social > li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}
.single-cause .share .social a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  color: #BCBCBC;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 38px;
  transition: all 0.5s ease;
}
.single-cause .share .social a:hover {
  color: #ffffff;
  background: #ff5f5f;
  border-color: #ff5f5f;
}



.single-cause .share .tag-box li {
    margin: 0;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    color: #2c373d;
    font-size: 18px;
}

.single-cause .share .thm-btn.style-2 {
  top: -6px;
}


/*** 

====================================================================
    fact-counter style
====================================================================

***/
.fact-counter.style-1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.fact-counter.style-1 .title {
  margin-bottom: 40px;
}
.fact-counter.style-1 .title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  margin-bottom: 15px;
}
.fact-counter.style-1 .title h1 span {
  color: #ff5f5f;
}
.fact-counter.style-1 .title p {
  color: #e6e6e5;
}

.fact-counter.style-1 .item {
  position: relative;
  width: 144px;
  height: 144px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.fact-counter.style-1 .item:before {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: rgba(248, 184, 100, 0.11);
  border: 3px solid rgba(255, 255, 255, 0.05);
}

.fact-counter.style-1 .count-outer {
  font-size: 16px;
  color: #ff5f5f;
  font-family: 'Roboto Slab', serif;
  margin-top: 40px;
  margin-bottom: 10px;
}
.fact-counter.style-1 h5 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e5;
}
.fact-counter.style-1 .link {
  margin-top: 40px;
}



/*** 

====================================================================
  Fact Counter two Section
====================================================================

***/

.fact-counter.style-2{
  position:relative;
  padding: 70px 0px 40px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
  margin-bottom: 3px;
}

.fact-counter.style-2 .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter.style-2 .column{
  position:relative;
  margin-bottom:40px;
  text-align:center;
  z-index:5;  
}
.fact-counter.style-2 .item {
  position: relative;
  background: #fbfbfb;
  padding: 17px 0 25px;
  border: 1px solid #f4f4f4;
}

.fact-counter.style-2 .column .icon {
  font-size: 40px;
  position: relative;
  right: 5px;
  margin-bottom: 5px;
  color: #ff5f5f;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fact-counter.style-2 .count-outer{
  position:relative;
  font-size: 40px;
  font-weight: 400;
  padding: 0px 10px 5px;
  font-family: 'Roboto Slab', Sans-serif;
  color: #2c373d;
}
.fact-counter.style-2 .count-outer:before {
}

.fact-counter.style-2 .column .counter-title{
  position:relative;
  font-size: 18px;
  font-weight: 300;
  color: #ff5f5f;
}







/*** 

====================================================================
    about style
====================================================================

***/


.about {
  position: relative;
}

.about .section-title p {
  font-size: 16px;
  margin: 10px 0 0;
}

.about .img-box {
  margin-bottom: 50px;
  box-shadow: 0 0 10px 0px #2c373d;
}
.about .content {
  margin-bottom: 50px;
}
.about .content h2 {
  font-weight: 700;
  position: relative;
  top: -6px;
  margin-bottom: 10px;
}
.about .content h4 {
  font-size: 20px;
  color: #ff5f5f;
  margin-bottom: 15px;
}
.about .content p {margin-bottom: 25px;}

/*** 

====================================================================
    why-chooseus style
====================================================================

***/
.why-chooseus {
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-chooseus .item {
  padding: 30px 18px 24px;
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
  transition: .5s ease;
}
.why-chooseus .item:hover {
  border-color: #ff5f5f;
  transition: .5s ease;
}
.why-chooseus .inner-box {
  position: relative;
  padding-left: 70px;
}
.why-chooseus .inner-box .icon_box {
  position: absolute;
  left: 0;
  top: -20px;
  color: #ff5f5f;
  font-size: 50px;
}

.why-chooseus .item h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: .5s ease;
}
.why-chooseus .item:hover h4 {
  color: #ff5f5f;
  transition: .5s ease;
}

.why-chooseus .item p {

}

.why-chooseus.style-2 .item {
    border: 0px;
    padding: 8px 18px;
}




/*** 

====================================================================
    gallery style
====================================================================

***/

.gallery {
  position: relative;
}
.gallery .section-title h2 {
  color: #fff;
}
.gallery .item {
  position: relative;
  overflow: hidden;
}
.gallery.style-2 .item {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #4285f4;
}
.gallery .item img {
  width: 100%;
}

.gallery .overlay .top {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.7);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}

.gallery .item:hover .overlay .top {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.gallery .overlay .top .box {
  display: table;
  width: 100%;
  height: 100%;
}
.gallery .overlay .top .content {
  display: table-cell;
  vertical-align: middle;
}

.gallery .overlay .top a {
  position: relative;
  top: -35px;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.gallery .overlay .bottom {
  position: absolute;
  left: 10px;
  bottom: -100%;
  text-align: center;
  right: 10px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.gallery .item:hover .overlay .bottom {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  transition: .9s ease;
  transition-delay: .3s;
}

.gallery .overlay .bottom h4 {
  color: #fff;
  margin-top: 20px;
}
.gallery .img-box {
  position: relative;
  overflow: hidden;
  background-color: #dcdcdc;
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 350px;
}
.gallery .img-box .overlay {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #ff5f5f;
  transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 0;
  visibility: hidden;
}
.gallery .img-box .overlay .inner-box {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.gallery .img-box .overlay .inner-box .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.gallery .item:hover .overlay {
  height: 100%;
  transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 1;
  visibility: visible;
}

.gallery .overlay a {
  position: relative;
  color: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  transition: .5s ease;
}

.gallery .overlay a:hover {
  background: #fff;
  color: #ff5f5f;
  transition: .5s ease;
}
.gallery .content h4 {
  font-size: 20px;
  color: #fff;
  margin: 15px 0 7px;
}
.gallery.grid-page .content h4,
.gallery.massonary-page .content h4 {
  color: #2c373d;
}
.gallery.massonary-page .content {
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  padding-top: 0px;
  overflow: hidden;
}
.gallery .content p {
  font-size: 14px;
  color: #ff5f5f;
}

.gallery .content .text p {
  color: #999;
}

/*======= gallery filter ==========*/

.post-filter {
  display: inline-block;
  width: 100%;
  margin: 0;
  right: 0;
  top: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
}
.default-gallery .post-filter {
  width: auto;
}
.post-filter.style-3 {
  margin-top: -88px;
}
.gallery.grid-page {
  padding-top: 80px;
}
.massonary-page .post-filter {
  margin-bottom: 50px;
}

.post-filter li {
  padding: 0;
  margin-bottom: 20px;
}

.post-filter li span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: 0 5px;
  padding: 6px 20px;
  border: 1px solid #404733;
  background: #242d0f;
  border-radius: 18px;
  cursor: pointer;
  transition: .5s ease;
}
.post-filter.style-2 li span {
  background: transparent;
  color: #999;
  border-color: #f4f4f4;
}
.post-filter li:hover span,
.post-filter li.active span {
  background: #ff5f5f;
  border-color: #ff5f5f;
  transition: .5s ease;
  color: #fff;
}

.post-filter li span i {
  font-size: 14px;
  margin-right: 5px;
}
/*============ single services ============*/
.single-service h2, .single-service h3, .single-service p {
    margin-bottom: 20px;
    margin-top: 20px;
}
/*============ single gallery ============*/


.single-gallery {
  position: relative;
}

.single-gallery .img-box {
  position: relative;
  padding-bottom: 30px;
}


.single-gallery .share-project {
  padding-left: 140px;
  position: relative;
  margin-top: 15px;
}
.single-gallery .share-project .title {
  left: 0;
  position: absolute;
  top: 2px;
}
.single-gallery .share-project .title h5 {
  color: #2c373d;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-gallery .share-project .social-share {
  padding-left: 40px;
}
.single-gallery .share-project .social-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.single-gallery .share-project .social-share ul li a {
  color: #9a9a9a;
  font-size: 14px;
}

.single-gallery .share-project .social-share ul li a:hover {
  color: #ff5f5f;
  transition: .5s ease;
}

.single-gallery .project-info-list {
  overflow: hidden;
  margin: 0 -15px;
  margin-top: 30px;
}
.single-gallery .project-info-list li {
  border-bottom: 1px solid #f7f7f7;
  float: left;
  margin: 0 15px 20px;
  overflow: hidden;
  padding-bottom: 11px;
  width: 42%;
  padding-left: 30px;
  position: relative;
}
.single-gallery .project-info-list li .icon-holder {
  left: 0;
  position: absolute;
  /* top: -5px; */
}
.single-gallery .project-info-list li .icon-holder i {
  font-size: 14px;
  color: #ff5f5f;
}
.single-gallery .project-info-list li .text-holder {}
.single-gallery .project-info-list li .text-holder h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 3px;
}
.single-gallery .project-info-list li .text-holder p {
  margin: 0;  
}





/*** 

====================================================================
    call-out style
====================================================================

***/


.call-out {
  background: #ff5f5f;
  padding: 5px 0 25px;
}
.call-out .logo {
  margin-top: 23px;
}
.call-out h4 {
  color: #fff;
  margin-top: 33px;
  font-size: 22px;
  font-weight: 700;
}
.call-out .thm-btn.style-3 {
  margin-top: 20px;
}



/*** 

====================================================================
    Event style
====================================================================

***/

.event-style1 .thm-btn.style-2 {
  border-color: rgba(255, 255, 255, 0.3);
}
.event-style1 {
  padding: 80px 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event-style1 .section-title h2 {
  color: #fff;
}

.event-style1 .item {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 244, 0.1);
}
.event-style1 .item.style-2 {
  margin-bottom: 28px;
}
.event-style1 .item.style-2 .img-column {
  width: 30%;
  float: left;
}

.event-style1 .item.style-2 .text-column {
  width: 70%;
  float: left;
}

.event-style1 .item.style-2 .clearfix {
  padding: 19px;
}

.event-style1 .item .lower-content{
  position:relative;
  padding: 18px 19px 0;
  border-left: 0px;
}
.event-style1 .item.style-2 .lower-content {
  padding-top: 0px;
}
.event-style1 .item .date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
  background: #ff5f5f;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-top: 7px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.event-style1 .item .date span {
  display: block;
  color: #ff5f5f;
  background: #fff;
  margin-top: 5px;
  padding: 6px 0;
}

.event-style1 .item .lower-content .text p{
  margin-bottom: 25px;
  font-size: 14px;
  color: #fff;
}

.event-style1 .item.style-2 .lower-content .text p {
  margin-bottom: 5px;
}

.event-style1 .item .lower-content h4 {
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 30px;
  transition: all 300ms ease;
  color: #fff;
  font-size: 22px;
}

.event-style1 .item .lower-content h4:hover{
  color:#ff5f5f;
  transition: all 300ms ease;
}

.event-style1 .item .post-meta{
  color: #ff5f5f;
  font-size: 15px;
  border-top: 1px solid rgba(244, 244, 244, 0.1);
  padding: 17px 19px;
}
.event-style1 .item .post-meta li {
  margin-right: 10px;
}
.event-style1 .item .post-meta i {
  margin-right: 5px;
}

.event-style1 .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.event-style1 .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #ff5f5f;
}
.event-style1 .item .lower-content .default_link i {
  font-size: 11px;
}

.event-style1 .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-style1 .item .img-holder a {
  width: 100%;
  overflow: hidden;
}
.event-style1 .item .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.event-style1 .item .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.event-style1 .item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.event-style1 .item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.event-style1 .item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.event-style1 .item .img-holder .overlay .box .content a i {
    background: #ff5f5f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.event-style1 .item .img-holder .overlay .box .content a:hover i {
    background: #ff5f5f;
}


.event-style1 .owl-theme .owl-nav {
    padding: 0;
    position: absolute;
    right: 50%;
    margin: 0;
    margin-right: -51px;
}

.event-style1 .owl-theme .owl-nav [class*=owl-] {
    color: #2c373d;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    border: 2px solid #f4f4f4;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.event-style1 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5f5f;
    transition: .5s ease;
}



/* event style two  */

.event-style2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event-style2 .section-title h2 {
  color: #fff;
}

.event-style2 .item {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}

.event-style2 .item .img-column {
  width: 31%;
  float: left;
}

.event-style2 .item .text-column {
  width: 69%;
  float: left;
}

.event-style2 .item .clearfix {
  padding: 19px;
}

.event-style2 .item .lower-content{
  position:relative;
  padding: 15px 19px 0;
  border-left: 0px;
}

.event-style2 .item .date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 65px;
  height: 65px;
  background: #ff5f5f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.event-style2 .item .date span {
  display: block;
  color: #ff5f5f;
  height: 55px;
  width: 55px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 5px;
  padding-top: 7px;
}

.event-style2 .item .lower-content .text p{
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}

.event-style2 .item.style-2 .lower-content .text p {
  margin-bottom: 5px;
}

.event-style2 .item .lower-content h4 {
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  transition: all 300ms ease;
  color: #2c373d;
  font-size: 22px;
}

.event-style2 .item .lower-content h4:hover{
  color:#ff5f5f;
  transition: all 300ms ease;
}

.event-style2 .item .post-meta{
  color: #ff5f5f;
  font-size: 15px;
  border-top: 1px solid #f4f4f4;
  padding: 17px 19px;
}
.event-style2 .item .post-meta li {
  margin-right: 10px;
}
.event-style2 .item .post-meta i {
  margin-right: 5px;
}

.event-style2 .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.event-style2 .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #ff5f5f;
}
.event-style2 .item .lower-content .default_link i {
  font-size: 11px;
}

.event-style2 .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-style2 .item .img-holder a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.event-style2 .item .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.event-style2 .item .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.event-style2 .item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.event-style2 .item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.event-style2 .item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.event-style2 .item .img-holder .overlay .box .content a i {
    background: #ff5f5f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.event-style2 .item .img-holder .overlay .box .content a:hover i {
    background: #ff5f5f;
}


.event-style2 .owl-theme .owl-nav {
    padding: 0;
    position: absolute;
    right: 50%;
    margin: 0;
    margin-right: -51px;
}

.event-style2 .owl-theme .owl-nav [class*=owl-] {
    color: #2c373d;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    border: 2px solid #f4f4f4;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.event-style2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5f5f;
    transition: .5s ease;
}



/*========== before event ===============*/



.event-section.with-padd {
  padding: 80px 0 40px;
}


.event-section .item {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  max-height: 340px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}

.event-section .item .img-column {
  width: 47%;
  float: left;
}

.event-section .item .text-column {
  width: 53%;
  float: left;
}


.event-section .item .lower-content{
  position:relative;
  padding: 30px 15px 0;
  border-left: 0px;
  min-height: 337px;
}
.event-section .item .date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
  background: #ff5f5f;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-top: 7px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.event-section .item .date span {
  display: block;
  color: #ff5f5f;
  background: #fff;
  margin-top: 5px;
  padding: 6px 0;
}

.event-section .item .lower-content .text p{
  margin-bottom: 25px;
  font-size: 14px;
}

.event-section .item .lower-content h4 {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 20px;
}

.event-section .item .lower-content h4 a{
  color:#222;
  transition: all 300ms ease;
  font-size: 18px;
}

.event-section .item .lower-content h4 a:hover{
  color:#ff5f5f;
  transition: all 300ms ease;
}

.event-section .item .lower-content .post-meta{
  color: #ff5f5f;
  font-size: 15px;
  margin-bottom: 7px;
}

.event-section .item .lower-content .post-meta i {
  margin-right: 5px;
}

.event-section .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.event-section .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #ff5f5f;
}
.event-section .item .lower-content .default_link i {
  font-size: 11px;
}

.event-section .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-section .item .img-holder a {
  width: 100%;
  overflow: hidden;
}
.event-section .item .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.event-section .item:hover .img-holder img {
    transform: scale(1.1);
}
.event-section .item .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.event-section .item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.event-section .item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.event-section .item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.event-section .item .img-holder .overlay .box .content a i {
    background: #ff5f5f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.event-section .item .img-holder .overlay .box .content a:hover i {
    background: #ff5f5f;
}


.event-section .owl-theme .owl-nav {
    padding: 0;
    position: absolute;
    right: 50%;
    margin: 0;
    margin-right: -51px;
}

.event-section .owl-theme .owl-nav [class*=owl-] {
    color: #2c373d;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    border: 2px solid #f4f4f4;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.event-section .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5f5f;
    transition: .5s ease;
}







/*========style-2===========*/

.event-section.style-2 .item {
  max-height: inherit;
}
.event-section.style-2 .item .lower-content {
  min-height: inherit;
  padding: 15px 25px 20px;
}

.event-section.style-2 .item .date {
  position: absolute;
  right: 20px;
  top: -41px;
  height: 70px;
  z-index: 9;
  width: 70px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #ff5f5f;
  background: #ffffff;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  line-height: 14px;
  padding-top: 13px;
  color: #ff5f5f;
  text-align: center;
}

.event-section.style-2 .item .lower-content .text p {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.event-section.style-2 .overlay2 {
  background-color: rgba(16, 37, 46, 0.9);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
}

.event-section.style-2 .item:hover .overlay2 {
  opacity: 1;
  visibility: visible;
  transition: .7s ease;
}

.event-section.style-2 .item .img-holder .thm-btn {
  width: auto;
  top: 50%;
  margin-top: -25px;
}
.event-section.style-2 .item .date span {
  background: transparent;
}


/*=========style-3==========*/

.event-section.style-3 .item {
  max-height: inherit;
  border: 0px;
}
.event-section.style-3 .item:hover .img-holder img {
  transform: scale(1);
}

.event-section.style-3 .item .img-column {
  width: 43%;
}

.event-section.style-3 .item .text-column {
  width: 57%;
}
.event-section.style-3 .item .lower-content {
    position: relative;
    padding: 0px 30px 0;
    border-left: 0px;
    top: -5px;
    min-height: inherit;
}
.event-section.style-3 .blog-sidebar .item {
  margin-bottom: 15px;
}
.event-section.style-3 .blog-sidebar .item .lower-content {
  padding: 0;
}


.event-section.style-3 .overlay2 {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
}

.event-section.style-3 .item:hover .overlay2 {
  opacity: 1;
  visibility: visible;
  transition: .7s ease;
}

.event-section.style-3 .item .img-holder .thm-btn {
  width: auto;
  top: 50%;
  margin-top: -25px;
}

.event-section.style-3 .item .lower-content h4 {
  margin-top: 10px;
}

.event-section.style-3 .item .lower-content .text p {
    margin-bottom: 23px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f4f4f4;
}














/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section{
    position:relative;
    padding: 0 0 80px;
    margin-top: 120px;
}

.testimonials-section .testimonial-slider {
    position: relative;
    margin-top: -63px;
}

.testimonials-section .img-box img {
  width: 120px;
  height: 120px;
  border-radius:50%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonials-section .quote {
  position: relative;
  color: #323232;
  font-size: 48px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonials-section .quote:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 40%;
  height: 1px;
  background: #323232;
}
.testimonials-section .quote:before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 40%;
  height: 1px;
  background: #323232;
}

.testimonials-section .author h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}

.testimonials-section .author h4:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #323232;
}


.testimonials-section .author h4 span {
  color: #ff5f5f;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}



/*dots*/

.testimonials-section .owl-controls {
    text-align: center;
    display: block;
    position: relative;
    bottom: -10px;
    margin-top: 35px;
}


.testimonials-section .owl-dots .owl-dot {
    display: inline-block;
}
.testimonials-section .owl-dots .owl-dot span {
    border: 2px solid #504f4f;
    border-radius: 50%;
    display: block;
    height: 10px;
    background: transparent;
    width: 10px;
    margin: 5px 7px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.testimonials-section .owl-dots .owl-dot.active span,
.testimonials-section .owl-dots .owl-dot:hover span {
    background-color: #ff5f5f;
    border-color: #ff5f5f;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

/*** 

====================================================================
  testimonial2
====================================================================

***/


.testimonial2 {
  position: relative;
  padding: 80px 0 20px;
}

.testimonial2 .item {
  position: relative;
  border: 2px solid #f4f4f4;
  margin-bottom: 60px;
}

.testimonial2 .quote {
  position: relative;
  width: 95px;
  margin: 0 auto;
  margin-top: -27px;
  background: #fff;
  color: #ededed;
  font-size: 36px;
}


.testimonial2 .author {
  position: relative;
  max-width: 190px;
  margin: 22px auto 20px;
  border-top: 1px solid #f4f4f4;
  padding-top: 18px;
}
 
.testimonial2 .title {
  position: relative;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 12px;
}

.testimonial2 .author h4 {
  margin-bottom: 5px;
}
.testimonial2 .author p {
  color: #ff5f5f;
}









/*** 

====================================================================
  default-blog
====================================================================

***/



.blog-section {
  position: relative;
}
.default-blog-news {
  position: relative;
  /* transition: .5s ease-in-out; */
  margin-bottom: 50px;
}



.default-blog-news:hover {
  /* transition: .2s cubic-bezier(0.4, 0, 1, 1); */
}

.default-blog-news .lower-content{
  position:relative;
  padding: 30px 0px 20px;
  border-bottom: 1px solid #f4f4f4;
}

.default-blog-news .lower-content:before {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
}

.default-blog-news .lower-content:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #ff5f5f;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: .5s ease;
}
.default-blog-news .lower-content:hover:after {
    /* transform: scaleX(1); */
    /* transition: .5s ease; */
}

.default-blog-news .date {
  position: absolute;
  left: 0px;
  top: -15px;
  background: #ff5f5f;
  line-height: 20px;
  padding: 5px 15px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.default-blog-news .lower-content .text p{
  margin-bottom: 10px;
}

.default-blog-news .lower-content h4 {
  color:#222;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 12px;
  transition: all 300ms ease;
  font-size: 18px;
}


.default-blog-news .lower-content h4:hover{
  color:#ff5f5f;
  transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 7px;
}


.default-blog-news .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.default-blog-news .lower-content .default_link:hover {
  transition: .5s ease;
  color: #ff5f5f;
}
.default-blog-news .lower-content .default_link i {
  font-size: 11px;
}

.default-blog-news .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.default-blog-news .img-holder a {
  width: 100%;
}
.default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.default-blog-news:hover .img-holder img {
    /* transform: scale(1.1); */
}
.default-blog-news .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.default-blog-news:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.default-blog-news .img-holder .overlay .box .content a i {
    background: #ff5f5f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.default-blog-news .img-holder .overlay .box .content a:hover i {
    background: #ff5f5f;
}

/*blog-large news*/


.blog-large .default-blog-news .lower-content .text p {
  margin-bottom: 20px;
  margin-top: 10px;
}
.blog-single-post .default-blog-news .lower-content h4,
.blog-large .default-blog-news .lower-content h4 {
  font-size: 28px;
}
.blog-large .default-blog-news .lower-content {
  padding-bottom: 5px;
}
.blog-single-post .post-area,
.blog-large .post-area {
  padding: 80px 62px 80px 0px;
  border-right: 1px solid #f4f4f4;
  margin-right: 38px;
}

.blog-single-post .default-blog-news .lower-content:before,
.blog-single-post .default-blog-news .lower-content:after {
  display: none;
}

.blog-single-post .default-blog-news {
  margin-bottom: 20px;
}




/*=================== blog-sidebar ===================*/

.blog-sidebar {
  position: relative;
}

.blog-sidebar .section-title {
  margin-bottom: 35px;
}

.blog-sidebar .sidebar_search {
  height: 54px;
  position: relative;
  margin-bottom: 47px;
}
.blog-sidebar .sidebar_search input {
  width:100%;
  height:54px;
  border:none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color:#9e9e9e;
}
.blog-sidebar .sidebar_search button {
  width:54px;
  height:100%;
  position: absolute;
  top:0;
  background: #ff5f5f;
  right:0;
  color:#fff;
}






.blog-sidebar .category-style-one {
  position: relative;
}
.blog-sidebar .category-style-one ul {
  margin-bottom: 50px;
  margin-top: -15px;
}
.blog-sidebar .category-style-one ul li {border-bottom: 1px solid #eaeaea;margin: 0;padding-bottom: 0px;}

.blog-sidebar .category-style-one ul li a {
  font-weight: normal;
  color: #848484;
  position: relative;
  width: 100%;
  transition: .5s ease;
  line-height: 54px;
  display: block;
}
.blog-sidebar .category-style-one ul li a:hover {
  color: #ff5f5f;
  transition: .5s ease;
}

.blog-sidebar .category-style-one ul li a:before {
    content: "\f105";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    right: 0px;
    top: 0px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/*post-thumb*/


.blog-sidebar .popular-post {
    position: relative;
    margin-bottom: 50px;
}

.blog-sidebar .popular-post .item {
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 0px 0px 20px 85px;
    color: #cccccc;
    border-bottom: 1px solid #f1f1f1;
}


.blog-sidebar .popular-post .item .post-thumb{
    position:absolute;
    left:0px;
    top: 5px;
    width: 70px;
    height: 70px;
}

.blog-sidebar .popular-post .item .post-thumb img{
    width:100%;
    display:block;  
}

.blog-sidebar .popular-post .item .post-thumb a{
  position: relative;
}

.blog-sidebar .popular-post .item .post-thumb a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 70px;
  width: 100%;
  height: 100%;
  background: #ff5f5f;
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item h4 {
  position: relative;
  font-size: 16px;
  margin: 0px 0px 8px;
  line-height: 24px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item h4:hover{
  color: #ff5f5f;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.blog-sidebar .recent-posts.post-thumb .post .post-info{
    font-size: 14px;
    font-weight:400;
    margin:0px;
    line-height:1.6em;
    color: #9c9c9c;
}
.blog-sidebar .popular-post .item .post-info {
  color: #848484;
  font-size: 16px;
}

.blog-sidebar .popular-post .item .post-info i {
  color: #ff5f5f;
  font-size: 14px;
  margin-right: 6px;
  top: -1px;
  position: relative;
}



.blog-sidebar .event-section2 {
  margin-bottom: 40px;
}


.blog-sidebar .event-section2 .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 27px;
}

.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-] {
    color: #202f35;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    border: 0px;
    width: 18px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5f5f;
    transition: .5s ease;
}




/*facebook feed*/

.blog-sidebar .facebook-feed {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.blog-sidebar .facebook-feed .img-box {
  position: relative;
}

.blog-sidebar .facebook-feed .overlay {
    position: absolute;
    margin: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.blog-sidebar .facebook-feed .inner-box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 32px;
}

.blog-sidebar .facebook-feed .inner-box .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-sidebar .facebook-feed .inner-box h4 {
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: 0px;
  margin-bottom: 3px;
}
.blog-sidebar .facebook-feed .inner-box .like {
  color: #fff;
}

.blog-sidebar .facebook-feed .link a {
  color: #58606f;
  background: #fff;
  display: inline-block;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eaeaea;
}
.blog-sidebar .facebook-feed .link a i.fb-icon {
  color: #fff;
  background: #39579b;
  font-size: 12px;
  padding: 2px 3px 0 4px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.blog-sidebar .facebook-feed .link a i.mail {
  color: #6a7081;
  margin-right: 6px;
}

.blog-sidebar .facebook-feed .like-people {
  background: #fff;
  margin: 20px 9px;
  padding: 5px 9px 15px;
}

.blog-sidebar .facebook-feed .like-people p {
  font-size: 13px;
}



/*archive*/

.sidebar-archive .bootstrap-select {
    background: #f7f7f7;
    color: #848484;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 40px;
}
.sidebar-archive .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.sidebar-archive  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.sidebar-archive  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #ff5f5f;
  color: #fff;
}
.sidebar-archive .form-control:focus {
  border-color: #48c7ec;
  box-shadow: none;
}


/*instagram*/
.sidebar-intsgram ul {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
}
.sidebar-intsgram ul li {
  float: left;
  width: 33.333333333333333333%;
  padding: 5px 4px;

}

.sidebar-intsgram ul li .inner-box {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.sidebar-intsgram ul li .inner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff5f5f;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.sidebar-intsgram ul li .inner-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content a {
  font-size: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li:hover .inner-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}







/*=============================== blog single post ===============================================*/

.blog-single-post .content-box .text p {
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-single-post .default-blog-news .lower-content {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.blog-single-post .default-blog-news:hover {
  box-shadow: none;
}

.blog-single-post .section-title {
  margin-bottom: 30px;
}


/*---------------- Author -------------*/

.blog-single-post .author {
  background-color:#ffffff;
  position:relative;
  margin-bottom: 2px;
  margin-top: 35px;
}
.blog-single-post .author img {
  position:absolute;
}
.blog-single-post .author-comment {
  margin-left:340px;
  padding-left:30px;
}

.blog-single-post .author-comment .quote {
  font-size: 25px;
  color: #f1f1f1;
  margin-bottom: 7px;
  position: relative;
  top: -5px;
}
.blog-single-post .author-comment h5 {
  font-weight: 600;
  margin: 16px 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-single-post .author-comment p.a-title {
  color: #ff5f5f;
  font-size: 16px;
}




/*share-box*/

.share-box {
  background: #ffffff;
  padding-top: 20px;
  margin-top: 35px;
  margin-bottom: 50px;
  border-top: 1px solid #f4f4f4;
}
.share-box .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}
.share-box .tag-box a {
  color: #ff5f5f;
  font-size: 15px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.share-box .tag-box a:hover {
  color: #ff5f5f;
  transition: .3s ease;
}

.share-box .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}
.share-box .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}
.share-box .social > li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}
.share-box .social a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  color: #BCBCBC;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 38px;
  transition: all 0.5s ease;
}
.share-box .social a:hover {
  color: #ffffff;
  background: #ff5f5f;
  border-color: #ff5f5f;
}



.share-box .tag-box li {
    margin: 0;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    color: #2c373d;
    font-size: 18px;
}



/*==========author===========*/

.post-author{
  position:relative;
  color:#777777;
  margin-bottom: 64px;
}


.post-author .inner-box{
  position:relative;
  padding: 33px 35px 30px 15px;
  min-height:160px;
  border: 1px solid #f4f4f4;
  text-align: center;
}

.post-author .inner-box .author-thumb{
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.post-author .inner-box .author-thumb img{
  display:block;
  width:100%; 
}

.post-author h4{
  position:relative;
  margin: 13px 0px 16px;
  font-size:18px;
  text-transform:capitalize;
  font-weight: 600;
  color: #252525;
}
.post-author ul li{
  margin: 0;
  margin-top: 10px;
}
.post-author ul li a {
  padding: 0 4px;
  color: #999;
  font-size: 14px;
  transition: .5s ease;
}
.post-author ul li a:hover {
  color: #ff5f5f;
  transition: .5s ease;
}

/*=============== comment =============*/

.single-comment{
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
}
.single-comment .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.single-comment .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}
.single-comment .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}


.single-comment .rating {
  margin-top: -4px;
  padding-left: 20px;
}
.single-comment .rating li {
  display: inline-block;
  margin-right: 3px;
}
.single-comment .rating i {
  color: #ff5f5f;
  font-size: 14px;
}


.single-comment .text-holder p {
  margin: 0 0 15px;
}
.single-comment .text-holder .reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}


/*==feedback======*/

.feedback {
  padding-bottom: 30px;
}

.feedback p {
  margin-bottom: 5px;
}
.feedback .rating {
  display: inline-block;
  margin: 0 0px;
  border-left: 1px solid #d6d6d6;
  padding-right: 10px;
  padding-left: 10px;
}

.feedback .rating:first-child {
  padding-left: 0px;
  border: 0px;
}

.feedback .rating li {
  display: inline-block;
}

.feedback .rating li a i {
  color: #d6d6d6;
  transition: all 500ms ease;
  font-size: 14px;
}
.feedback .rating.active li i,
.feedback .rating:hover i{
  color: #ff5f5f;
}






/*** 

====================================================================
  feature 
====================================================================

***/

.feature {
  position: relative;
  background: #f7f7f7;
}
.feature .section-title {
  margin-bottom: 30px;
}
.feature .list-style-1 {
  margin: 25px 0 50px;
}
.feature .list-style-1 li {
  margin: 10px 0;
  color: #848484;
  font-size: 14px;
}
.feature .list-style-1 li i {
  color: #ff5f5f;
  margin-right: 20px;
}

.feature .video-wrapper {
  background: #f7f7f7!important;
}




/*** 

====================================================================
    client Section style
====================================================================

***/

.clients-section .section-title {
  margin-bottom: 10px;
}
.clients-section .tooltip-inner {
  background: #ff5f5f;
}
.clients-section .tooltip.top .tooltip-arrow {
  border-top-color: #ff5f5f;
}

.clients-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-bottom: 70px;
    padding-top: 40px;
}
.clients-section .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 36px;
    bottom: 0;
}

.clients-section .owl-theme .owl-nav {
    padding: 0;
    position: absolute;
    right: 50%;
    margin: 0;
    margin-right: -51px;
}

.clients-section .owl-theme .owl-nav [class*=owl-] {
    color: #2c373d;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    border: 2px solid #f4f4f4;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.clients-section .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5f5f;
    transition: .5s ease;
}


/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position:relative;
  background:#111709;
  padding: 25px 0 80px;
}

.main-footer .footer-widget {
  margin-top: 50px;
}

.main-footer .section-title {
  margin-bottom: 40px;
}
.main-footer .section-title:after,
.main-footer .section-title:before {
  display: none;
}
.main-footer .section-title h4 {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 10px;
}

.main-footer .footer-logo {
  margin-bottom: 40px;
  padding-top: 5px;
}




/*============ about-column =================*/

.main-footer .about-column .text{
  margin-bottom:20px;
}
.about-column li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #999;
  line-height: 26px;
  margin-bottom: 14px;
}
.about-column li span {
  font-size: 18px;
  color: #ff5f5f;
  position: absolute;
  left: 0;
  top: 6px;
}


/*============ link-column =================*/

.main-footer .link-column li{
  position:relative;
  margin-bottom: 16px;
}

.main-footer .link-column li a{
  position:relative;
  margin-left: 15px;
  color:#999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}


.main-footer .link-column li a:hover{
  color: #ff5f5f;
}

.main-footer .link-column li a:before {
    content: "\f0dd";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: -19px;
    top: 0px;
    transform: rotate(-90deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
} 

.main-footer .link-column li a:hover:before{
  color: #ff5f5f;
  transition: .5s ease-in-out;
}

.main-footer .link-column li a:after {
    content: '';
    position: absolute;
    left: 0px;
    background: transparent;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: .5s ease-in-out;
}
.main-footer .link-column li a:hover:after {
  background-color: #ff5f5f;
  transition: .5s ease;
}

/*============ post-column =================*/

.main-footer .post-column .post {
  position: relative;
  padding-left: 90px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #363636;
}
.main-footer .post-column .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main-footer .post-column .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px; 
  height: 70px;
}

.main-footer .post-column h5 {
  position: relative;
  top: -5px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
}

.main-footer .post-column .post-info {
  color: #ff5f5f;
  font-size: 15px;
}



/*============ contact-column =================*/

.main-footer .contact-column{
  position:relative;
}

.main-footer .contact-column h5 {
  font-size: 16px;
  color: #999;
  margin-bottom: 18px;
}

.main-footer .contact-column form {
  position: relative;
  margin-bottom: 25px;
}
.main-footer .contact-column input {
  background: #2e2e2e;
  border: 1px solid #363636;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
}

.main-footer .contact-column button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 40px;
  line-height: 42px;
  background: #ff5f5f;
  color: #fff;
}

.main-footer .contact-column p {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #363636;
}






/*===========footer bottom ================*/

.footer-bottom {
  background: #111709;
  border-top: 1px solid #19220e;
  padding: 21px 0;
}
.footer-bottom .copy-text {
  color: #848484;
  font-size: 14px;
}
.footer-bottom .copy-text a {
  color: #ff5f5f;
  font-size: 14px;
}

.footer-bottom a {
  color: #ff5f5f;
  font-size: 16px;
  transition: .3s ease;
}






/************************** 
* Inner Banner styles 
***************************/
.inner-banner {
	position: relative;
	background: #a0a19b;
	background-image: url(images/background/header-background.jpg);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}
.inner-banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
	background-color: transparent;
    background-image: linear-gradient(130deg,rgba(255, 95, 95, .90) 0%,rgba(255, 95, 95, .90) 89%);
    z-index: 0;
}

.inner-banner h1 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 70px;
  color: #fff;
}
.inner-banner .box {
  position: relative;
  display: table;
  height: 280px;
  width: 100%;
  text-align: center;
}

.breadcumb-wrapper {
  background: #f3f3f3;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #ff5f5f;
}
.breadcumb-wrapper ul.link-list li a {
  color: #222;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  transition: .3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0 10px;
}
.breadcumb-wrapper a.get-qoute {
  text-transform: uppercase;
  font-weight: 700;
  color: #ff5f5f;
  font-size: 14px;
}
.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #ff5f5f;
  margin-right: 7px;
  font-size: 14px;
}




/*** 

====================================================================
  about page
====================================================================

***/


/*==========our mission2 ===========*/

.our-mission2 {
  background: #f7f7f7;
}

.our-mission2 .item {
  margin-bottom: 74px;
}
.our-mission2 h3 {
  background: #fff;
  color: #ff5f5f;
  border: 1px solid #f4f4f4;
  width: 65px;
  text-align: center;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
  margin-bottom: 24px;
  margin-top: -40px;
}

.our-mission2 h4 {
  font-size: 20px;
  margin-bottom: 20px;

}




/***
==============================
   Team Member styles
============================== 
***/


.our-team {
  position: relative;
}

.our-team .section-title .thm-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.our-team .section-title:before {
  display: none;
}


.single-team-member .img-box {
  position: relative;
  overflow: hidden;
  display: block;
}
.single-team-member .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}


.our-team .single-team-member {
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}




.our-team .single-team-member:before {
  pointer-events: none;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 0%;
  right: 0;
  opacity: 0;
  background: #f7f7f7;
  transition: .7s ease;
}

.our-team .single-team-member:hover:before {
  opacity: 1;
  height: 100%;
  transition: .7s ease;
}

    
.single-team-member .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 95, 95, 0.8901960784313725);
  width: 100%;
  transform: scale(0.7,0);
  transition: .5s ease-in-out;
}
.single-team-member:hover .img-box .overlay {
  transform: scale(1,1);
  transition: .5s ease-in-out;
}

.single-team-member .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.single-team-member .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.single-team-member .social li {
  padding: 0;
  margin: 0 3px;
}
.single-team-member .social li a {
  color: #ffffff;
  transition: color .4s ease;
  font-size: 14px;
}
.team-inner-box {
    text-align: center;
}
.team-inner-box ul li {
    display: inline;
}
.team-inner-box ul li i{
    font-size: 25px !important;
}

.single-team-member .img-box .overlay ul li a {
  height: 42px;
  width: 42px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 44px;
  transition: .5s ease;
}
.single-team-member .img-box .overlay ul li a:hover {
  transition: .5s ease;
}



.single-team-member .img-box .overlay ul li:last-child a {
}



.single-team-member h4 {
  color: #222;
  margin-top: 12px;
  margin-bottom: 6px;
}
.single-team-member .author-info {
  position: relative;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  padding: 15px 20px;
}

.single-team-member p {
  color: #ff5f5f;
  transition: .5s ease;
  margin-bottom: 8px;
}

.single-team-member .text {
  margin-top: 15px;

}

.single-team-member ul {border-top: 1px solid #f4f4f4;padding-top: 10px;}
.single-team-member ul li {color: #848484;margin: 4px 0;}
.single-team-member ul li a {color: #848484;}
.single-team-member .author-info ul li i {
  font-size: 17px;
  margin-right: 10px;
  color: #ff5f5f;
  border-radius: 1px;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
}



/***
==============================
   faq-section styles
============================== 
***/

.faq-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.faq-section .accordion-box {
    margin-bottom: 50px;
}

.faq-section .accordion-box .accordion .acc-content { 
  padding: 17px 20px;
}

.faq-section .default-form-area {
    background: #f7f7f7;
    border: 1px solid #f4f4f4;
    padding: 30px 30px 10px;
    margin-bottom: 50px;
}

.faq-section .default-form input[type="text"],
.faq-section .default-form input[type="email"],
.faq-section .default-form input[type="password"],
.faq-section .default-form input[type="number"],
.faq-section .default-form select,
.faq-section .default-form textarea{
  background: transparent;
  border-color: #e2e2e2;
}

.faq-section .default-form textarea {
  height: 130px;
}




/***
==============================
   faq-section2 styles
============================== 
***/

.faq-section2 .accordion-box {
    margin-bottom: 50px;
}
.faq-section2 h2 {
  margin-bottom: 20px;
  line-height: 40px;
}

.faq-section2 .accordion-box .accordion .acc-content { 
  padding: 12px 20px;
}

.faq-section2 .accordion .acc-btn p {
  color: #fff;
}

.faq-section2 .accordion .acc-btn {
    border: 1px solid rgba(244, 244, 244, 0.2);
}


.faq-section2 .default-form-area {
    background: #f7f7f7;
    border: 1px solid #f4f4f4;
    padding: 30px 30px 10px;
    margin-bottom: 50px;
}


.faq-section2 .default-form input[type="text"],
.faq-section2 .default-form input[type="email"],
.faq-section2 .default-form input[type="password"],
.faq-section2 .default-form input[type="number"],
.faq-section2 .default-form select,
.faq-section2 .default-form textarea{
  background: transparent;
  border-color: #e2e2e2;
  border-radius: 25px;
  padding: 12px 20px;
}

.faq-section2 .default-form textarea {
  height: 130px;
}


.faq-section2 .default-form .thm-btn {
  width: 100%;
}




/***
==============================
   volunteer styles
============================== 
***/

.volunteer {
  position: relative;
}

.volunteer .section-title {
  margin-top: 26px;
}

.volunteer p {
  margin-bottom: 40px;
}

.volunteer .default-form textarea {
    height: 132px;
}



/*** 
=============================================
    Get Touch Area style
=============================================
***/
.get-touch-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.get-touch-area .sec-title {
    display: block;
    padding: 0 160px 40px;
}
.get-touch-area .sec-title p {
    color: #a4a4a4;
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 0;
}
.get-touch-area .single-item {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 39px 20px 31px;
}
.get-touch-area .single-item .icon-holder {
    padding-bottom: 33px;
}
.get-touch-area .single-item .icon-holder span:before {
    color: #ff5f5f;
    font-size: 50px;
}
.get-touch-area .single-item .icon-holder span i {
    font-size: 50px;
    color: #ff5f5f;
}
.get-touch-area .single-item .text-holder {}
.get-touch-area .single-item .text-holder h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
}
.get-touch-area .single-item .text-holder .border {
    height: 1px;
    width: 60px;
    background: #f4f4f4;
    display: inline-block;
}
.get-touch-area .single-item .text-holder p {
    margin: 15px 0 0;
}
.get-touch-area .single-item .text-holder p a{
    color: #ff5f5f;
}

.bottom_page_link {
    overflow: hidden;
    display: inline-block;
    float: left;
}
.bottom_page_link ul {
    text-align: left;
    margin-left: 30px;
	display: inline;
    float: left;

}
.bottom_page_link ul li a {
    color: #fff;
}
.bottom_page_link ul li:hover a {
    color: #ff5f5f;
}
.bottom_page_link ul li {
    display: inline;
    padding: 0 10px;
}
.bottom_page_link ul li:after {
    content: '|';
    top: 0;
    left: 12px;
    color: #fff;
    position: relative;
}
.bottom_page_link ul li:last-child:after {
  content: '';
}
.tib-weworked p a{color: #ff5f5f;}
.we-worked .logo_list {
    padding: 1px;
    background-color: #2c373d;
}
/*** 
=============================================
    Contact Form Area style
=============================================
***/
.askQuickContactForm input[type="text"], .askQuickContactForm input[type="email"], .askQuickContactForm input[type="tel"], .askQuickContactForm textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #909090;
    padding: 12px 15px;
    background: #ffffff;
    border-radius: unset !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.services-sidebar.serviceQuickConForm {
    margin-top: 25px;
}
.services-sidebar.serviceQuickConForm {
    border: 1px solid #ccc;
}
.services-sidebar.serviceQuickConForm .service-catergory-before {
    padding: 5px 15px;
}
.askQuickContactForm .form-group {
    position: relative;
    margin-bottom: 0px;
}
.services-sidebar.serviceQuickConForm {
    margin-top: 25px;
}
.askQuickContactForm .form-group input[type="submit"] {
    border: 1px solid #f46c6c;
    padding: 5px 30px;
    border-radius: 25px;
    background-color: #f46c6c;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.contact-form-area {
    padding-bottom: 50px;
}
.asktheChackbox label input[type=checkbox] {
    color: bisque;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
span.asktheChackbox span label {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
}
span.asktheChackbox span label span {
    vertical-align: super;
    display: inline-block;
}
.Servicesinterested p.serInterP {
    font-weight: 600;
    margin-left: 25px;
    font-size: 20px;
}
.Servicesinterested {
    border: 1px solid #909090;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.contact-form-area .default-form-area {
    border: 2px solid #f4f4f4;
    padding: 28px 28px 0;
    margin-bottom: 50px;
}

.contact-form-area .default-form input[type="text"],
.contact-form-area .default-form input[type="email"],
.contact-form-area .default-form input[type="password"],
.contact-form-area .default-form input[type="number"],
.contact-form-area .default-form input[type="tel"],
.contact-form-area .default-form input[type="url"],
.contact-form-area .default-form select,
.contact-form-area .default-form textarea{
  border-radius: 25px;
}
.contact-form-area .default-form textarea{
  border-radius: 25px;
  resize: none;
}

.contact-form-area .form-right-box{
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 37px;
}
.form-right-box.text-left.contact-box {
    padding: 40px;
}
.contact-box i, .contact-box h4{
    color : #ff5f5f !important;
	margin-right: 5px;
}
.contact-box-main {
    margin-bottom: 20px;
}
.contact-form-area .form-right-box .img-box {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}
.contact-form-area .form-right-box h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}
.contact-form-area .form-right-box span {
    color: #ff5f5f;
}
.contact-form-area .form-right-box p {
    margin: 9px 0 5px;
	font-size: 14px;
}

.contact-form-area .form-right-box .border {
    height: 1px;
    width: 60px;
    display: inline-block;
    background: #e3e3e3;
}

.contact-form-area .form-right-box .social-links {
    display: block;
    margin: 18px 0 0;
}
.contact-form-area .form-right-box .social-links li{
    display: inline-block;
    margin: 0 10px;
}
.contact-form-area .form-right-box .social-links li a i{
    font-size: 16px;
    color: #848484;
    transition: all 500ms ease;
}
.contact-form-area .form-right-box .social-links li a:hover i{
    color: #ff5f5f;
}

.banner{
	height: auto;
	/* height: 650px; */
	/* max-height: 550px; */
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_text{
	text-align: center;
	width: 100%;
	color: #fff;
	/* margin-top: 40px; */
	/* background-color: #0000004f; */
    padding: 20px 0 20px 0;
    border-radius: 5px;
    border: 1px solid transparent;
}
.banner_text h1{
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.34);
	-moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.34);
	text-shadow: 2px 2px 4px rgba(0,0,0,0.34);
}
.banner_text h4{
	/* font-weight: 800; */
	font-weight: 400;
	/* text-transform: uppercase; */
	text-transform: unset;
	-webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.34);
	-moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.34);
	text-shadow: 2px 2px 4px rgba(0,0,0,0.34);
	font-size: 22px;
	margin-top: 15px;
}
.banner_text h4 span{
	background: #0089d0;
	display: inline-block;
	padding: 2px 8px;
}
.padd-65{
	padding: 65px 0px;
}
.angebote{
	background: url(images/angebote_bg.jpg) center no-repeat;
	background-size: cover;
}
.title{
	text-align: center;
}
.title h2{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 45px;
	color: #181818;
	letter-spacing: 2px;
}
.title p{
	font-size: 18px;
	color: #656565;
	margin-top: 5px;
}
.angebote_left{
	padding: 0px 15px;
	float: left;
	/* width: 50%; */
	width: 100%;
}
.angebote_right{
	padding: 0px 15px;
	float: right;
	/* width: 50%;	 */
	width: 100%;	
}
.angebote_right img{
	width: 100%;
}
.angebote_outer li:nth-child(even) .angebote_right{
	float: left;
}
.angebote_outer li{
	margin-top: 50px;
}
.angebote_left h3{
	font-size: 40px;
	color: #0089d0;
	font-weight: 300;
	margin-top: 15px;
}
.angebote_left p{
	font-size: 16px;
	color: #656565;
	margin-top: 15px;
	text-align: justify;
}
.angebote_left a{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #ff5f5f;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	margin-top: 25px;
	-webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.angebote_left a:hover{
	background: #2c373d;
}
.title.white h2{
	color: #fff;
}
.contact-title h2, .contact-title p {color: #fff;}
.partners{
	background: url(images/partners_bg-0.jpg) center no-repeat;
	background-size: cover;
	padding: 0;
}
.partners.we-worked{
	background: url(images/partners_bg-01.jpg) center no-repeat;
	background-size: cover;
	padding: 0;
}
.partners .overlay {
    background: #2c373dc7;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 80px 0;
}
.partners.we-worked .overlay {
    background: #2c373d73;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 80px 0;
}
.logo_list{
	margin-top: 50px;
}
.logo_list li{
	float: left;
	width: calc(20% - 1px);
	margin-left: 1px;
	margin-bottom: 1px;
	background: #fff;
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	height: 125px;
}
.logo_list li img{
	max-width: 100%;
	max-height: 100%;
}
.kundan{
	background: url(images/kundan_bg.jpg) center no-repeat;
	background-size: cover;	
}
.Versandsoftware{
	background: url(images/Versandsoftware_bg.jpg) center no-repeat;
	background-size: cover;	
}
.Qualitatssiegel{
	background: url(images/Qualitatssiegel_bg.jpg) center no-repeat;
	background-size: cover;		
}
.fachkongressen{
	background: url(images/fachkongressen_bg.jpg) center no-repeat;
	background-size: cover;		
}
.referenzen_img{
	float: left;
	width: 20%;
}
.referenzen_list{
	margin-top: 50px;
}
.referenzen_img img{
	width: 100%;
}
.referenzen_btn{
	text-align: center;
	margin-top: 45px;
}
.referenzen_btn a{
	font-size: 15px;
	text-transform: uppercase;
	color: #1a1e27;
	background: #fcb040;
	display: inline-block;
	padding: 12px 23px;
	border-radius: 5px;
	letter-spacing: 1px;
}
.referenzen_btn a:hover{
	background: #ed930d;
}
.referenzen_se{
	background: url(images/kundan_bg.jpg) center no-repeat;
	background-size: cover;		
}
.referenzenSlider{
	margin-top: 70px;
}
.referenzenSlider .item{
	text-align: center;
	padding: 15px 10px;
	/* border-right: 1px solid #93dbff; */
	padding: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    background-color: #ffffff78;
}
.referenzenSlider .owl-item {
    padding: 0px 5px;
}
.referenzenSlider .item h4{
	font-size: 55px;
	font-weight: 300;
	color: #fff;
}
.referenzenSlider .item p{
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
}
.referenzenSlider .item img {
    max-width: 100%;
	border: 1px solid #fff;
    padding: 4px;
	background-color: #554d7e;
}
.referenzenSlider.owl-carousel .owl-wrapper-outer {
    width: calc(100% - 1px);
}
.referenzenSlider .owl-pagination {
    margin-top: 20px;
    text-align: center;
    opacity: 0;
}
.referenzenSlider:hover .owl-pagination {
    opacity: 1;
}
.referenzenSlider .owl-page {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #fff;
    margin: 0px 2px;
    border-radius: 50%;
}
.referenzenSlider .owl-page.active{
	background: #fcb040;
}

.ourclientsSlider .owl-item .item {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 0px 20px;
	overflow: hidden;
	border: 1px solid #2c373d94;
	border-radius: 10px;
	box-shadow: inset 0 0 10px 0px #2c373d94;
   }
.ourclientsSlider .owl-item {
	padding: 15px;
}
.ourclientsSlider .owl-item .item img {
    max-width: 100%;
    height: auto;
}   
.agentur_outer{
	margin-top: 50px;
	display: flex;
	align-items: center;
}
.agentur_img{
	float: left;
	width: 400px;
	background: #f1f2f4;
	padding: 30px 30px 20px;
	text-align: center;
}
.agentur_img img{
	width: 100%;
}
.agentur_img h3{
	font-weight: bold;
	font-size: 23px;
	color: #0089d0;
	margin-top: 15px;
	text-transform: uppercase;
}
.agentur_text{
	float: left;
	width: calc(100% - 400px);
	padding-left: 40px;
}
.agentur_text h5{
	font-size: 22px;
	color: #656565;
	font-weight: bold;
	line-height: 30px;
}
.agentur_text p{
	color: #656565;
	font-size: 17px;
	margin: 30px 0px 50px;
	line-height: 29px;
}
.link_list img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

/*****************************/
	/*Home Slider */
/*****************************/
#ad-home-slider {
    width: 100%;
    height: auto;
}
#owl-home-slider .owl-item .item{
    display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#owl-home-slider .owl-item .item .banner {
    display: block;
  width: 100%;
  height: auto;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*-----------------------------*/
/* admin */
div#seo_settings h2 span {
    font-size: 20px;
    color: #fff !important;
}
/*-----------------------------*/

.home-slider{background-color: #f8f8f8;}
#ad-home-slider {position: relative;overflow: hidden;}
/* #ad-home-slider .slider-banner{   */
/* background-size: cover;background-position: center center; width: 100%; height: 90vh; */
	/* height: 700px; */
    /* background-size: 100% auto; */
    /* background-repeat: no-repeat; */
    /* background-position: top center; */
/* } */
#ad-home-slider .slider-text { position: absolute; top: 50%;left: 38%; transform: translate(-50%,-50%); text-align: left; width: 57%; max-width: 100%; }
#ad-home-slider .slider-text .slider-heading{ font-size: 40px;line-height: 42px; color: #fff; font-weight: 600;
	/* background-color: #f0ffff29; */
    display: inline-block;
    padding: 15px 30px 15px 0px;
    /* border-radius: 80px 10px 80px 10px; */
}
/* #ad-home-slider .slider-text h2{ font-size: 34px;line-height: 40.8px; color: #fff; text-transform: uppercase;} */
#ad-home-slider .slider-text .slider-tagline{ font-size: 25px;line-height: 30px; color: #fff; text-transform: unset;
	/* background-color: #f0ffff29; */
    /* width: 90%; */
	padding: 15px 30px 15px 0px;
    /* border-radius: 80px 10px 80px 10px; */
	margin-top: 15px;
}
/* #ad-home-slider .tag-line{ position: absolute; background-color: rgba(0,0,0,0.6); bottom: 0; display: block;width: 100%;} */
/* #ad-home-slider .tag-line p{font-size: 13px;line-height: 30px; color: #bfbfbf; display: block; text-align: center;} */
#ad-home-slider .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#ad-home-slider .adslider-btn { margin-top: 15px;}
#ad-home-slider .owl-theme .owl-nav.disabled+.owl-dots {
    /* margin-top: 10px; */
    position: absolute;
    bottom: 30px;
    width: 100%;
}
#ad-home-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: none;
	border: 2px solid #ff5f5f;
}
#ad-home-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5f5f;
}
#ad-home-slider .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.home-slider .owl-carousel .owl-item .item{ width: 100% !important}
/*****************************/
.our_blog h4 { color: #ff5f5f !important; font-size: 22px;}
.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .contact{ */
	/* background: url(images/contact_bg.jpg) center no-repeat; */
	/* background-size: cover; */
/* } */
.contact{
	background: url(images/callout_contact_bg.jpg) center no-repeat fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 0;
}
.contact .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 80px 0;
    /* background: rgba(255, 95, 95, 0.9711764705882353); */
    background: #2c373df8;
}
.contact_outer{
	margin-top: 50px;
}
.contact_form{
	float: left;
	width: 100%;
}
.contact_add{
	/*float: left;	width: 100%;margin-left: 4%;*/
}
.contact_add.contact_add_width{
	width: 100%;
}
.contact_outer p{
	color: #fff;
	line-height: 23px;
}
.contact_add p{
	margin-bottom: 15px;
	color: #fff;
}
.contact_add a{
	color: #fff;
}
.contact_add p b{
	color: #fff;
}
.contact_add p i{
	color: #ff5f5f;
	margin-right: 10px;
	font-size: 15px;
}
.form_group{
	margin-bottom: 15px;
}
.input_con{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #fff;
	outline: none !important;
	border-radius: 5px;
    background-color: #ffffff52;
}
textarea.input_con{
	resize: none;
	height: 100px;
}
.btn_sub{
	border: 2px solid #555;
	display: inline-block;
	outline: none;
	background: #ff5f5f;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	padding: 8px 30px;
	border-radius: 25px;
	-webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  background-image: -webkit-linear-gradient(top, #555 0%,#555 100%);
    background-image: linear-gradient(to bottom, #555 0%,#555 100%);
}
.btn_sub:hover{
	background: #ffffff6b;
    border: 2px solid #fff;
	color: #555;
	background-position: -200%;
    transition: background 300ms ease-in-out;
	
}
footer{
	background: #101619;
	padding: 15px 0px;
	margin-top: 3px;
	text-align: center;
}
.footer_logo{
	float: left;
	text-align: center;
	width: 225px;
}
.footer_logo img{
	max-width: 70%;
}
.soical_icon{
	margin-top: 14px;
	float: right;
	width: 190px;
}
.soical_icon li{
	display: inline-block;
}
.soical_icon i{
	height: 35px;
	width: 35px;
	margin: 0px 5px;
	text-align: center;
	border:1px solid #fff;
	font-size: 16px !important;
	line-height: 35px;
	color: #fff;
	border-radius: 3px;
}
.soical_icon_top {
	margin-top: 5px;
	margin-bottom: 5px;
}
.soical_icon_top i{
	height: 30px;
	width: 30px;
	font-size: 14px !important;
	line-height: 30px;
	border: 0px;
	border-radius: 50%;
	color: #ff5f5f
}
.soical_icon i:hover{
	color: #000;
	background: #fff;
}
footer p{
	margin-top: 10px;
	color: #f1f2f4;
	float: left;
	width: calc(100% - 630px);
	text-align: center;
}
.toggleMenu {
    position: absolute;
    top: 3px;
    color: #000;
    font-size: 23px;
    right: 0px;
    display: none;
}
.toggleMenu label{
	cursor: pointer;
	margin-bottom: 0px;
	line-height: 23px;
}
.clearfix {
    float: none;
    clear: both;
}
.closeMenu {
    position: absolute;
    top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    display: none !important;
}
/*************************************************/
.container.tib-body-css {
    margin-bottom: 60px;
	margin-top: 40px;
}

.container.tib-body-css ul {
    margin-left: 20px;
}
.container.tib-body-css h1,.container.tib-body-css h2, .container.tib-body-css h3, .container.tib-body-css p {
    margin-bottom: 20px;
    margin-top: 20px;
}
.container.tib-body-css h1, .container.tib-body-css h2, .container.tib-body-css h3, .container.tib-body-css h4 {
    color: #ff5f5f;
}


.container.tib-body-css ul li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #2c373d;
    font-weight: 500;
    position: relative;
    line-height: 25px;
    margin-left: 20px;
}
.container.tib-body-css ul li ul:parent{
    font-size: 37px;
    margin-bottom: 10px;
    color: green;
    font-weight: 700;
    
}
.container.tib-body-css ul li ul {
    margin-top: 10px;
    /* margin-left: 20px; */
}
.container.tib-body-css ul li:before {
    position: absolute;
    margin: 0px 0 0 -30px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f054";
    color: #ff5f5f;
    font-size: 14px;
}

.container.tib-weworked h1,.container.tib-weworked h2,.container.tib-weworked h3,.container.tib-weworked p{
	color: #2c373d;
}
.container.tib-weworked h1{
	font-weight: 300;
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    letter-spacing: 2px;
	text-align: center;
}

/*************************************************/
@media(min-width: 991px) and (max-width: 1199px){
	
	.banner_text h1 {
    	font-size: 50px;
	}
	.banner_text h4 {
    	font-size: 26px;
    	margin-top: 10px;
	}
	#ad-home-slider .slider-text .slider-tagline {
		font-size: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	#ad-home-slider .slider-text .slider-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.angebote_left h3 {
    	font-size: 33px;
    	margin-top: 0px;
	}
	.angebote_left p {
    	font-size: 17px;
	}
	.referenzenSlider .item h4 {
		font-size: 50px;
	}
	.referenzenSlider .item p {
    	font-size: 17px;
	}
	.ourclientsSlider .owl-item .item{ height: 150px; border-radius: 7px;}
	.h-title{
		font-size: 27px;
    line-height: 38px;
	}
	.h-tagline .fancy-subtitle{
		font-size: 18px;
	}

}
@media(min-width: 768px) and (max-width: 991px){
	header img {
    	width: 150px;
	}
	.nav_right {
    	margin-top: 16px;
	}
	.banner_text h1 {
    	font-size: 34px;
	}
	.banner_text h4 {
    	font-size: 21px;
    	margin-top: 13px;
	}
	.banner {
    	height: 400px;
	}
	.angebote_left h3 {
    	font-size: 24px;
    	margin-top: 0px;
	}
	.angebote_left p {
    	font-size: 14px;
    	margin-top: 10px;
    	line-height: 24px;
	}
	.angebote_left a {
    	font-size: 13px;
    	margin-top: 10px;
	}
	.logo_list li {
    	height: 90px;
	}
	.referenzenSlider .item h4 {
    	font-size: 40px;
    }
    .referenzenSlider .item p {
    	font-size: 14px;
	}
	.agentur_img {
    	width: 325px;
    	padding: 15px;
	}
	.agentur_text {
    	width: calc(100% - 325px);
    	padding-left: 25px;
	}
	.agentur_img h3 {
    	font-size: 17px;
	}
	.agentur_text h5 {
    	font-size: 14px;
    	line-height: 26px;
	}
	.agentur_text p {
    	font-size: 14px;
    	margin: 11px 0px 16px;
    	line-height: 29px;
	}
	.contact_form {
    	width: 100%;
	}
	.contact_add {
    	/*width: 100%;*/
    }
    .contact_outer p {
    	line-height: 21px;
    	font-size: 13px;
	}
	.btn-custom {
		font-size: 12px;
		padding: 5px 10px;
	}
	.banner_text h4 {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		line-height: 20px;
		color: #fff;
	}
	#ad-home-slider .slider-text .slider-tagline {
		font-size: 17px;
		line-height: 27px;
		margin-top: 20px;
	}
	#ad-home-slider .slider-text .slider-heading {
		font-size: 27px;
		line-height: 35px;
	}
	.h-tagline .fancy-subtitle{
		font-size: 17px;
		text-align: justify;
	}
	.myslider-banner {
		height: 350px;
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
}
@media(max-width: 767px){
	
	.title h2 {
    	font-size: 28px;
	}
	.title p {
    	font-size: 13px;
	}
	.angebote_outer li {
    	margin-top: 20px;
	}
	.angebote_right {
    	padding: 0px;
    	float: none !important;
    	width: 100%;
	}
	.angebote_left {
    	padding: 0px;
    	float: none !important;
    	width: 100%;
    }
    .angebote_left h3 {
    	font-size: 20px;
    	line-height: 26px;
	}
	.angebote_left p {
    	font-size: 14px;
    	margin-top: 7px;
    	line-height: 25px;
	}
	.angebote_left a {
    	font-size: 13px;
    	padding: 9px 19px;
    	margin-top: 10px;
	}
	.logo_list {
    	margin-top: 20px;
	}
	.referenzen_list {
    	margin-top: 20px;
	}
	.logo_list li {
    	width: calc(33.33% - 1px);
    	height: 90px;
	}
	.referenzen_img {
    	width: 33.33%;
	}
	.referenzen_btn {
    	margin-top: 26px;
	}
	.referenzen_btn a {
    	font-size: 13px;
    	padding: 9px 19px;
	}
	.referenzenSlider {
    	margin-top: 20px;
	}
	.referenzenSlider .item h4 {
    	font-size: 39px;
	}
	.referenzenSlider .item p {
    	font-size: 15px;
    	margin-top: 1px;
	}
	.referenzenSlider .owl-pagination {
    	margin-top: 15px;
    	opacity: 1;
	}
	.referenzenSlider .owl-page {
    	height: 10px;
    	width: 10px;
	}
	.agentur_outer {
    	margin-top: 20px;
    	display: block;
    }
    .agentur_img {
    	float: none;
    	width: 100%;
    	padding: 15px;
	}
	.agentur_img h3 {
    	font-size: 16px;
	}
	.agentur_text {
    	float: none;
    	width: 100%;
    	padding-left: 0px;
    	margin-top: 15px;
	}
	.agentur_text h5 {
    	font-size: 14px;
    	line-height: 24px;
	}
	.agentur_text p {
    	font-size: 14px;
    	margin: 7px 0px 20px;
    	line-height: 25px;
	}
	.link_list img {
    	width: 30px;
    	margin-right: 5px;
	}
	.contact_outer {
    	margin-top: 20px;
	}
	.contact_form {
    	float: none;
    	width: 100%;
	}
	.form_group {
    	margin-bottom: 10px;
	}
	.contact_add {
    	/*float: none;  	width: 100%;*/
    	margin-left: 0px;
	}
	.contact_outer p {
    	line-height: 22px;
    	font-size: 13px;
	}
	.contact_add p {
    	margin-bottom: 15px;
    color: #fff;
	}
	.contact_add ul li:hover p {
        font-size: 17px;
        font-weight: 600;
    }
	.footer_logo {
    	float: none;
    	text-align: center;
    	width: 100%;
	}
	.soical_icon {
    	margin-top: 20px;
    	float: none;
    	width: 100%;
	}
	footer p {
    	float: none;
    	width: 100%;
    	font-size: 13px;
	}
	.banner_text h1 {
    	font-size: 27px;
	}
	.banner_text h4 {
    	font-size: 18px;
    	margin-top: 10px;
		color: #fff;
	}
	#ad-home-slider .slider-text .slider-tagline {
		font-size: 11px;
		line-height: 18px;
	}
	#ad-home-slider .slider-text .slider-heading {
		font-size: 15px;
		line-height: 18px;
	}
	.banner {
    	height: 350px;
    }
	.h-title{
		line-height: 50px;
	}
	.h-tagline .fancy-subtitle{
		font-size: 17px;
		text-align: justify;
	}
}
@media(max-width: 575px){
	.banner_text h1 {
    	font-size: 18px;
	}
	.banner_text h4 {
    	font-size: 13px;
    	margin-top: 0px;
    	margin-bottom: 10px;
		color: #fff;
	}
	.banner {
    	height: 300px;
    }
    .logo_list li {
    	width: calc(50% - 1px);
    	height: 90px;
	}
	.referenzen_img {
    	width: 50%;
	}
	.referenzenSlider .item {
    	padding: 0px 10px;
    	border-right: 0px;
	}
	#ad-home-slider .slider-text .slider-tagline {
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
	}
	#ad-home-slider .slider-text .slider-heading {
		font-size: 25px;
		line-height: 35px;
		padding: 5px 30px;
	}
	#ad-home-slider  .btn.btn-custom.slider-btn{ padding: 5px 10px; font-size: 12px;}
	.referenzenSlider .item{ height: 535px;}
	.h-tagline .fancy-subtitle{
		font-size: 18px;
	}
	.h-title{
		text-align: center;
	}
		section.seo-audit-form {
		padding: 5px;
	}
	.myslider-banner {
		height: 300px;
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important
	}
}
@media(max-width: 480px){
	#ad-home-slider .slider-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	#ad-home-slider .owl-theme .owl-nav.disabled+.owl-dots { display: none;}
	#ad-home-slider .slider-text .slider-tagline {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
		width: 98%;	
	}
	#ad-home-slider .slider-text .slider-heading {
		font-size: 20px;
		line-height: 25px;
		padding: 15px 30px 15px 0px;
		width: 98%;
	}
	#ad-home-slider  .btn.btn-custom.slider-btn{ padding: 5px 10px; font-size: 12px;}
	.h-tagline .fancy-subtitle{
		font-size: 18px;
	}
	.referenzenSlider .item {
		height: 435px;
	}
	#ad-home-slider  .owl-carousel .owl-item img {
		display: block;
		/* width: 100%; */
		max-height: 350px;
		background-size: cover !important;
		background-position: center center;
		/* height: auto; */
		/* height: 650px; */
		/* max-height: 550px; */
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
	}
}
@media(max-width: 320px){
	.referenzenSlider .item {
		height: 380px;
	}
}

.services-sidebar h3 { padding: 15px 15px;}
div#comments {padding-top: 30PX;}
.default-blog-news.blog { margin-bottom: 10px !important;}
.post-info.blog i {color: #ff5f5f;}
.blog-sidebar .popular-post .item {margin-bottom: 20px; padding: 14px 0px 14px 20px;background-color: #f7f7f7;}
.blog-sidebar .popular-post .item:hover {background-color: #d2d3d54d;}
.item.blog h4{ color: #000; font-size: 20px !important;}
.item.blog:hover h4{ color: #ff5f5f;}
.blog-sidebar .popular-post .item .post-info {color: #848484;font-size: 13px;}
.blog-sidebar .popular-post .item .post-info i {font-size: 13px; }
.tagcloud { padding: 20px 5px;}
.tagcloud a { border-radius: 5px; padding: 5px 15px; background-color: #f7f7f7; margin: 0 0 5px 2px;}
textarea#comment {width: 100%;max-width: 100%;min-width: 100%; display: inline-block; font-size: 14px; padding: 7px 12px;background-color: transparent;color: #333;border: 1px solid #ddd;border-radius: 3px;transition: all .3s ease;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.comment-form label {margin-bottom: 10px;display: inline-block;}
.comment-form .form-submit .submit {border-radius: 0; border: 0;border-radius: 40px;background: #f0f0f0;color: #777;}
.comment-form input[type=submit] {cursor: pointer;display: block;border: 0;color: #fff; background: #bdac87; text-decoration: none; line-height: 40px;padding: 0 32px;text-align: center;outline: 0!important;font-size: 14px;text-transform: uppercase;letter-spacing: 2px;font-weight: 500;}
.comments-title {    text-transform: uppercase;font-size: 14px;font-weight: 700;}
.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url]{display: inline-block;font-size: 14px;padding: 7px 12px;background-color: transparent;color: #333;border: 1px solid #ddd;border-radius: 3px;transition: all .3s ease;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
a.businessup-author-pic img {width: 70px;height: auto;margin-bottom: 20px;border-radius: 50%;border: 1px solid #ddd;}
h4.media-heading span i { margin-right: 5px;}
h4.media-heading span { margin-right: 10px;}
#comments input:not([type=submit]):not([type=checkbox]):not([id=aiowps-captcha-answer]) {width: 100%;}
.comment-list {list-style: none;margin: 0;padding: 0;}
footer.comment-meta {background: none;padding: 0px;margin-top: 3px;text-align: left;}
.comment-meta .comment-author .fn {margin-left: 20px;font-size: 12px;text-transform: uppercase;letter-spacing: 1px;font-family: Raleway,sans-serif;}
.comment-meta a {text-decoration: none;color: inherit;outline: 0;transition: all .2s ease;}
.says, .screen-reader-text, .updated:not(.published) {clip: rect(1px,1px,1px,1px);height: 1px;overflow: hidden;position: absolute!important;width: 1px;}
.comment-meta .comment-author img {display: block;float: left;width: 58px;border-radius: 50%;margin-top: 1px;height: auto;}
.comment-meta .comment-metadata {margin-top: 5px;margin-left: 78px;ine-height: 16px;color: #aaa;font-size: .8em;font-style: italic;}
.comment-content {margin-left: 78px;}
.comment-content>*:last-child {margin-bottom: 0;}
.comment-content p, .comment-content ul, .comment-content ol {margin: 0 0 10px;}
.comment-list ol.children {list-style: none;margin: 0;padding: 0;margin-left: 20px;}
.comment-list ol.children li.comment {padding-left: 20px;}
.comment-list li.comment {margin-top: 2em;padding-top: 2em;border-top: 1px solid #f0f0f0;}
.comment-list li.comment .comment-body {font-size: .9em;position: relative;}
.reply {margin-left: 78px;margin-top: 10px;margin-bottom: 5px;}
.reply a {outline: 0;display: inline-block;color: #aaa;background: #f0f0f0;transition: all .2s ease;font-family: Raleway,sans-serif;text-transform: uppercase;letter-spacing: 2px;font-weight: 700;font-size: 10px;line-height: 14px;padding: 2px 6px;}
#respond p {margin: 0 0 18px;}
#wp-comment-cookies-consent {margin-right: 8px;display: inline-block;}
#respond p label {font-size: .8em;}
.authorbox {position: relative;border: 0 solid #e0e0e0;border-width: 1px 0 1px;padding: 30px 0;}
.authorbox-inner {overflow: hidden;position: relative;z-index: 20;}
.authorbox-avatar {display: block;width: 90px;height: 90px;float: left;overflow: hidden;border-radius: 50%;margin: 0 30px 0 0;}
.authorbox-avatar a {outline: 0;display: block;color: inherit;text-decoration: none;}
.authorbox-avatar img {width: 100%;display: block;margin: 0;height: auto;}
.authorbox-content {overflow: hidden;position: relative;}
.authorbox-name {font-size: 12px;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;margin: 0 0 10px !important;}
.authorbox-name a {outline: 0;text-decoration: none;color: inherit;}
.authorbox-description {font-size: .9em;}
.authorbox-description p {margin: 0;}
.blog-subscribe {padding: 10px;background-color: #ff5f5f;}
.blog-subscribe input[type=email] {border: 1px solid #ffa2a200;border-radius: 20px;padding: 5px 0px 5px 15px;width: 95%;margin: 0 auto;height: 40px;background-color: ##ffffff8c;margin-top: 25px;}
.blog-subscribe input[type=submit] {border: 1px solid #ffa2a200;border-radius: 20px;padding: 5px 0px 5px 0px;width: 45%;margin: 0 auto;height: 40px;background-color: #2b373d;color: #fff;}
.blog-subscribe input[type=submit]:hover {border: 1px solid #2b373d; border-radius: 20px; background-color: #ff5f5f;color: #2b373d;}
h3.sform {background-color: #ff5f5f;color: #fff !important;text-align: center;padding: 25px 0 0 0;margin: 0px !important;}
.blog-body-part .title {
    text-align: left !important;
}
.blog-content-i {
    padding: 10px 0 30px 0 !important;
    font-size: 15px !important;
    border-bottom: 1px solid #d2d3d5 !important;
}

.theinboundly-widget.widget_categories {margin-top: 25px;margin-bottom: 25px;}
figure.img-holder.img-blog {margin-top: 30px !important;}
.blog-sidebar .widget_archive ul li,.blog-sidebar .widget_categories ul li {list-style: none;position: relative;background: #f7f7f7;padding: 14px 0px 14px 20px;margin: 5px 0px !important;	}
.blog-sidebar .widget_archive ul,.blog-sidebar .widget_categories ul { margin-left: 0px;}
.blog-sidebar .widget_archive ul li:before,.blog-sidebar .widget_categories ul li:before {position: absolute;	margin: 0px 0 0 -10px;}
.blog-sidebar .widget_archive ul li a,.blog-sidebar .widget_categories ul li a { margin-left: 15px;}

/***********************************************************/
/***********************************************************/
@media (min-width:1200px){.col-5{width:20%;padding:0}.single-event .col-5{width:20%;padding:0 15px}}@media (max-width:1200px) and (min-width:992px){.menuzord-menu>li>a{padding:15px 7px}.theme_menu .menu-column{padding-right:30px}.theme_menu .right-column{right:6px}}@media (max-width:991px){.main-logo{margin:0;position:relative;top:22px}.theme_menu{background-color:#fff;padding:0}.theme_menu .menu-column{padding-left:15px;padding-right:15px}.menuzord-menu>li>a{padding:30px 7px}.menuzord-menu>li>.megamenu-style2{display:none}.menuzord-responsive.menuzord{position:relative;padding-bottom:15px}.menuzord .showhide{width:30px;padding:0;height:30px;position:relative;top:-14px}.menuzord .showhide span{display:block;width:100%;height:2px;margin:4px 0;background:#ff5f5f}.menuzord-menu>li:first-child a{padding-left:20px}.menuzord-menu ul.dropdown li a{color:#aaa}.menuzord-menu ul.dropdown{background:#303030!important;padding:0}.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a{padding-left:40px!important}.theme_menu .right-column{right:60px;top:4px}.nav_side_content .search_option>button{border:0;margin-top:19px}.top-bar{padding-bottom:6px}.top-bar-text{float:none;text-align:center}.top-bar-text p{color:#999;margin-bottom:12px}.right-column{float:none;text-align:center}.top-bar .social li a{color:#999}#polyglotLanguageSwitcher a.current:link,#polyglotLanguageSwitcher a.current:visited,#polyglotLanguageSwitcher a.current:active{color:#999;border-color:#999}.theme_menu.stricky-fixed{padding:0}.rev_slider_wrapper{margin-top:-90px}.feature{background-position:left center}.single-event .event-timeline{margin-bottom:50px}.blog-single-post .post-area,.blog-large .post-area{border:0;padding-right:0}.blog-sidebar .facebook-feed .img-box img{width:100%}.call-out{text-align:center}.call-out .float_left,.call-out .float_right{width:100%}.post-filter.style-3{margin-top:0}}@media (max-width:767px){.menuzord-menu .event-section2,.menuzord-menu .menu-item,.megamenu .recent-post{width:100%}.rev_slider_wrapper{margin-top:0}.our-mission{margin-top:0}}@media (max-width:575px){.main-logo img{width:150px}.nav_side_content{margin-top:12px}.menuzord .showhide{top:-6px}.breadcumb-wrapper .pull-right{float:left!important;margin-top:15px}.nav_side_content .search_option>button{margin-top:0}.event-style1 .item.style-2 .img-column{width:100%;float:left}.event-style1 .item.style-2 .text-column{width:100%;float:left}.footer-bottom{text-align:center}.footer-bottom .pull-left,.footer-bottom .pull-right{width:100%}}@media (max-width:475px){.fact-counter .column{width:inherit;margin:0 auto;margin-bottom:20px;float:inherit;display:inline-block}.top-bar .top-bar-info{text-align:center}}@media (max-width:420px){.top-bar-text p{margin-bottom:0}}
/***********************************************************/
.menuzord .showhide {
    top: -6px;
    display: none !important;
}
le {
}
@media only screen and (max-width: 991px) {
	#mega-menu-wrap-primary {
    margin-top: 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    float: right;
    position: absolute;
    right: 20px;
    top: -40px;
}
}