/*
	Theme Name: Sada Associates
	Version: 1.0
	Technology Used: Bootstrap 3.3.7, Fontawesome 4
	Designer: Saugat Shrestha
*/


/*===========================================
LINKING FONTS
===========================================*/

@font-face {
    font-family: 'poppins_blackregular';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
         url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_extraboldregular';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_extralightregular';
    src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_lightregular';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_mediumregular';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_semiboldregular';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_thinregular';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dancing_scriptregular';
    src: url('../fonts/dancingscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/dancingscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabin_mediumregular';
    src: url('../fonts/cabin-medium-webfont.woff2') format('woff2'),
         url('../fonts/cabin-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabinregular';
    src: url('../fonts/cabin-regular-webfont.woff2') format('woff2'),
         url('../fonts/cabin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabin_semiboldregular';
    src: url('../fonts/cabin-semibold-webfont.woff2') format('woff2'),
         url('../fonts/cabin-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*===========================================
RESET CSS
===========================================*/

body {
    font-family: 'poppinsregular';
    font-size: 16px;
    color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
    font-family: 'poppinsbold';
    margin: 0;
}

h1 {
	font-size: 60px;
}

ul,
li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

p {
	font-family: 'cabinregular';
	margin: 0;
	line-height: 1.6;
	color: #555555;
}

a {
	color: #555555;
}

a:hover,
a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
}

figure {
	margin: 0;
}

.site-btn {
	display: inline-block;
    vertical-align: middle;
    padding: 13px 25px;
    color: #ffffff;
    background: #be1e2d;
    border: 2px solid #be1e2d;
    font-size: 16px;
    border-radius: 0px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.site-btn:hover,
.site-btn:visited {
	background: transparent;
	color: #fff;
}

.site-btn.alt {
	margin: 20px 0 0;
}

.site-btn.alt:hover {
	color: #555;
}

.site-btn img {
	display: inline-block !important;
	width: auto !important;
	vertical-align: middle;
	margin-top: -5px;
    margin-left: 9px;
}

label {
	font-weight: normal;
	font-family: 'poppins_mediumregular';
}

.form-group {
	margin: 0 0 20px;
}

.form-control {
	font-family: 'poppins_mediumregular';
	border-radius: 0px;
	box-shadow: none;
	color: #666666;
	height: 42px;
	border: 2px solid #efefef;
	background: transparent;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

textarea {
	resize: none;
}

iframe {
	display: block;
}

.thumbnail-img {
	position: relative;
	overflow: hidden;
}

/*===========================================
TOP HEADER CSS
===========================================*/

.phoneimg {
	display: none;
    height: 30px;
    width: 30px;
    background: #be1e2d;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 1;
}

.phoneimg:hover {
	color: #fff;
}

#navbar-toggle {
	display: none;
	position: absolute;
	top: 25px;
	right: 15px;
	margin: 0;
	border-radius: 2px;
	border: none;
	width: 24px;
	height: 16px;
	background: none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#navbar-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #be1e2d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#navbar-toggle span:nth-child(1) {
  top: 0px;
}

#navbar-toggle span:nth-child(2) {
  top: 7px;
}

#navbar-toggle span:nth-child(3) {
  top: 14px;
}

#navbar-toggle.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#navbar-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#navbar-toggle.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#navbar-toggle:focus {
	outline: 0;
}

.topheader {
	background: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
	position: relative;
}

.topheader-left ul {
	padding: 13px 0;
}

.topheader-left ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-family: 'poppins_lightregular';
	font-size: 14px;
	border-right: 1px solid #ddd;
	padding-right: 20px;
}

.topheader-left ul li:last-of-type {
	margin-right: 0px;
	border-right: none;
	padding-right: 0px;
}

.topheader-left ul li i {
	margin-right: 5px;
	color: #ffa620;
}

.social-media li {
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
}

.social-media li:last-of-type {
	margin-right: 0px;
}

.social-media li a {
	display: block;
	color: #be1e2d;
	font-size: 18px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.social-media li a:hover {
	color: #ffa620;
}

.topheader-right {
	text-align: right;
}

.topheader-right ul {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.topheader-right .contactbtn {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 20px;
    color: #ffffff;
    background: #be1e2d;
    font-size: 16px;
    font-family: 'poppins_mediumregular';
}

.preloader {
	background:#be1e2d;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*===========================================
SITE HEADER CSS
===========================================*/

.site-header {
	background: #fff;
	padding: 30px 0;
}

.site-logo {
	max-width: 200px;
}

.site-logo > a {
	display: block;
}

.site-navigation ul {
	float: right;
	margin: 25px 0 0;
}

.site-navigation ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
	position: relative;
	padding: 0 0 5px;
}

.site-navigation ul li:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #be1e2d;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.site-navigation ul li.active::before,
.site-navigation ul li:hover::before {
	left: 0;
	width: 100%;
}

.site-navigation ul li:last-of-type {
	margin-right: 0px;
}

.site-navigation ul li a {
	display: block;
	font-family: 'poppins_mediumregular';
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.site-navigation ul li.active a,
.site-navigation ul li:hover a {
	color: #be1e2d;
}


/*===========================================
HOME BANNER CSS
===========================================*/

.homebanner .owl-carousel .slider-item {
	position: relative;
}

.homebanner .owl-carousel .slider-item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.homebanner .owl-carousel .slider-item img {
	width: 100%;
}

.homebanner .owl-carousel .slider-item .slider-contentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.homebanner .owl-carousel .slider-item .slider-contentWrapper .slider-content {
	position: relative;
	color: #fff;
	width: 70%;
}

.homebanner .owl-carousel .slider-item .slider-contentWrapper .slider-content h1 {
	margin: 0 0 20px;
}

.homebanner .owl-carousel .slider-item .slider-contentWrapper .slider-content span {
	display: block;
	font-size: 23px;
	color: #fbb040;
}

.homebanner .owl-carousel .slider-item .slider-contentWrapper .slider-content p {
	color: #e5e5e5;
	margin: 0 0 30px;
	font-size: 17px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button,
.testimonials .owl-carousel .owl-nav button {
	position: absolute;
    width: 40px;
    height: 40px;
    font-size: 32px;
    border-radius: 2px;
    background: #6c4d21;
    border: 1px solid #6c4d21;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.owl-carousel .owl-nav button:focus,
.testimonials .owl-carousel .owl-nav button:focus {
	outline: 0;
}

.owl-carousel .owl-nav button span {
	display: none;
}

.owl-carousel .owl-nav button.owl-prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: 'FontAwesome';
	content: "\f104";
}

.owl-carousel .owl-nav button.owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: 'FontAwesome';
	content: "\f105";
}

.homebanner .owl-carousel .owl-nav button {
	font-size: 60px;
}

.owl-carousel .owl-nav button {
	background: #382010;
	border-color: #382010;;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 25px;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next {
	right: 25px;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
	color: #797777;
}

	
/*===========================================
HOME ABOUT CSS
===========================================*/

.home-about {
	position: relative;
	margin-top: -80px;
	z-index: 1;
}

.habout-content {
	background: #fff;
	min-height: 438px;
	box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-webkit-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-moz-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	padding: 34px 40px 34px 40px;
}

.home-about .col-md-6:first-of-type {
	padding-right: 0px;
}

.home-about .col-md-6:last-of-type {
	padding-left: 0px;
}

.section-title {
	font-size: 30px;
	margin: 0 0 30px;
	color: #403f3e;
	position: relative;
	padding: 0 0 15px;
}

.section-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    background: #ffa620;
    width: 80px;
}

.section-title:after {
	position: absolute;
	content: "";
	left: 50px;
	bottom: 0;
	height: 4px;
	background: #fff;
	width: 15px;
}

.section-title span {
	color: #be1e2d;
}

	
/*===========================================
PRACTICE AREAS CSS
===========================================*/

.home-practiceareas {
	padding: 80px 0;
}

.section-title topic {
	display: block;
	font-size: 15px;
	font-family: 'dancing_scriptregular';
	margin: 0 0 10px;
	font-size: 25px;
	color: #676363;
}

.practice-block {
    padding: 30px 30px;
    margin: 0 0 20px;
    min-height: 300px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
    -webkit-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
    -moz-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
}

.practice-block .thumbnail-img {
	margin: 0 0 30px;
}

.practice-block h4 {
	font-family: 'poppins_mediumregular';
	margin: 0 0 20px;
	color: #be1e2d;
}

.practice-block p {
	font-size: 15px;
}

.btn-read {
    font-family: 'poppins_mediumregular';
    font-size: 16px;
    border-radius: 0px;
    padding: 10px 18px;
    margin: 20px 0 0;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.btn-read:hover {
	background: #ddd;
}

.btn-read:focus {
	box-shadow: none;
}

.btn-center {
	text-align: center;
	margin: 30px 0 0;
}

.btn-center .site-btn:hover {
	color: #555;
}


/*===========================================
NEWS & PUBLICATIONS CSS
===========================================*/

.news {
	padding: 60px 0;
	background: #fdf0f0;
}

.news .section-title {
	color: #be1e2d;
}

.news .section-title:after {
	background: #f5ecec;
}

.news .section-title topic {
	color: #555;
}

.news .section-title span {
	color: #ffa620;
}

.news-content {
	padding: 20px 0;
	color: #fff;
}

.news-content h4 {
	font-family: 'poppins_mediumregular';
	margin: 0 0 10px;
	color: #000;
}

span.postdate {
	display: block;
    font-size: 13px;
    color: #928989;
    font-family: 'cabinregular';
}

span.postdate i {
	margin-right: 5px;
}

.news-content p {
    color: #555;
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 25px;
}

.content h4 {
	font-family: 'poppins_mediumregular';
	color: #e8e4e4;
}

.news-sidebar ul li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e0c9cb;
}

.news-sidebar ul li:last-of-type {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.news-sidebar ul li a {
	display: block;
}

.news-sidebar ul li a .thumbnail-img {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}

.news-sidebar ul li a .news-content {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
    margin-left: 20px;
}

.news-sidebar ul li a .thumbnail-img img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.news-sidebar ul li a:hover .thumbnail-img img {
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
}

.news-sidebar ul li a h4 {
	font-family: 'poppins_mediumregular';
	color: #464040;
	margin: 0 0 5px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.news-sidebar ul li a:hover h4 {
	color: #be1e2d;
}

.news .site-btn {
	display: block;
	margin: 30px 0 0;
}

.news .site-btn:hover {
	color: #000;
}

.news .btn-read {
    background: #a99e9e;
    padding: 12px 22px;
    border: none;
    color: #fff;
}

.news .btn-read:hover {
	background: #908282;
}


/*===========================================
SITE TESTIMONIALS CSS
===========================================*/

.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}

.bx-wrapper img {
  width: 100%;
}

.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto {
  bottom: 0;
}

.custom-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.custom-controls #slider-prev {
  position: absolute;
  left: -80px;
}

.custom-controls #slider-next {
  right: -80px;
  position: absolute;
}

#slider-prev > a {
  position: relative;
}

#slider-prev > a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 45px;
  color: #a8acb9;
}

