/* 

GoodBook Template 

https://goodbook.pro

*/

html, body {
	font-family: "Open Sans Condensed",Helvetica,Arial,sans-serif; 
	padding: 0px; 
	margin: 0px; 
	color: #000;
}

a {
	color: #E0823A;
}

a:hover {
	text-decoration: none;
}

p {
	color: #333333;
	text-align: center;
}

.height10 { height: 10px; }
.height20 { height: 20px; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h1	{	font-size: 1.5em;
	color: #ffffff;
	background: #0174B0;
	padding: 10px 8px;
	float: right;
	}
	
h2	{ font-size: 24px; color: #333333; }

.templatemo_reasonbg h2, .templatemo_blog h2 { color: #ffffff; }

img {
  	max-width: 100%;
  	height: auto;
  	width:100%;
}
.clear	{ clear: both;}

.mWrapper {
  	width: 100%;
  	background-color: white;
  	z-index: 5000;
}

.templatemo_top	{
	position: fixed;
	z-index: 5000;
	background: #ffffff;
	width: 100%;

}
.templatemo_slider {
	top: 80px;
	position: relative;
}
.logo {
	padding: 0 0 0 10px;
}
.mainMenu {

}
.mainMenu ul {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 60px;
}
.mainMenu li {
	list-style-type: none;
	display: inline-block;
}
.mainMenu li a {
	display: block;
	text-transform: uppercase;
	color: #939393;
}

#top-menu {
    background: white;
}
#top-menu ul { float: right;}
#top-menu li {
    float: left;
	line-height: 60px;
	display: inline-block;
}

#top-menu a {
    display: block;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    color: #666;
    text-decoration: none;
	font-size: 14px;
}

#top-menu a:hover {
    color: #ffffff;
	background: #0174B0;
}

#top-menu li.active a {
    color: #ffffff;
	background: #0174B0;
	line-height: 60px;
	font-size: 14px;
}

.btn-primary {
	background-color: #E0823A;
	border-color: #E0823A;
}

.btn-primary:hover {
	background-color: #F74D8B;
	border-color: #F74D8B;
}

/* push_button start */
.push_button {
	position: relative;
  width:350px;
	height:40px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:43px;
	font-family:'Oswald', Helvetica;
	display: block;
	margin: 30px;
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}

