/*
	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: 'muliregular';
    src: url('../fonts/muli-regular-webfont.woff2') format('woff2'),
         url('../fonts/muli-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli_semiboldregular';
    src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'),
         url('../fonts/muli-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*===========================================
RESET CSS
===========================================*/

body {
    font-family: 'muliregular';
    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 {
	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: #cd2329;
    border: 2px solid #cd2329;
    font-size: 17px;
    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 15px;
}

.form-control {
	font-family: 'poppins_mediumregular';
	border-radius: 0px;
	box-shadow: none;
	color: #666666;
	height: 42px;
	border: 2px solid #ddd;
	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: #cd2329;
    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: 50px;
	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: #2b2e7b;
  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: #0066b4;
	position: relative;
}

.topheader-left ul {
	padding: 10px 0;
}

.topheader-left ul li {
	color: #fbfbfb;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-size: 15px;
	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: #ebc636;
}

.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: #f1edee;
	font-size: 16px;
	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: 10px 0 0;
}

.preloader {
	background: #0066b4;
    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: 20px 0;
}

.site-logo {
    max-width: 110px;
    display: inline-block;
    vertical-align: middle;
}

.site-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.site-title h5 {
    font-size: 24px;
    text-transform: uppercase;
}

.site-title p {
    font-size: 16px;
}

.site-logo > a {
	display: block;
}

.site-navigation ul {
	float: right;
	margin: 35px 0 0;
}

.site-navigation ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	position: relative;
	padding: 0 0 5px;
}

.site-navigation ul li:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #cd2329;
    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: #cd2329;
}


/*===========================================
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: 18px;
}

.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: 440px;
	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;
}

.habout-content p {
	font-size: 17px;
}

.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: #2b2e7b;
    width: 80px;
}

.section-title:after {
	position: absolute;
	content: "";
	left: 50px;
	bottom: 0;
	height: 4px;
	background: #fff;
	width: 15px;
}

.section-title span {
	color: #cd2329;
}

	
/*===========================================
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: 310px;
    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: #504949;
}

.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;
}


/*===========================================
NEWS & PUBLICATIONS CSS
===========================================*/

.news {
	background: #ececec;
	padding: 60px 0;
	position: relative;
}

.news .section-title:after {
	background: #f1eded;
}

.news-block {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #bbb;
}

.news-block:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.news-block .news-content a {
    font-size: 12px;
    color: #cd2329;
    font-family: 'muli_semiboldregular';
    text-transform: uppercase;
}

.news-block .news-content a:hover i {
	margin-left: 7px;
}

.news-block .news-content a 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;
}

.news-block .thumbnail-img {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

.news-block .thumbnail-img img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.news-block:hover .thumbnail-img img {
	transform: scale(1.2,1.2);
}

.news-block .news-content {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
	padding: 0 15px;
}

.news-block .news-content h4 {
	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;
}

.news-block:hover .news-content h4 {
	color: #cd2329;
}

.news-block .news-content p {
    font-size: 15px;
    margin: 10px 0;
}

.postdate {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    color: #988d8d;
}

.quick-enblock h4 {
	font-family: 'poppins_mediumregular';
	font-size: 20px;
	margin: 0 0 20px;
}

.quick-enblock form .form-control {
    border: 1px solid #e2dfdf;
    border-radius: 4px;
    padding: 15px 15px;
    height: 45px;
    background: #fff;
}

.quick-enblock form textarea.form-control {
	height: auto;
}

.quick-enblock form .site-btn {
	padding: 10px 25px;
}

.quick-enblock form .site-btn:hover {
	color: #555;
}

.sportscol .thumbnail-img {
	margin: 0 0 20px;
}

.sportscol .thumbnail-img:hover img {
	opacity: 0.8;
}



/*===========================================
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: -40px;
  position: absolute;
}

#slider-prev > a {
  position: relative;
}

#slider-prev > a:before {
	content: "\f104";
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 40px;
	color: #cbcdd2;
	border: 1px solid #cbcdd2;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

#slider-next > a {
  position: relative;
}

#slider-next > a:after {
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 40px;
	color: #cbcdd2;
	border: 1px solid #cbcdd2;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.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%;
  background: #eadfdf;
}

.testimonials-details h4 {
  margin: 0 0 5px;
  font-family: 'poppins_mediumregular';
  font-size: 18px;
  color: #b9a72f;
}

.testimonials-details span {
  display: block;
  font-size: 16px;
  font-family: 'muli_semiboldregular';
}

.testimonials-details p {
  margin: 30px 0;
  color: #606679;
  padding: 0 20px;
  font-size: 15px;
}

.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
===========================================*/

.site-footer {
	background: #043a63;
	padding: 50px 0 30px;
}

.footer-top {
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.footer-bottom {
	border-top: 1px solid #2a6490;
    padding: 25px 0 25px;
}

.footer-bottom p {
	color: #b1becc;
	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 20px;
}

.footer-block .thumbnail-img {
	max-width: 200px;
	margin: 0 0 25px;
}

.footer-block h3 {
	color: #ffffff;
    margin: 0 0 20px;
}

.footer-block p {
	color: #98a5b3;
	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;
}

.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: #98a5b3;
    font-size: 15px;
    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;
}

.site-footer .social-media {
	margin: 30px 0 0;
}

.site-footer .social-media li a {
	color: #75818e;
	font-size: 20px;
}

.site-footer .social-media li a:hover {
	color: #ffa620;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	padding-right: 10px;
}

.footer-nav li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.footer-nav li a {
	display: block;
	font-size: 14px;
	color: #98a5b3;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.footer-nav li a:hover {
	color: #ffa620;
}

.footer-nav li:first-child a::after {
    content: "|";
    position: relative;
    left: 10px;
}

.form-newsletter .form-group {
	position: relative;
}

.form-newsletter .form-control {
    border-width: 1px;
    border: none;
    background: #085188;
}

.form-newsletter .form-group .site-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 18px;
    border: none;
    background: #ffcb03;
    font-size: 16px;
    color: black;
}