#slider-next > a {
  position: relative;
}

#slider-next > a:after {
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 45px;
  color: #a8acb9;
}

.testimonials-sliderWrapper {
  position: relative;
}

.site-testimonials {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.site-testimonials .section-title h1 {
  color: rgba(119, 117, 117, 0.14);
}

.inner-container {
  max-width: 800px;
  margin: 0 auto;
}

.testimonials-details {
  text-align: center;
}

.testimonials-details .thumbnail-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 20px;
  border-radius: 100%;
}

.testimonials-details h4 {
  margin: 0 0 5px;
  font-family: 'poppins_mediumregular';
  font-size: 18px;
  color: #b9a72f;
}

.testimonials-details span {
  display: block;
  font-size: 13px;
}

.testimonials-details p {
  margin: 30px 0;
  color: #606679;
  padding: 0 20px;
}

.reviews-star {
  margin: 20px 0 0;
  font-size: 18px;
  color: #b7e040;
}

.testimonials-container {
	max-width: 800px;
	margin: auto;
	position: relative;
}

.site-testimonials .section-title {
	display: inline-block;
	margin: 0 0 50px;
}

.site-testimonials .section-title:before {
	left: 50%;
	margin-left: -40px;
}

.site-testimonials .section-title:after {
	left: 52%;
}