.blue {
	text-shadow:-1px -1px 0 #9d7c35;
	background: #E0823A;
	border:1px solid #d3b832;
	background-image:-webkit-linear-gradient(top, #E0823A, #E0823A);
	background-image:-moz-linear-gradient(top, #E0823A, #E0823A);
	background-image:-ms-linear-gradient(top, #E0823A, #E0823A);
	background-image:-o-linear-gradient(top, #E0823A, #E0823A);
	background-image:linear-gradient(top, #E0823A, #E0823A);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #b46e37, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #b46e37, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #b46e37, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #d4bd48;
	background-image:-webkit-linear-gradient(top, #fce041, #fce041);
	background-image:-moz-linear-gradient(top, #fce041, #fce041);
	background-image:-ms-linear-gradient(top, #fce041, #fce041);
	background-image:-o-linear-gradient(top, #fce041, #fce041);
	background-image:linear-gradient(top, #fce041, #fce041);
}
/* push_button finish */

.templatemo_caption p { color: #0174B0; padding: 10px; font-size: 12px; }

.templatemo_caption	{
	margin-left: 30%;
	text-shadow: none;
	top: 15%;
	position: absolute;
	z-index: 10;
	width: 60%;
}

.templatemo_slidetitle	{
	font-size: 1em;
	background: #ffffff;
	padding: 5px 8px;
	color: #202224;
	float: right;
	margin-bottom: -10px;
	-webkit-box-shadow: 1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow:    1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	box-shadow:         1px 3px 13px 0px rgba(158, 158, 158, 0.75);
}

.templatemo_lightgrey_about {
	padding: 100px 0px 20px 0px;
}

.templatemo_lightgrey {
	background-color: #f5f5f5;
	padding: 70px 0px 20px;
}

.templatemo_paracenter { text-align: center; }

.templatemo_about_box {
	background: #ffffff;
	border-radius: 5px;
	padding: 20px 0px;
	text-align: center;
}

p.lead {
  padding: 15px 10px;
  position: relative;
  z-index: 10;
}

.gain-center{
  transition: 1s; 
  text-align: center; 
}

.gain-center:hover {
  transform: scale(1.5); 
}

.square_coner {
	margin: 0 auto;
	width: 100px;
	margin-bottom: 20px;

}
.texts-a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	background: #72b842;
	border-radius: 5px;
	font-size: 32px;
	color: #ffffff;
} 

.hover-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 92%;
    height: 100%;
	border-radius: 5px;
    background: #0174B0;
    visibility: hidden\0/;
    opacity: 0\0/;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.project-post:hover .hover-box {
    visibility: visible;\0/;
    opacity: 1\0/;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}

.inner-hover-box p {
	color: #ffffff;
	padding: 15px 10px;
}

.templatemo_reasonbg {
	background: #0174B0;
	background-position: center;
	padding: 80px 0px 40px 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 3px;
}

.wide_band {
	padding: 80px 0px 40px 0px;
	text-align: center;
	margin-top: 3px;
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  min-height: 100px;
  box-sizing: border-box;
  background-image: url('../images/people1.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .wide_band {
    background-image: url('../images/people2.jpeg');
  }
}
@media (min-width: 768px) {
  .wide_band {
    background-image: url('../images/people3.jpeg');
  }
}

.background {
  background-image: url('../images/portfolio/cta.jpg');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  margin-top: 30px;
  box-sizing: border-box;
}
.text-background {
  background-color: rgba(65, 72, 101, 0.4);
  padding: 20px;
  max-width: 65%;
  width: 100%;
  box-sizing: border-box;
}
.header-text {
  background: none;
  position: absolute;
  top: 20px; 
  left: 20px; 
  padding: 10px;
  margin: 0;
}

@media (max-width: 768px) {
  .text-container {
      max-width: 100%;
      text-align: center;
  }

  .header-text {
      top: 10px; 
      left: 10px; 
  }
}

.image-link {
  display: inline-block;
  transition: transform 0.3s ease; 
}

.image-link:hover {
  transform: scale(1.3); 
}

/* Family start */
.all_family {
	padding: 80px 0px 40px 0px;
	margin-top: 3px;
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  min-height: 100px;
  box-sizing: border-box;
  background-image: url('../images/family/allfamily.jpeg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .all_family {
    background-image: url('../images/family/allfamily.jpeg');
  }
}
@media (min-width: 768px) {
  .all_family {
    background-image: url('../images/family/allfamily.jpeg');
  }
}
/* Family finish */
/* Person start */
.all_person {
	padding: 80px 0px 40px 0px;
	margin-top: 3px;
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  min-height: 100px;
  box-sizing: border-box;
  background-image: url('../images/family/pers-222.jpeg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .all_person {
    background-image: url('../images/family/pers-222.jpeg');
  }
}
@media (min-width: 768px) {
  .all_person {
    background-image: url('../images/family/pers-222.jpeg');
  }
}
/* Person finish */
.custom-div {
  position: relative; 
  width: 100%; 
  box-sizing: border-box; 
  padding: 10px; 
}

.custom-div img {
  max-width: 100%; 
  height: auto; 
  display: block; 
  margin: 0 auto; 
}

.overlay-text {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  color: white; 
  font-size: 24px; 
  text-align: center; 
  width: 80%; 
}
@media screen and (max-width: 600px) {
  .overlay-text {
      font-size: 14px; 
  }
}
/* Family finish */

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0174B0;
  color: #fff;
  border: none;
  border-radius: 5px;
  border-color: #fff;
  border: 2px solid #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s;
}

.go-top:hover {
  background-color: #F74D8B;
}

/* Partner start */
.all_partner {
  padding: 90px 0px 1px 0px;
  margin-top: 3px;
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  min-height: 100px;
  box-sizing: border-box;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  /* No background image change here */
}
@media (min-width: 768px) {
  /* No background image change here */
}

.result {
  border: none;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  transition: border-width 0.3s, border 0.3s;
  border-radius: 6px;
}

/* Modal styles */
.modal {
  display: none; 
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* Стили для кнопки гамбургера */
.navbar-toggle-custom {
  background: transparent;
  border: 2px solid #0174B0;
  border-radius: 4px;
  padding: 8px;
  display: none; /* Скрыт по умолчанию */
}

.navbar-toggle-custom .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #0174B0;
  margin: 4px 0;
  transition: background-color 0.3s;
}

/* Эффект при нажатии (розовый цвет) */
.navbar-toggle-custom.active .icon-bar {
  background-color: #FF69B4; /* Розовый цвет */
}

/* Мобильная адаптация */
@media (max-width: 767px) {
  /* Кнопка гамбургера */
.navbar-toggle-custom {
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 1001; /* Выше чем само меню */
  margin-top: 20px;
}

/* Полоски */
.navbar-toggle-custom .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0174B0;
  margin: 5px 0;
  transition: all 0.3s ease-in-out; /* Плавная анимация */
}

/* Трансформация в крестик при активном состоянии */
.navbar-toggle-custom.active .icon-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #FF69B4; /* Розовый крестик */
}

.navbar-toggle-custom.active .icon-bar:nth-child(2) {
  opacity: 0; /* Средняя полоска исчезает */
}

.navbar-toggle-custom.active .icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #FF69B4;
}

/* Мобильное меню */
@media (max-width: 767px) {
  .navbar-toggle-custom {
      display: inline-block;
  }

  .mainMenu {
      display: block; 
      max-height: 0; /* Изначально высота 0 */
      overflow: hidden; /* Контент скрыт */
      transition: max-height 0.4s ease-in-out; /* Плавное выпадание */
      
      background-color: #0174B0;
      position: absolute;
      top: 60px; /* Плотно прилегает к низу хедера */
      left: 0;
      width: 100%;
      z-index: 1000;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  /* Когда меню открыто */
  .mainMenu.show {
      max-height: 300px; /* Достаточная высота для всех ссылок */
      padding-bottom: 20px;
  }

  .mainMenu ul.nav {
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
  }

  .mainMenu ul.nav li a {
      color: white !important;
      text-align: center;
      padding: 15px;
      font-size: 18px;
      text-decoration: none;
      border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

  .mainMenu.show {
      display: block; /* Показываем при клике */
  }

  .mainMenu ul.nav {
      flex-direction: column;
      text-align: center;
  }

  .mainMenu ul.nav li a {
      color: white !important;
      display: block;
      padding: 10px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}
/* На мобильных устройствах (экраны меньше 768px) */
@media (max-width: 767px) {
  .mainMenu {
      display: block; 
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-in-out;
      
      background-color: #0174B0 !important; /* 1. Закрашиваем фон */
      position: absolute; /* 2. Обязательно абсолютное позиционирование */
      top: 100%; /* 3. Прилипает к низу родителя */
      left: 0;
      width: 100%;
      z-index: 9999; /* 4. Поверх всего контента */
      box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* 5. Тень добавит объема и отделит от боди */
  }
}
/* Эффект смены цвета при наведении (на десктопах) */
.mainMenu ul.nav li a:hover {
  color: #E0823A !important;
  transition: color 0.3s ease; /* Плавный переход цвета */
}

/* Эффект для активной ссылки (на которой сейчас находится пользователь) */
.mainMenu ul.nav li a.active {
  color: #E0823A !important;
}

/* Опционально: если вы хотите, чтобы в мобильном меню 
 при нажатии текст тоже менял цвет на этот оранжевый */
@media (max-width: 767px) {
  .mainMenu ul.nav li a:active {
      color: #E0823A !important;
  }
}

/* Media query for screens smaller than 768px (typical tablets and mobile phones) */
@media screen and (max-width: 767px) {
  h2 {
      font-size: 20px; 
  }
  h5 {
      font-size: 14px; 
  }
}

/* Media query for screens smaller than 576px (typical mobile phones) */
@media screen and (max-width: 575px) {
  h2 {
      font-size: 18px; 
  }
  h5 {
      font-size: 12px; 
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.image-text-container {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
}

.image-text-container img {
  max-width: 20%;
  margin-right: 20px;
}

.text-container {
  display: inline-block;
}

/* color-changing effect */
#color-changing-heading {
  animation: colorChange 5s infinite; /* Change colors every 5 seconds */
}

@keyframes colorChange {
  0% { color: #F74D8B; }
  25% { color: white; }
  50% { color: #F74D8B; }
  75% { color: #fce041; }
  100% { color: rgb(252, 249, 252); }
}
/*team-area-start*/
.section-title {
  max-width: 700px;
  margin: -5px auto 50px;
  text-align: center;
  position: relative;
}
.justify-content-center {
  justify-content: center!important;
}
.single-team-item {
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-team-item ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.align-items-center {
  align-items: center!important;
}
.justify-content-between {
  justify-content: space-between!important;
}
.d-flex {
  display: flex!important;
}
.single-team-item ul li a i {
  font-size: 16px;
  transition: all ease 0.5s;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-right: 5px;
}
.pb-70 {
  padding-bottom: 20px;
}
.pt-100 {
  padding-top: 30px;
}
/*team-area-finish*/
.dot-before-text::before {
  content: '\00b7'; /* Unicode character for a middle dot */
  margin-right: 0.5em; /* Adjust the spacing as needed */
}
/*social-icons*/
.social{
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(-250px, 0);
  z-index: 9999;
}

.social a{
  color: #fff;
  background: #F74D8B;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: 5px;
  padding: 20px;
  width: 300px;
  text-align: right;
  border-radius: 50px;
  border-color: #fff;
  border: 2px solid #fff;
  transition: 1s;
  transition-property: transform;
  opacity: 0.7;
}

.social a:hover{
  transform: translate(140px, 0);
}

.social i{
  margin-left: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.social a:nth-child(1) i{
  color: #ffffff;
}

.social a:nth-child(2) i{
  color: #F80000;
}

.social a:nth-child(3) i{
  color: transparent;
  background-image: linear-gradient(45deg, #FFDF9E, #E56969, #8A49A1);
  -webkit-background-clip: text;
  font-weight: 600;
}

.social a:nth-child(4) i{
  color: #4ECCE8;
}
/*donate-icons*/
.donate{
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(-250px, 0);
  z-index: 9999;
}

.donate a{
  color: #fff;
  background: #E0823A;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: 5px;
  padding: 20px;
  width: 300px;
  text-align: right;
  border-radius: 50px;
  border-color: #fff;
  border: 2px solid #fff;
  transition: 1s;
  transition-property: transform;
  opacity: 0.7;
}

.donate a:hover{
  transform: translate(140px, 0);
}

.donate i{
  margin-left: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.donate a:nth-child(1) i{
  color: #ffffff;
}

.donate a:nth-child(2) i{
  color: #F80000;
}

.donate a:nth-child(3) i{
  color: transparent;
  background-image: linear-gradient(45deg, #FFDF9E, #E56969, #8A49A1);
  -webkit-background-clip: text;
  font-weight: 600;
}

.donate a:nth-child(4) i{
  color: #4ECCE8;
}
/*social-icons-end*/

.blog_details_content .single_blog_image img {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 45px;
}

.blog_details_content .single_blog_image .admin_date a {
    font-size: 16px;
    color: #334249;
    font-family: "Ubuntu", sans-serif;
    margin-right: 28px;
    position: relative;
    display: inline-block;
}

.blog_details_content .blog_quote {
    border: 2px solid #e0e0e0;
    padding: 30px 20px 30px 25px;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.blog_details_content .viewrs {
    text-align: center;
    background: #2e3c43;
    border-radius: 24px;
    margin-top: 15px;
}

.blog_comment_list .blog_comment_item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 45px;
}

.blog_comment_list .blog_comment_item .media {
    margin-top: 45px;
    margin-bottom: 0px;
}

.blog_comment_list .blog_comment_item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 45px;
}

.blog_comment_list .blog_comment_item .media {
    margin-top: 45px;
    margin-bottom: 0px;
}

.blog_comment_list .blog_comment_item .media .media-left {
    padding-right: 25px;
}

.media-body {
    display: table-cell;
    vertical-align: top;
}

.blog_comment_list .blog_comment_item .media.reply_comment {
    padding-left: 100px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.comment_form_area .form_inner .form-group textarea {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    height: 180px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    font-size: 16px;
    color: #334249;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    padding: 15px 20px 0px 30px;
    width: 100%;
    resize: none;
    outline: none !important;
    box-shadow: none !important;
}

.comment_form_area .form_inner .form-group input {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    height: 48px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    font-size: 16px;
    color: #334249;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    padding: 0px 20px 0px 30px;
    outline: none !important;
    box-shadow: none !important;
}

.blog_details_content .viewrs a i {
    margin-right: 10px;
    transition: all 400ms linear 0s;
}

.blog_details_content .single_blog_image .admin_date a:before {
    content: "";
    height: 17px;
    width: 1px;
    background: #2e3c43;
    position: absolute;
    right: -14px;
    top: 5px;
}

.templatemo_reasonbg p { color: #ffffff; }

.templatemo_reasonbg div.fa {
	font-size: 40px;
	margin: 10px 8px;
}

.templatemo_portfolio {
	padding: 80px 0px;
	text-align: center;
}

.templatemo_portfolio p { padding-bottom: 50px; margin: 30px;}

.portfolio-thumb { overflow: hidden; position: relative; }

.portfolio-thumb img { width: 100%; height: auto; }

.portfolio-thumb .overlay-p { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #E0823A; visibility: hidden; opacity: 0.5; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.portfolio-thumb .overlay-p a { position: absolute; top: 10%; margin-top: -12px; left: 10%; width: 80%; margin-left: -15px; color: white; text-align: center; }
.portfolio-thumb .overlay-p a ul { text-align: center; margin-top:0.1em;}
.portfolio-thumb .overlay-p a ul li	{ padding: 0.2em 0em; margin: 0px; width: 100%; list-style: none;}
.portfolio-thumb .overlay-p a ul li.fsmall{ font-size: 0.7em; }

.portfolio-item { margin-bottom: 40px; overflow: hidden; }
.portfolio-item:hover .overlay-p { visibility: visible; opacity: 1; }

.portfolio-title { width: 100%; text-align: center; }
.portfolio-title a { color: #38e395; font-size: 18px; text-transform: uppercase; }


.templatemo_blog {
	width: 100%;
	background: #0174B0;
	padding: 80px 0px;
	color: #ffffff;
	text-align: center;
}

.templatemo_blog p { padding-bottom: 50px; }
.templatemo_wrapperblogbox	{	
	float: left;
}

.templatemo_wrapperblogbox a.fa	{ 
	padding: 8px;
	background: #c6cfd3;
	color: #ffffff;
	margin: 0px;
	text-align: left;
	float: left;
	font-size: 18px;
}

.templatemo_wrapperblogbox a.fa:hover {
	background: #0174B0;
}

.templatemo_wrapperblogbox .tooltip1, .templatemo_wrapperblogbox .tooltip2, .templatemo_wrapperblogbox .tooltip3, .templatemo_wrapperblogbox .tooltip4 {
    display: inline;
    position: relative;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.templatemo_wrapperblogbox .tooltip1:hover:after, .templatemo_wrapperblogbox .tooltip2:hover:after,
.templatemo_wrapperblogbox .tooltip3:hover:after, .templatemo_wrapperblogbox .tooltip4:hover:after {
    background: #0174B0;
    top: 33px;
    color: #fff;
    content: attr(title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
	font-size: 14px;
	white-space: nowrap;
}
.templatemo_wrapperblogbox .tooltip1:hover:after {
    left: 0px;
}
.templatemo_wrapperblogbox .tooltip2:hover:after {
    left: -33px;
}
.templatemo_wrapperblogbox .tooltip3:hover:after {
    left: -63px;
}

.templatemo_wrapperblogbox .tooltip4:hover:after {
    left: -94px;
}
.templatemo_wrapperblogbox img	{
	width: 100%;
}

.templatemo_blogtext	{
	width: 100%;
}

.templatemo_blogtext span.left	{
	text-align: left;
	width: 70%;
	float: left;
}
.templatemo_blogtext span.right	{
	text-align: right;
	width: 30%;
	float: left;
}
.templatemo_blogtext span.right	a i {
	padding-left: 5px;
	font-size: 9px;
	color: #ffffff;
}
.templatemo_blogtext span.right	a:hover i	{
	color: #FFD43E;
}

.templatemo_partner	{ padding: 40px 0px;}

#prev {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  left:0;
  text-indent: -9999px;
  background: url(../images/prev.png)0px -50px no-repeat;
}

#next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  right: 0;
  text-indent: -9999px;
  background: url(../images/next.png)0px -50px no-repeat;
}

#prev:hover, #next:hover {
  background-position: 0px 0px;
}

.partnerWrap {
  margin: 50px 0;
  position: relative;
}
.slideshow { 
  margin: auto;
  width: 80%;
}
.slideshow img { padding: 2px; }
.templatemo_clientwrapper	{
	margin: 0 auto;
	float: none;
	width: 500px;
}

.templatemo_clientimage {
	float: left;
	margin-left: 10px;
	margin-top: 80px;
}

.templatemo_clientimage img{
	width: 80px;
	height: 80px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.templatemo_clientimage img:hover { border: 3px solid #FFD43E; }

.templatemo_clientdes {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;

}
.templatemo_clientimage:hover .templatemo_clientdes {
  visibility: visible;
  opacity: 1;

}
.templatemo_clientimage	div.fa	{font-size: 12px; position: absolute;}
.templatemo_clientimage:hover div.fa{ color: #FFD43E; font-size: 12px; }
.templatemo_clientimage	div.mleft1	{ left: 40%;}
.templatemo_clientimage	div.mleft2	{ left: 43%;}
.templatemo_clientimage	div.mleft3	{ left: 46%;}
.templatemo_clientimage	div.mleft4	{ left: 49%;}
.templatemo_clientimage	div.mleft5	{ left: 52%;}

.templatemo_maps {
  margin: 50px 0;
  display: block;
  overflow: hidden;
  height: 400px;
}

.fluid-wrapper {
    position: relative;
    /* padding-bottom: 56.25%;  16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: none;
}
.addr {

}
.addr ul {
  padding-left: 0;
}
.addr ul li {
  list-style-type: none;
} 
.addr ul li i {
  width: 14px;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #00ACE9;
  font-size: 18px;
  text-align: center;
}
/*footer-social-icons*/
.footer-nav li a:first-child {
  border-left: 0;
}
.footer-nav-inline.social-list-color li a {
  color: #fff;
  font-size: 14px;
  width: 28px;
  display: inline-block;
  text-align: center;
  padding: 3px 0;
}
.icon-color.fb {
  background: #3b5998!important;
}
.icon-color.tw {
  background: #55acee!important;
}
.icon-color.pin {
  background: #cb2027!important;
}
.icon-color.lin {
  background: #007bb5!important;
}
.icon-color.pin {
  background: #cb2027!important;
}
.icon-color.tt {
  background: #333!important;
}
.templatemo_footer	{
	padding: 40px 0px;
	background-color: #f5f5f5;
}
.footer-title {
    color: #000;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 15px;
}
.templatemo_footer ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.templatemo_footer ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.templatemo_footer ul li:before {
    content: none;
    color: #0174B0; 
	font-size: 2.5em;
    vertical-align: middle;
	line-height: 30px;
	margin-right: 5px;
}
.templatemo_morelink a{
	float: left;
	color: #5d9e30;
	text-indent: 15px;
}

.templatemo_footer span.left {
	float: left;
	color: #0174B0;
	font-size: 1.5em;
	text-align: left;
	line-height: 30px;
}
.templatemo_footer span.right {
	float: left;
}
.templatemo_footer .col-xs-1 {
	padding: 0px;
}
.templatemo_footer .col-xs-11	{
	padding: 0px 0px 0px 10px;
}
.templatemo_footer span.left.fa-envelope { font-size: 1.2em;}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.templatemo_bottom	{ 
	padding: 15px 0px; 
	width: 100%; 
	background: #f5f5f5;
	}
.templatemo_bottom .left { float: left;}
.templatemo_bottom .right { float: right;}
.templatemo_bottom .right fa { padding: 15px;}
.templatemo_bottom .right div.soc {
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	background: #c6cfd3;
	color: #333536;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

.templatemo_bottom .right a:hover div.soc{
	background: #72b842;
}

#templatemo_flicker	{}
#templatemo_flicker ul li:before {
    content: none;
    vertical-align: middle;
}

#templatemo_flicker.ddsmoothmenu ul li a {
	width: 55px;
	height: 55px;
	margin-right: 0px;
}

ul.nobullet { margin: 0; padding: 0; list-style: none }
ul.nobullet li { margin: 0; padding: 0 }

ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#555; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(images/templatemo_bullet.png) no-repeat scroll 0 5px  }
ul.list_bullet li a { color: #555; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #555 }

ul.footer_gallery li { display: block; float: left; margin: 0 5px 5px 0 }
ul.footer_gallery li img { }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {
	/*.mainMenu li a {		
		font-size: 8px;
	}
	#top-menu li a {		
		font-size: 8px;
	}*/
	#top-menu li a	{ padding: 0px;}
	#top-menu li.active a {
    color: #ffffff;
	background: #72b842;	
	}
	.templatemo_col12	{
		width: 100%;
		margin-bottom: 5px;
	}

	.hover-box {
    left: 3%;
    width: 94%;
	}
	.templatemo_bottom span.left	{ width: 90%; margin-left: 10px;}
	.templatemo_bottom span.right { width: 90%; float: left; margin: 10px;}
}
@media (max-width:600px){
	.templatemo_caption {
		display: none;
	}
}
@media(min-width:500px) and (max-width: 650px){
	.hover-box {
    left: 5%;
    width: 90%;
	}
}
@media(max-width:767px){
	.templatemo_col9	{ padding: 0px;}
	.templatemo_slider	{ top: 0;}
	.templatemo_lightgrey_about	{ padding-top: 10px;}
	.templatemo_portfolio	{ padding-top: 50px; }
	.templatemo_blog	{ padding-top: 50px;}
	.templatemo_partner	{ padding-top: 50px;}
	.templatemo_lightgrey	{ padding-top: 50px;}
	.templatemo_bottom { padding: 15px; }
	.templatemo_margintop10	{
	margin-top: 10px;
	}
	.mailme {
		
	}
	.logo {
		text-align: center;
	}
	.socials ul {
		float: none;
		text-align: center;
	}
	.mainMenu ul {
		float: none;
		text-align: center;
		line-height: 40px;
	}
	.mainMenu li a {
	padding: 8px 7px;

	}
	#top-menu ul {
		float: left;
		text-align: center;
		line-height: 40px;
		margin-left: 5px;
	}
	#top-menu li {
    float: left;
	line-height: 40px;
}
	#top-menu li a {
	padding: 8px 7px;

	}
	#top-menu li.active a {
    color: #ffffff;
	background: #0174B0;
	line-height: 40px;
	}
	
  .teamInfo ul li {
    width: 50%;
  }
  .imgWrp {
    height: 220px;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0;
  }
  .info3 {
    margin-bottom: 30px;
  }


  .templatemo_top { position: static; }

}

@media(min-width:768px){
	.rmargin	{ right: 10%;}
   .socials ul {
    float: none;
    text-align: center;
  }
  .imgWrp {
    height: 160px;
  }
  .imgWrp:hover {
      height: 160px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0px;
  }
  #box-img_testimonial a {
    width: 40px;
  }
  .opener span:before,
  .opener span:after {
    width: 30%;
  }
  .info3 {
    margin-bottom: 30px;
  }

}
@media(min-width:600px) and (max-width:769px){
	h1	{ font-size: 1em;}
	.templatemo_slidetitle { font-size: 0.8em;}
	.templatemo_caption	{ font-size: 12px; top: 170px;  width: 90%; margin-left: 5%; }
	.rmargin	{ right: 3%; }
	.btn	{ font-size: 12px; padding: 3px 5px;}
	}
@media(min-width:768px) and (max-width:992px){
	 h1	{ font-size: 1em;}
	.templatemo_slidetitle { font-size: 0.8em;}
	.templatemo_caption	{ font-size: 12px; margin-left: 15%; top: 18%; padding-right: 20px;}
	.btn	{ font-size: 13px; padding: 3px 5px;}
	.templatemo_container {
	width: 100%;
	}
	
	.templatemo_container .mainMenu li a { 
	padding: 10px;
	}
	.templatemo_margintop10	{
	margin-top: 10px;
	}
}
@media(min-width:992px) {
  .imgWrp {
    height: 190px;
    opacity: 0.5;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: -15px;
  }
  .txtarea {
    margin: 0;
  }
  #box-img_testimonial a {
    width: 50px;
  }
  .opener span:before,
  .opener span:after {
    width: 45%;
  }
  .socials ul {
    float: right;
  }
}

@media only screen 
and (min-device-width : 320px) 
and (max-width : 540px)	{
	.templatemo_clientwrapper	{ width: 320px; font-size: 12px;}
	.templatemo_clientwrapper .next{ margin-top: 20px;}
	.templatemo_marginleft50	{ margin-left: 50px;}
	.templatemo_clientimage	div.fa	{ display: none;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }
}