/*===========================================
PAGE BANNER CSS
===========================================*/

.page-banner {
	background: url('../images/banner-bg.jpg')no-repeat 0px -70px;
	background-size: cover;
	position: relative;
	padding: 80px 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:last-child {
	margin: 0;
}

.contactinfo ul li span {
  display: block;
  color: #a59b9b;
  font-family: 'poppinsregular';
  font-size: 16px;
}



/*===========================================
ABOUT US PAGE CSS
===========================================*/

.philosophy-block {
	background: #cd2329;
	padding: 30px;
	min-height: 300px;
}

.philosophy-block.first {
	background: #cd2329;
}

.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;
    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: 13px;
    border: none;
    padding: 0;
    font-family: 'muli_semiboldregular';
    margin: 20px 0 0;
    color: #cd2329;
}

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: #cd2329;
}

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: #cd2329;
    border-color: #cd2329;
    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: #cd2329;
	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: 16px;
	margin: 0 0 10px;
	list-style: disc;
}

.innerp-heading {
	font-size: 28px;
	line-height: 24px;
	position: relative;
	padding: 0 0 10px 0;
}

.innerp-heading:before {
	position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #cd2329;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.droptxt {
	font-size: 30px;
	color: #cd2329;
	line-height: 28px;
	font-family: 'muli_semiboldregular';
}

.content {
	border-left: 1px solid #ddd;
	padding-left: 30px;
}

/*===========================================
FOUNDER MESSAGE
===========================================*/

.founder {
	padding: 60px 0;
}

.founder-content p {
	margin: 0 0 15px;
}

.signature {
	margin: 20px 0 20px;
	text-align: right;
	font-family: 'poppins_mediumregular';
}

.founder {
	padding: 30px 0;
}

.founder .thumbnail-img img {
	width: 100%;
}


/*===========================================
THREE BLOCK CSS
===========================================*/

.threeblock {
	padding: 40px 0;
}


/*===========================================
PROGRAMS CSS
===========================================*/

.programs {
	padding: 60px 0;
	background: #f5f5f5;
}

.isCenter {
	text-align: center;
}

.isCenter .section-title:after {
	background: #eae2e2;
}

.isCenter .section-title {
	display: inline-block;
    margin: 0 0 50px;
}

.isCenter .section-title:before {
    left: 50%;
    margin-left: -40px;
}

.isCenter .section-title:after {
	left: 52%;
}

.programs .isCenter .section-title:after {
	background: #f5f5f5;
}

.programs-block {
	background-color: #fff;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.programs-block .thumbnail-img img {
	-moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.programs-block:hover .thumbnail-img img {
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
    opacity: 0.9;
}

.programs-details {
	padding: 25px 25px;
	position: relative;
}

.programs-details .bookicon {
    position: absolute;
    top: -20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: #2b2e7b;
    display: block;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    border: 3px solid #fff;
}

.programs-details h4 {
	font-family: 'poppins_mediumregular';
	margin: 0 0 20px;
	color: #333;
	font-size: 22px;
}

.programs-details p {
	font-size: 15px;
	line-height: 22px;
}

.program-foot {
	border-top: 1px solid #ededed;
	padding: 20px 15px;
}

.program-foot ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.program-foot ul li i {
	font-size: 20px;
    color: #a2a2a7;
}

.program-foot ul li:last-child {
	float: right;
}

.viewbtn {
	background: #fff;
    border: 2px solid #cd2329;
    color: #662d91;
    padding: 8px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'muli_semiboldregular';
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.viewbtn:hover {
	background: #cd2329;
	color: #fff;
}

.library {
	padding: 60px 0;
}

.enquiry-form {
	margin: 0 0 40px;
}

.enquiry-form h3 {
	font-family: 'poppins_mediumregular';
	font-size: 19px;
	margin: 0 0 10px;
	background: #2b2e7b;
    color: #fff;
    padding: 15px 15px;
}

.enquiry-form .site-btn {
    padding: 7px 13px;
    font-size: 16px;
}

.enquiry-form .site-btn:hover {
	color: #000;
}



/*===========================================
FACULTIES PAGE CSS
===========================================*/

.faculties-content h4 {
	font-family: 'poppins_mediumregular';
	margin: 0 0 15px;
	font-size: 24px;
}

.faculty-block {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
}

.faculty-block:last-child {
	border-bottom: none;
}

.faculty-block p {
	margin: 0 0 15px;
}

.faculty-block p:last-child {
	margin: 0;
}

.faculty-block p span {
	font-family: 'muli_semiboldregular';
}