/*===========================================
SITE FOOTER CSS
===========================================*/

.footer-top {
	background: #262a33;
	padding: 60px 0;
}

.footer-bottom {
	border-top: 1px solid #3f4452;
    background: #262a33;
    padding: 25px 0 25px;
}

.footer-bottom p {
	color: #b1b1b1;
	font-size: 15px;
}

.footer-bottom p a {
	color: #e2a242;
	text-decoration: underline;
}

.footer-block h4 {
	font-size: 18px;
    color: #e7e7ed;
    font-family: 'poppins_mediumregular';
    margin: 0 0 25px;
    border-bottom: 2px solid #454e52;
    padding: 0 0 15px;
    width: calc(90% - 50px);
    position: relative;
}

.footer-block h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #fbb040;
}

.footer-block .thumbnail-img {
	max-width: 200px;
	margin: 0 0 25px;
}

.footer-block p {
	color: #b1b1b1;
	font-size: 15px;
	line-height: 24px;
}

.padr20 {
	padding-right: 20px;
}

ul.cinfo li {
    position: relative;
    color: #b1b1b1;
    padding-left: 30px;
    margin: 0 0 15px;
    font-size: 16px;
    font-family: 'cabinregular';
}

.footer-block ul.cinfo li i {
    color: #9a9690;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0;
}

ul.footer-links li {
	margin: 0 0 10px;
	position: relative;
}

ul.footer-links li a {
	display: block;
	color: #b1b1b1;
    font-size: 16px;
    font-family: 'cabinregular';
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

ul.footer-links li a:hover {
	color: #fbb040;
}

.footer-bottom .social-media {
	float: right;
}

.footer-bottom .social-media li a {
	color: #aba59b;
}

.footer-bottom .social-media li a:hover {
	color: #ffa620;
}


/*===========================================
PAGE BANNER CSS
===========================================*/

.page-banner {
	background: url('../images/banner-bg.jpg')no-repeat;
	background-size: cover;
	position: relative;
	padding: 60px 0;
}

.page-banner:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
}

.page-banner h2 {
	color: #fff;
	text-align: center;
}

.page-banner h2 span {
	display: block;
	font-family: 'dancing_scriptregular';
	margin: 0 0 8px;
	font-size: 22px;
	color: #d6b8b8;
}


/*===========================================
PAGE CONTENT CSS
===========================================*/

.page-content {
	background: #f5f5f5;
	padding: 60px 0;
}

.page-content.contact {
	background: #fff;
}

.team-block {
	background: #fff;
	margin: 0 0 20px;
	box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-webkit-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-moz-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
}

.team-details {
	padding: 30px 30px;
}

.team-details h4 {
	font-family: 'poppins_mediumregular';
	color: #ea991f;
}

.smtxt {
	font-family: 'dancing_scriptregular';
	display: block;
	margin: 0 0 15px;
}

.team-details .social-media {
    margin: 10px 0 0;
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
}

.contactinfo {
  padding: 20px 20px;
  background: #f9f8f8;
}

.contactinfo ul li {
  margin: 0 0 25px;
  font-family: 'poppins_mediumregular';
  font-size: 16px;
  color: #555;
}

.contactinfo ul li span {
  display: block;
  color: #a59b9b;
  font-family: 'poppinsregular';
  font-size: 14px;
}



/*===========================================
ABOUT US PAGE CSS
===========================================*/

.philoshophy {
	padding: 60px 0;
}

.philosophy-block {
	background: #be1e2d;
	padding: 30px;
	min-height: 300px;
}

.philosophy-block.first {
	background: #be1e2d;
}

.philosophy-block.second {
	background: #a5303a;
}

.philosophy-block.third {
	background: #7d242b;
}

.philosophy-block .thumbnail-img {
	margin: 0 0 15px;
}

.philosophy-block h5 {
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 24px;
	color: #fff;
	font-family: 'poppins_mediumregular';
}

.philosophy-block p {
	color: #ded5d5;
    line-height: 22px;
}


/*===========================================
NEWS & PUBLICATIONS PAGE CSS
===========================================*/

.newsGridWrapper {
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-webkit-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-moz-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
}

.newsGrid {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #eee;
}

.newsGrid .thumbnail-img img {
	width: 100%;
}

.newsGrid .thumbnail-img img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.newsGrid:hover .thumbnail-img img {
	transform: scale(1.2,1.2);
}

.newsGrid:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}

.newsGrid-content h4 {
    font-family: 'poppins_mediumregular';
    color: #464040;
    margin: 0 0 5px;
    font-size: 16px;
}

.newsGrid .thumbnail-img {
    height: 180px;
    width: 27%;
    float: left;
}

.newsGrid .newsGrid-content {
	float: left;
	width: 73%;
	padding: 10px 20px;
}

.newsGrid .newsGrid-content h4 {
	font-size: 18px;
}

.newsGrid .newsGrid-content p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 24px;
}

a.readmore {
    border: 1px solid #ccc;
    display: inline-block;
    font-family: 'poppins_mediumregular';
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    border: #fbb64e;
    padding: 0;
    margin: 20px 0 0;
    color: #e29e39;
}

a.readmore i {
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a.readmore:hover {
	color: #be1e2d;
}

a.readmore:hover i {
	margin-left: 10px;
}


/*===========================================
SITE PAGINATION CSS
===========================================*/

.site-pagination {
	margin-top: 30px;
	text-align: center;
}

.site-pagination .pagination > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.site-pagination .pagination > li:first-child > a, 
.site-pagination .pagination > li:first-child > span, 
.site-pagination .pagination > li:last-child > a, 
.site-pagination .pagination > li:last-child > span {
	border-radius: 0px;
}

.site-pagination .pagination > .active > a, 
.site-pagination .pagination > .active > span, 
.site-pagination .pagination > .active > a:hover, 
.site-pagination .pagination > .active > span:hover, 
.site-pagination .pagination > .active > a:focus, 
.site-pagination .pagination > .active > span:focus {
    background: #be1e2d;
    border-color: #be1e2d;
    color: #fff;
}

.site-pagination .pagination > li > a, 
.site-pagination .pagination > li > span {
    color: #000;
    font-family: 'poppinsbold';
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.site-pagination .pagination > li > a:hover {
    background: #112b4e;
    border-color: #112b4e;
    color: #fff;
}


/*===========================================
NEWS SINGLE PAGE CSS
===========================================*/

.sidebar-heading {
	font-size: 22px;
	color: #be1e2d;
	margin: 0 0 30px;
}

.sidebar-navigation {
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-webkit-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
	-moz-box-shadow: 0 0 32px rgba(10, 10, 10,0.08);
}

.pgnews .sidebar-navigation ul li {
	position: relative;
	padding-left: 25px;
}

.pgnews .sidebar-navigation ul li:before {
	position: absolute;
	content: "\f0f6";
	top: 8px;
	left: 0;
	font-family: 'FontAwesome';
}

.sidebar-navigation ul li a {
	display: block;
	font-family: 'poppins_mediumregular';
	padding: 8px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.pgnews .sidebar-navigation ul li.active:before,
.sidebar-navigation ul li.active a,
.sidebar-navigation ul li a:hover {
	color: #de9a35;
}

.sidebar-navigation ul li {
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.sidebar-navigation ul li:last-of-type {
	border-bottom: none;
	margin: 0;
}

.news-single-content {
	margin-top: 55px;
}

.news-single-content .thumbnail-img {
	margin: 0 0 20px;
}

.news-single-content h4 {
	font-family: 'poppins_mediumregular';
	margin: 0 0 5px;
	font-size: 20px;
}

.news-single-content p {
	margin-top: 20px;
}

.page-banner.single h2 {
	font-family: 'poppins_mediumregular';
	font-size: 22px;
}

.news-single-content .thumbnail-img:hover img {
	opacity: 0.9;
}

.help {
	background: url('../images/help-bg.jpg')no-repeat;
	text-align: center;
	padding: 30px 20px;
	color: #b8b8b8;
	border-radius: 3px;
}

.help h4 {
	margin: 0 0 20px;
	font-size: 20px;
}

.help p {
    color: #ab9494;
    line-height: 20px;
    margin: 0 0 25px;
}

.help ul li {
	font-family: 'poppins_mediumregular';
	margin: 0 0 10px;
}

.help p.call {
	font-family: 'poppins_mediumregular';
	color: #fff;
	font-size: 18px;
}

.mart30 {
	margin-top: 30px;
}

.inner-title {
	margin-top: 20px;
	font-family: 'poppins_mediumregular';
	font-size: 18px;
	margin-bottom: 20px;
}

.inner-content p {
	margin: 0 0 20px !important;
}

.inner-content ul {
	padding-left: 15px;
}

.inner-content ul li {
	font-size: 14px;
	margin: 0 0 10px;
	list-style: disc;
}

.innerp-heading {
	font-family: 'poppins_mediumregular';
	font-size: 20px;
	line-height: 24px;
	position: relative;
	padding: 0 0 15px 0;
}

.innerp-heading:before {
	position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #be1e2d;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.droptxt {
	font-size: 30px;
	color: #be1e2d;
	line-height: 28px;
	font-family: 'cabin_semiboldregular';
}

.content {
	border-left: 1px solid #ddd;
	padding-left: 30px;
}

.content p {
    line-height: 28px;
    font-size: 17px;
}


/*===========================================
FOUNDER MESSAGE
===========================================*/

.founder {
	padding: 60px 0;
}

.founder-content p {
	margin: 0 0 15px;
}

.signature {
	margin: 20px 0 20px;
	max-width: 170px;
}

.founder {
	padding: 30px 0;
}

.founder .thumbnail-img img {
	width: 100%;
}