@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
.pt-sans {
	font-family: 'PT Sans', sans-serif;
}
body {
	font-family: 'PT Sans', sans-serif;
}

p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}
#header {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 103;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
}
._btn {
  border: dashed 1px #000;
  padding: 0 5px 2px 5px;
  color: #000;
}
._btn-1{
    font-size: 18px;
    background: #c32827;
    border: none;
    color: #fff;
    padding: 10px 40px;
    position: relative;
}
._btn-2{
  border-color: #f44336;
  color: #f44336;
}

.button
{
	font-size: 18px;
    background: #c32827;
    border: none;
    color: #fff;
    padding: 10px 40px;
    position: relative;
}
.popup{
	padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
#popup input[type="submit"] {
	float: right;
}
#popup input[type="text"] {
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
#cover{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}
#loginScreen
{
    height:auto;
    width:41%;
    margin:0 auto;
    position:relative;
    z-index:10;
    display:none;
    background: #fff;
	border:5px solid #cccccc;
	border-radius:10px;
}
#loginScreen:target, #loginScreen:target + #cover{
    display:block;
    opacity:2;
}
.cancel
{
    display:block;
    position:absolute;
    top:3px;
    right:2px;
    background:rgb(245,245,245);
    color:black;
    height:30px;
    width:35px;
    font-size:30px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}

.g--overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 95;
}
.g--modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 105;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
}

.g--modal.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.g--modal.active .content {
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}

.g--modal .content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 900px;
  max-width: 90%;
  margin: 5% auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-400px) scale(0.7);
          transform: translateY(-400px) scale(0.7);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: left;
}

.g--modal .content ._close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.g--modal .content ._close::before, .g--modal .content ._close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.g--modal .content ._close::before {
  width: 90%;
  height: 2px;
}

.g--modal .content ._close::after {
  width: 2px;
  height: 90%;
}

.g--modal .content ._close:hover::before, .g--modal .content ._close:hover::after {
  opacity: 0.8;
}

.g--modal .content ._close:hover::before {
  width: 80%;
}

.g--modal .content ._close:hover::after {
  height: 80%;
}

.g--modal .data {
  padding: 50px 40px;
}

.g--modal header {
  margin-bottom: 30px;
}

.g--modal h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}

.g--modal p {
  font-weight: 300;
}

.g--modal .input {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.g--modal .input .label {
  font-size: 90%;
  font-weight: 400;
  text-transform: uppercase;
}

.g--modal .input .label sup {
  color: red;
  font-size: 110%;
}

.g--modal .input .wpcf7-checkbox {
  display: block;
  margin-left: 0;
}

@media (min-width: 500px) {
  .g--modal .input .wpcf7-checkbox {
    margin-left: -5%;
  }
}

.g--modal .input .wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
  width: 100%;
  float: left;
  display: block;
}

@media (min-width: 500px) {
  .g--modal .input .wpcf7-checkbox span.wpcf7-list-item {
    width: 45%;
    margin: 0 0 0 5%;
  }
}

.g--modal .input .wpcf7-form-control-wrap {
  display: block;
}

.g--modal .input .wpcf7-form-control-wrap::after {
  display: block;
  clear: both;
  content: '';
}

.g--modal .input label {
  font-size: 90%;
  font-weight: 400;
}

.g--modal .input input:not([type="checkbox"]), .g--modal .input textarea, .g--modal .input select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #000;
  padding: 12px 20px;
  font-size: 90%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.g--modal .input textarea {
  height: 120px;
}

.g--modal .wpcf7-checkbox label {
  padding-left: 25px;
  margin-left: 12px;
  position: relative;
}

.g--modal .wpcf7-checkbox input {
  position: absolute;
  top: 5px;
  left: 0;
}

.g--modal .wpcf7-checkbox input + span::before {
  width: 16px;
  height: 16px;
  content: '';
  border: solid 1px #000;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
}

.g--modal .wpcf7-checkbox input + span::after {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
  content: "\f00c";
  color: #000;
  opacity: 0;
  font-size: 10px;
}

.g--modal .wpcf7-checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.g--modal .services > .input {
  display: block !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.g--modal .services span.wpcf7-list-item {
  margin: 0;
}

.g--modal .services label {
  font-weight: 400;
}

.g--modal .services label label {
  margin-bottom: 0;
}

.g--modal .services label label span {
  font-size: 90%;
}

.g--modal .services .input {
  display: none;
  padding-left: 20px;
  margin-bottom: 0;
}

.g--modal .action button {
  width: 100%;
  font-size: 100%;
  background-color: #268b26;
  border-color: #268b26;
}

.g--modal .action button::after {
  display: none;
}


.top-space {
	width: 100%;
	height: 80px;
}
.call-button {
	position: relative;
	float: right;
	background: #c32827;
	color: #fff;
	padding: 15px 30px;
}
.call-button i {
	font-size: 60px;
}
.call-button h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	margin: 0px;
}
.call-button h3 {
	font-size: 26px;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	margin: 0px;
}
.top-social {
	position: relative;
	float: right;
	margin: 28px 40px 0px 0px;
}
.top-social i {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #eee;
	font-size: 16px;
	color: #c32827;
	text-align: center;
	line-height: 40px;
	transition: all .25s ease;
}
.top-social i:hover {
	background: #c32827;
	color: #fff;;
}
.top-social a {
	color: #333;
	transition: all .25s ease;
}
.top-social a:hover {
	color: #c32827;
}
#navbar-main {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	padding: 0px;
}
#main-nav li a {
	padding: 0px 15px;
	border-right: 1px solid #dddddd;
	line-height: 15px;
	color: rgba(127,127,127,1);
	transition: all .25s ease;
}
#main-nav li a:hover, .current-menu-item > a, .current_page_item > a {
	color: #c32827!important;
	text-decoration: none;
}
#main-nav li {
	padding: 15px 0px;
}
#main-nav li.active a {
	/*border-right: none;*/
}
#main-nav li.active {
	position: relative;
}
#main-nav li.active::after {
	content: "";
	display: none;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main-nav li.active::before {
	content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #eee;
}
.navbar-brand img {
	height: 80px;
}
#slider-tabs {
	position: relative;
	margin-top: -70px;
}
#slider-tabs .container {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
	padding-top: 0px;
	padding-bottom: 0px;
}
#slider-tabs .container .col-md-4 {
	padding-top: 30px;
	padding-bottom: 30px;
	transition: all .25s ease;
}
#slider-tabs .container .col-md-4:hover {
	background: #c32827;
	color: #fff;
	cursor: pointer;
}

#slider-tabs .container i {
	font-size: 40px;
	color: #c32827;
	padding: 10px 25px 10px 0px;
	transition: all .25s ease;

}
#slider-tabs .container .col-md-4:hover i {

	color: #fff;
}
#slider-tabs .container .ic {
	border-right: 1px solid #ddd;
	margin-right: 25px!important;
}
#about {
	padding: 60px 0px;
}
#about h1 {
	font-size: 48px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-weight: 400;
}
#about .sep-line {
	width: 160px;
	height: 5px;
	background: #c32827;
	position: relative;
	margin: 25px auto 35px;
}
.head-sub {
	font-size: 16px;
	color: #666;
	font-family: 'PT Sans', sans-serif;
	line-height: 24px;
	padding-left: 100px;
	padding-right: 100px;
}
#about .box-wrapper {
	margin-top: 70px;
}
#about .box-wrapper .a-box {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.a-over {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	transition: all .25s ease;
}
#about .box-wrapper .a-box .icon,
#about .box-wrapper .a-box h2,
#about .box-wrapper .a-box p,
#about .box-wrapper .a-box button {
	position: relative;
	z-index: 11
}
#about .box-wrapper .a-box .icon i {
	font-size: 36px;
	color: #fff;

}
#about .box-wrapper .a-box .icon {
	background: #c32827;
	width: 87px;
	height: 87px;
	margin: 0px auto 40px;
	line-height: 100px;
	border-radius: 100%;
	transition: all .25s ease;
}
#about .box-wrapper .a-box h2 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}
#about .box-wrapper .a-box p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.button-over{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.button-main {
	display: inline-block;
	font-size: 18px;
	background: #c32827;
	border: none;
	color: #fff;
	padding: 10px 40px;
	position: relative;
	z-index: 100;
}
.button-main {
	overflow: hidden;
}
.button-main:hover {
	color: #fff;
	cursor: pointer;
}

.button-main:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 102;
}


.button-main:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button-main span {
  z-index: 20;
}
.a-box:hover .a-over {
	opacity: 0;
}
.a-box:hover h2,
.a-box:hover p {
	color: #fff!important;
}
#about .box-wrapper .a-box:hover .icon {
	background: #fff;
	color: #c32827;
}
#about .box-wrapper .a-box:hover i {

	color: #c32827;
}
#about .box-wrapper .a-box button,
.button-main{
	margin-top: 20px;
}
#about .box-wrapper .act .a-over {
	opacity: 0;
}

#about .box-wrapper .act  h2,
#about .box-wrapper .act  p {
	color: #fff!important;
}
#service {
	position: relative;
	padding: 120px 0px;
	background: url(../img/5.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#service h1,
#service .head-sub,
#reviews h1,
#reviews .head-sub {
	color: #fff;
}
#service .head-sub {
	margin-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
}
.white-text {
	color: #fff;
}
#service .box-wrapper {
	background: rgba(0,0,0,.0);
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-top: 50px;

}
#service .icon i {
	color: #c32827;
	font-size: 38px;
	margin-bottom: 30px;
}
#service h2 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}
#service p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
#reviews {
	position: relative;
	padding: 80px 0px 100px;
	background: #c32827;
}
#reviews .sep-line {
	width: 160px;
	height: 5px;
	position: relative;
	margin: 25px auto 35px;
	background: #d76e4a;
}
.review-box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	padding: 60px 30px;
}
.review-box .image {
	width: 105px;
	height: 105px;
	border-radius: 100%;
	border: 5px solid #d76e4a;
	overflow: hidden;
	margin: 0px auto;
	margin-top: -110px;
	margin-bottom: 40px;
}
.review-box .image img {
	width: 100%;
}
#reviews .head-sub {
	margin-bottom: 100px;
	font-family: 'PT Sans', sans-serif;
}
.review-box h3.name {
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	color: #333;
}
.review-box .designation {
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	color: #666;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 30px;
}
.review-box .content {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
#why-us {
	padding: 80px 0px 40px;
}
#why-us h1 {
	font-family: 'PT Sans', sans-serif;
}
#why-us .sep-line {
	width: 100px;
	height: 5px;
	background: #c32827;
	position: relative;
	margin: 25px 0 35px;
}
#why-us .media i {
	font-size: 30px;
	color: #c32827;
}
#why-us .media .icon-side {
	padding-right: 20px;
}
#why-us .w-box h4 {
	color: #333;
	margin-bottom: 15px;
}
#why-us .w-box p {
	color: #666;

}
#why-us .w-box {
	margin-bottom: 40px;
}
.h-box {
	height: 150px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.h-box .overlay {
	width: 0%;
	height: 0px;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: all .25s ease;
	margin: auto;
	overflow: hidden;
}
.h-box .overlay1 {
	width: 0%;
	height: 0px;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: all .25s ease;
	margin: auto;
	overflow: hidden;
}
.h-box .overlay1 i {
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 150px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: all .25s ease;
	margin: auto;
}
.h-box .overlay::before,
.h-box .overlay::after {
	background: #fff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	content: "";
	margin: auto;
}
.h-box .overlay::before{
	width: 30px;
	height: 1px;
}
.h-box .overlay::after{
	width: 1px;
	height: 30px;
}
.h-box:hover .overlay {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.h-box:hover .overlay1 {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.happy-wrapper .h-box:nth-child(n+17) {
    display: none;
}
#footer {
	position: relative;
	background: #191919;
	padding: 100px 0px 20px;
}
#footer h4 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
#footer p
 {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
#footer h5 {
	color: #b2bcc7;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
#footer h5  span {
	color: #c32827;
}
.footer-logo {
	margin-bottom: 30px;
}
#footer .media img {
	width: 100px;
}
#footer .media h6 {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.f-date {
	color: #5291be;
}
.nw-box {
	margin-bottom: 30px;
}
.nw-box img {
	max-height: 120px;
}
.menu-links  a {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #fff;
	display: block;
}
.menu-links  a:hover {
	color: #c32827;
}
.news-form input[type="email"] {
	width: 100%;
	height: 50px;
	background: #c32827;
	border: none;
	border-radius: 30px;
	color: #fff;
	padding: 0px 20px;
}

.news-form input[type="email"]::placeholder {
	color: #fff;
	opacity: 0.5;
}

.news-form .news-button {
	background: #fff;
	height: 50px;
	width: 50px;
	border: none;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #c32827;
	float: right;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	transition: all .25s ease;
}
.news-form {
	margin-bottom: 40px;
}
.news-form .news-button:hover {
	background: #c32827;
	color: #fff;
	cursor: pointer;
}
.footer-social i {
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 15px;
	color: #989898;
	text-align: center;
	line-height: 40px;
	transition: all .25s ease;
}
.footer-social i:hover {
	background: #c32827;
	color: #fff;
}
.f-sep {
	background: #020202;
	width: 100%;
	height: 2px;
}
.copybar {
	padding-top: 25px;
	display: flex;
	width: 100%;
}
.ft-mn {
	padding: 0px;
	margin-left: auto;
}
.ft-mn li {
	list-style: none;
	border-right: 1px solid #808080;
	padding: 0px 20px 0px 15px;
	display: inline-block;
}
.ft-mn li:last-child {
	border-right: none;
	padding-right: 0px;
}
.ft-mn li a {
	color: #808080;
	transition: all .25s ease;
}
.ft-mn li a:hover {
	color: #ddd;
}
.copyright-text {
	color: #707070!important;
}
#in-body {
	background: #e9e4e1;
	font-family: 'PT Sans', sans-serif;
}
#in-body .banner-main {
	padding: 200px 50px 200px;
	background: url(../img/11.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#in-body .banner-main h1 {
	color: #fff;
	font-weight: 600;
	z-index: 102;
	position: relative;
}
.in-box {
	background: #fff;

	margin-bottom: 30px;
}
.in-box  ul {
	color: #666;
}
.in-box  ul li{
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'PT Sans', sans-serif;
}
#in-body h1{
	font-size: 48px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
}
#in-body h2{
	font-size: 36px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
}
#in-body h3{
	font-size: 30px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
}
#in-body h4{
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
}
#in-body h5{
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
}
#in-body h6{
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
}
#in-body p{
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	color: #666;
	line-height: 24px;
}
.s-10 {
	width: 100%;
	height: 10px;
	position: relative;
}
.s-20 {
	width: 100%;
	height: 20px;
	position: relative;
}
.s-30 {
	width: 100%;
	height: 30px;
	position: relative;
}
.s-40 {
	width: 100%;
	height: 40px;
	position: relative;
}
.s-50 {
	width: 100%;
	height: 50px;
	position: relative;
}
.s-60 {
	width: 100%;
	height: 60px;
	position: relative;
}
.s-70 {
	width: 100%;
	height: 70px;
	position: relative;
}
.s-80 {
	width: 100%;
	height: 80px;
	position: relative;
}
.top-service .icon {
	width: 100px;
	position: relative;
	margin: 0px auto 20px;
}
.top-service .icon img {
	width: 100%;
}
.top-service h4 {
	margin-bottom: 20px;
	color: #c32827;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.top-service {
	margin-top: 50px;
}
.top-service .in-box {
	padding: 50px 30px;
}
.caption-box {

	padding: 30px;
	position: relative;
	right: 0px;
	z-index: 1;
	background: rgba(255,255,255,.7)!important;
	text-align: right;
}
.caption-box h3 {
	font-size: 60px;
	font-family: 'PT Sans', sans-serif;
	color: #c32827;
	font-weight: 700;
	line-height: 70px;
	text-align: right!important;
}
.caption-box p {
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-weight: 700;
	line-height: 30px;
	text-align: right!important;
}
#html5-watermark {
	display: none!important;
}
.rb-in .image {
	margin: 0px auto 20px!important;
}
.rb-in {
	box-shadow: none!important;
	padding: 10px 10px!important;
}
.rb-in h3 {
	font-size: 24px!important;
}
.rb-in h4 {
	font-size: 16px!important;
}
#slider-main img{
	width: 100%;
}
.c-lo img {
	border: 0px solid #ddd;
	opacity: .5;
	transition: all .25s ease;
}
.c-lo img:hover {
	opacity: 1;
	cursor: pointer;
}
#clients {
	    background: #f9f9f9;
    padding-top: 30px;
}
.s-box {
	padding: 60px 30px;
	border: 1px solid #f2f2f2;
	transition: all .25s ease;
	margin-bottom: 20px;
	background: #fff;
}
.s-box:hover {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
}
.s-box h4 {
	margin-bottom: 20px;
color: #c32827;
text-transform: uppercase;
font-weight: 600;
font-size: 18px;
}
.serv {
	padding: 0px!important;
}
a:hover {
	text-decoration: none!important;
}
a {
	outline: none;
}
* {
	outline: none;
}
.s-box i {
	font-size: 33px;
	color: #999;
	margin-top: 20px;
	color: #ccc;
}
.s-box a {
	position: relative;
}
.s-box a:hover i {
	color: #c32827;
}
.inner-c-box {
	display: flex;
	padding: 20px;
	border: 1px solid #f2f2f2;
}
.ic-im {
	width: 30%;
	overflow: hidden;


}
.ic-im img {
	width: 100%;
	border-radius: 100%;
}
.ic-dl {
	padding-left: 20px;
}
.ic-dl h4 {
	font-size: 20px;
	font-weight: 600;
}
.ic-dl h5 {
	font-size: 12px;
	color: #c32827;
}
.scl-head {
	padding: 50px 30px;
	background: #f9f9f9;
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 50px;

}
.single-service-page {
	padding: 80px 0px;
}
.side-coloumn h2 {
	margin-bottom: 10px;
	color: #c32827;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	background: #f9f9f9;
	padding: 20px;
	border-left: 3px solid #c32827;
}
.side-coloumn a {
	color: #666;
}
.si-ser-line {
	font-size: 18px;
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
	transition: all .25s ease;
}
.si-ser-line i {
	padding-right: 15px;
	padding: 10px 10px 10px 15px;
	color: #c32827;
}
.ser-side {
	padding: 20px;
	border: 1px solid #eee;
}
.si-ser-line:hover {
	letter-spacing: 2px;
}
.ser-post-im {
	width: 100%;
	padding-bottom: 30px;
}
.side-c-im {
	width: 100px;
	margin: 0px auto;
}
.side-c-im  img {
	width: 100%;
	border-radius: 100%;
}
.side-c-dl h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}
.side-c-dl h5{
	font-size: 14px;
	text-align: center;
	color: #c32827;
}
.side-c-dl p {
	text-align: center;
}
.side-coloumn {
	padding-bottom: 30px;
}
.banner-main h4 {
	color: #fff!important;
font-size: 18px!important;
display: inline-block;
background: #c32827;
padding: 5px 10px;
position: relative;
z-index: 102;
}
.contact-page {
	padding: 80px 0px;
}
.contact-page h2 {
	font-weight: 600;
}
.contact-page h5 {
	color: #999;
}
.c-form {
	padding: 40px 0px;
}
.c-form .fields {
	padding-bottom: 50px;
}
.c-form .fields input[type="text"],
.c-form .fields input[type="email"],
.c-form .fields input[type="tel"],
.c-form .fields textarea {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
	width: 100%;
}
.c-form .fields textarea {
	height: 200px;
}
.c-form .fields input[type="submit"] {
	font-size: 18px;
	background: #c32827;
	border: none;
	color: #fff;
	padding: 10px 40px;
	position: relative;
}
.c-form .fields input[type="submit"] {
	overflow: hidden;
}
.c-form .fields input[type="submit"]:hover {
	cursor: pointer;
	background: #8c0100;
}

.c-form .fields input[type="submit"]:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}


.c-form .fields input[type="submit"]:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.c-form .fields input[type="submit"] span {
  z-index: 20;
}
.c-side h3 {
	color: #333;
text-transform: uppercase;
font-weight: 600;
font-size: 18px;
}
.c-side h5 {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.c-side {
	position: relative;
}
.c-side i {
	font-size: 45px;
	margin-bottom: 30px;
	color: #c32827;
}
.br-ri-co {
	border-right: 1px solid #ddd;
}
.icon {
	width: 100px;
position: relative;
margin: 0px auto 20px;
}
.rv-co {
	padding-top: 50px;
}
.single-service-page iframe {
	width: 100%;
}
.single-service-page h2 {
	line-height: 45px;
}
.sub-menu {
	position: absolute;
	background: #fff;
	top: 100px;
	padding: 0px;
	top: 70px;
	min-width: 200px;
	opacity: 0;
	display: none;
	transition: all .25s ease;
	z-index: 1001;
}
.sub-menu li {
	list-style: none;
padding: 15px 0px !important;
border-bottom: 1px dashed #ddd;
}
.sub-menu li a {
	border: none!important;
	cursor: pointer;
}
#main-nav .navbar-nav li:hover .sub-menu {
	display: block!important;
	opacity: 1!important;
	top: 54px;
}
.partners-box{
	padding: 10px 10px;
	border: 1px solid #f2f2f2;
	transition: all .25s ease;
	margin-bottom: 20px;
	background: #fff;
}
.partners-box:hover {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
}
.partners-box img {
	width: 100%;
}
.pr-post-im {
    width: 100%;
    padding-bottom: 10px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.nws-img {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
}
.nw-box a {
	color: #fff;
	transition: all .25s ease;
}
.nw-box a:hover {
	color: #c32827
}
.logoimg {
    width: auto;
    height: 18px;
}
.construct-banner-wrapper {
    width: 100%!important;
}
.construct-banner-wrapper ul, .construct-banner-wrapper li{
    margin: 0;
    padding: 0;
    list-style: none;
   }
#in-body .banner-main {
	position: relative;
}
#in-body .banner-main::after {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	background-image: url(../img/texture.png);
	background-repeat: repeat;
	content: "";
	z-index: 101;
}
.sticky-hedaer {
	position: fixed;
	z-index: 105;
	background: #fff;
	width: 100%;
	top: -100px;
	transition: all .25s ease;
}
.sticky-hedaer #navbar-main {
	padding: 0px;
}
.sticky-hedaer .menu-main-container {
	margin-left: auto;
}
.sticky-hedaer .navbar-brand {
	padding: 0px;
}
.sticky-hedaer .navbar-brand img {
    height: 60px;
}
.stick-now {
	top: 0px;
}
.meta {
	margin-bottom: 30px;
}
.meta i {
	padding-right: 10px;
	padding-left: 0px;
}
.news-side .si-ser-line:hover {
	letter-spacing: 0px;
	color: #c32827;
}
.news-side .meta {
	margin-bottom: 10px;
	font-size: 14px;
}
.news-side .meta .f-date {
	color: #999;
}

@media (max-width: 768px){
	#header {
		display: none;
	}
	.mob-hide {
		display: none;
	}
	.sticky-hedaer {
		top: 0px;
	}
	.head-sub {
		padding-left: 20px;
		padding-right: 20px;
	}
	#service .head-sub {
		padding-left: 20px;
		padding-right: 20px;
	}
	#main-nav li a {
		border-right: none;
	}
	#main-nav li {
		border-bottom: 1px dashed #eee;
	}
	.navbar-light .navbar-toggler {
		border: none;
	}
}
.footer-icons {
	width: 100%;
	padding: 0px;
	position: fixed;
	bottom: 0px;
	z-index: 11111;
	background: #bf0000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	transition: all .25s ease;
}
.footer-icons:hover {
	background: #bf0000;
}
.footer-icons .box {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
	width: 48%;
}
.footer-icons a, .footer-icons a:link, .footer-icons a:active, .footer-icons a:visited {
	color:#fff;
}
.modal-button {
	border: none;
	background: none;
	padding: 0px;
	width: 100%;
}
.modal-button img {
	width: 100%;
}
.cform-new {

}
.cform-new .fields {
	padding-bottom: 10px;
}
.cform-new .fields input[type="text"],
.cform-new .fields input[type="email"],
.cform-new .fields input[type="tel"],
.cform-new .fields textarea {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
	width: 100%;
}
.cform-new .fields textarea {
	height: 200px;
}
.cform-new .fields input[type="submit"] {
	font-size: 18px;
	background: #c32827;
	border: none;
	color: #fff;
	padding: 10px 40px;
	position: relative;
}
.c-form .fields input[type="submit"] {
	overflow: hidden;
}
.cform-new .fields input[type="submit"]:hover {
	cursor: pointer;
	background: #8c0100;
}

.cform-new .fields input[type="submit"]:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}


.cform-new .fields input[type="submit"]:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cform-new .fields input[type="submit"] span {
  z-index: 20;
}
.blog-post {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.blog-post .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.blog-post .post-media iframe {
	width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}
.post-meta span > a > i {
	color: #c32827;
}
.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-post .post-header h2 {
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
}
.blog-post .post-entry {
	margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
}
.blog-post .post-entry ul {
	color: #202020;
}
.lead-point li {
	list-style: none;
	margin-bottom: 10px;
	color: #c32827;
	font-weight: 600;
}
.lead-point li i {
	margin-right: 10px;
}
.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-meta .post-more-link a {
	padding: 8px 18px;
	display: block;
	text-align: center;
	min-width: 0;
	height: auto;
	line-height: inherit !important;
}
.post-meta .post-more-link a.btn-Blue {
	background: #c32827;
	color: #fff;
	border: 2px solid transparent;
	padding: 8px 15px;
}
.post-meta .post-more-link a.btn-Blue:hover {
	background: none;
	color: #c32827;
	border: 2px solid #c32827
}
.blog-post .post-more-link {
	position: relative;
	z-index: 2;
}
.blog-post .post-more-link a i {
	font-size: 18px;
	margin: 0;
	background: none;
}
.blog-post .icons-hover-black {
	position: absolute;
	bottom: 39px;
	padding: 10px 0;
	visibility: hidden;
}
.post-section .post-more-link {
	margin-top: 17px;
}
.post-section .blog-post .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-section .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-post .post-more-link:hover .icons-hover-black {
	visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
	background: #c32827;
	color: #fff;
}
.blog-post .icons-hover-black a {
	opacity: 0;
	transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
	opacity: 1;
	transition: all 0.25s ease 0s;
}
.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}
.blog-post .icons-hover-black a {
	padding: 8px 12px;
	color: #fff;
}
.blog-post .icons-hover-black a:hover {
	opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
	line-height: 28px;
}
.blog-post blockquote {
	border-left: none;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 25px;
	margin: 0px;
	font-weight: 300;
}
.blog-post blockquote:after {
	content: "";
	font-family: FontAwesome;
	padding-left: 7px;
	font-size: 12px;
}
.blog-post blockquote:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 12px;
}
.blog-post-hr hr {
	margin-bottom: 45px;
}
.post-author {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.post-author img {
	width: 120px;
}
.post-author .post-author-details {
	padding-left: 20px;
}
@media (max-width: 767px) {
	.post-author .post-author-details {
		padding-left: 0;
		padding-top: 25px;
	}
}
.blog-post .fa-tag {
	padding-right: 10px;
	color: #c32827;
}
.post-author h6 {
	margin-top: 0px;
	margin-bottom: 0;
}
.post-author-blog {
	overflow: hidden;
}
.post-author ul.social {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.post-author ul.social li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.post-comment {
}
.post-comment .comment-numb {
	font-weight: 300;
}
.post-comment .comment-list {
	margin-left: 0px;
	padding-right: 0px;
	list-style: none;
	padding: 0px;
}
.post-comment .comment-list h6 {
	margin-top: 0px;
	margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
	padding-top: 0px;
}
.post-comment .comment-list li {
	padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
	border-bottom: 0px none;
}
.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
	position: relative;
	padding-left: 100px;
}
.post-comment .comment-list .comment-detail {
	border-bottom: 1px dotted #eee;
	padding-bottom: 24px;
}
.post-comment .comment-list .comment-reply {
	padding-top: 30px;
}
.post-comment .comment-list .comment-reply-btn i {
	padding-right: 3px;
}
.post-comment .comment-avatar {
	left: 0;
	margin-right: 15px;
	position: absolute;
	width: 85px;
}
.post-comment .comment-avatar img {
	width: 100%;
}
.post-comment-star .star-rat {
	display: inline-block;
}
.post-comment-star label {
	margin-right: 6px;
}
.blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #c32827;
	color: #fff;
}
.post-media {
	position: relative;
}
.post-media .event-calender, .first-event .event-calender {
	width: 54px;
	height: 67px;
	font-size: 23px;
	padding-top: 11px;
	z-index: 9;
	text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
	font-size: 12px;
}
.blog-post .blog-date span, .post-media .event-calender span {
	color: #fff;
}
.post-media img {
	display: block;
}
.event-calender span {
	font-size: 14px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
}

/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
	margin-bottom: 35px;
}
.sidebar-widget h3 {
	margin-bottom: 10px;
color: #c32827;
text-transform: uppercase;
font-weight: 600;
font-size: 18px;
background: #f9f9f9;
padding: 20px;
border-left: 3px solid #c32827;
}
.sidebar-widget h4 {
	margin: 0px;
	padding-top: 0;
	padding-bottom: 15px;
}
.widget-search {
	position: relative;
}
.widget-search input[type="text"] {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
}
.widget-search input[type="text"]:focus {
	border: 1px solid #c32827;
}
.blog-post-hr input[type="text"], .blog-post-hr textarea {
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr textarea:focus {
	border: 1px solid #c32827;
}
.widget-search input[type="submit"] {
	background-color: rgba(0,0,0,0);
	border: 0 none;
	color: #8d8d8d;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: "FontAwesome", sans-serif;
	margin: 0;
	outline: 0 none;
	white-space: nowrap;
	padding: 0 3px;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	position: absolute;
	top: 10px;
	right: 10px;
}
.widget-search input[type="submit"]:hover {
	color: #e6ae49;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding-left: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}
.sidebar-widget li {
	border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget ul li a {
	display: inline-block;
	padding: 4px 0px;
	font-size: 13px;
	color: #323232;
	cursor: pointer;
}
.sidebar-widget .categories li a {
	padding: 10px 0px;
	text-transform: capitalize;
}
.sidebar-widget ul li a:hover {
	color: #c32827;
}
.widget-tag {
	display: inline-table;
	margin-top: 15px;
}
.widget-tag li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.widget-tag li a {
	padding: 4px 10px !important;
	display: block;
	border: 1px solid #c32827;
	color: #c32827 !important;
}
.sidebar-widget .widget-tag li a:hover {
	background: #c32827;
	color: #fff !important;
}
.sidebar-widget .widget-post {
	position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
	width: 118px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
	padding: 0px;
}
.sidebar-widget .widget-post h6 a {
	font-size: 15px;
	font-weight: 700;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
	margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
.sidebar-widget .color-widget {
	overflow: hidden;
}
.sidebar-widget .color-widget li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 8px 8px 0;
	border: 1px solid #f1f1f1;
}
.sidebar-widget .red-box {
	background: #FF0000;
}
.sidebar-widget .yellow-box {
	background: #FFD700;
}
.sidebar-widget .blue-box {
	background: #0000FF;
}
.sidebar-widget .green-box {
	background: #008000;
}
.sidebar-widget .orange-box {
	background: #FF4500;
}
.sidebar-widget .light-b-box {
	background: #ADD8E6;
}
.sidebar-widget .black-box {
	background: #000;
}
.sidebar-widget .darkmagenta-box {
	background: #8B008B;
}
.sidebar-widget .darkturquoise-box {
	background: #00CED1;
}
.sidebar-widget .Olive-box {
	background: #00CED1;
}
.sidebar-widget .Orchid-box {
	background: #DA70D6;
}
.sidebar-widget .purple-box {
	background: #800080;
}
.sidebar-widget .darkturquoise-box {
	background: #8B4513;
}
.sidebar-widget .magenta-box {
	background: #FF00FF;
}
.sidebar-widget .SaddleBrown-box {
	background: #8B4513;
}
/*  blog   ||-----------*/
.post-media {
	margin: 0 0 20px;
}
.post-media i {

	display: inline-block;
	font-size: 17px
}

.post-content {
	position: relative;
}
.divider {

	border-top: 1px solid #ddd;
}
.item-nav {
	text-align: center;
	display: block;
	overflow: hidden;
}
.item-nav .item-prev, .item-nav .item-next, .item-nav .item-all-view {
	position: relative;
	display: inline-block;
}
.item-nav .item-all-view h5, .item-nav .item-all-view h6 {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.item-nav .item-all-view h5:hover, .item-nav .item-all-view h6:hover {
	color: #e6ae49;
}
.item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn, .item-all-view {
	display: inline-block;
	font-size: 25px;
	text-align: center;
	height: 51px;
	line-height: 51px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn {
	color: #c32827;
	width: 51px;
	border: 1px solid #c32827
}
.item-nav .item-prev:hover .prev-btn, .item-nav .item-next:hover .next-btn {
	background: #c32827;
	color: #fff;
}
.item-nav .item-prev {
	text-align: left;
	float: left;
}
.item-nav .item-next {
	text-align: right;
	float: right;
}
.item-nav .item-prev .item-prev-text, .item-nav .item-next .item-next-text {
	position: absolute;
	line-height: 51px;
	top: 10px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	width: 150px;
	font-size: 10px;
}
.item-nav .item-prev:hover .item-prev-text, .item-nav .item-next:hover .item-next-text {
	margin-left: 0;
	margin-right: 0;
	visibility: visible;
	opacity: 1;
}
.item-nav .item-prev .item-prev-text {
	left: 100%;
	margin-left: -110px;
	padding-left: 15px;
}
.item-nav .item-next .item-next-text {
	right: 100%;
	margin-right: -110px;
	padding-right: 15px;
}
.item-nav .item-prev .item-prev-text p, .item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text p, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6, .item-nav .item-all-view h5, .item-nav .item-all-view h6 {
	padding-top: 8px;
}
.our-point{
	list-style: none;
}
.blog-post a {
	color: #000;
}
.btn-text {
	font-size: 13px;
	color: #fff!important;
	line-height: 32px;
	border: 2px solid #c32827;
	padding: 4px 10px;
	margin: 0 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	letter-spacing: 1px;
	background: #c32827;
	min-width: 150px;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	text-transform: uppercase;
	border-radius: 0px;
}
.small-btn {
	padding: 10px 30px;
}
.btn-text:hover {
	background: none;
	color: #c32827!important;
	text-decoration: none;
}
#searchform label {
	display: none;
}
@media (min-width: 769px){
	.footer-icons {
	display:none;
}
}
@media (max-width: 768px){
	#footer {
	padding-bottom: 70px;
}
	.sub-menu {
		position: relative!important;
    	display: block;
    	top: 0px!important;
    	opacity: 1;
    	padding-left: 30px;
	}
	.sub-menu li:last-child  {
		border-bottom: none;
	}
	.sticky-hedaer .menu-main-container {
	    margin-left: auto;
	    height: 400px;
	    overflow: scroll;
	    padding-bottom: 40px;
	}
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}



.block-adw{
	padding: 2.5rem 0;
}
@media (min-width: 768px){
	.block-adw{
		padding: 3rem 0;
	}
}
@media (min-width: 991px){
	.block-adw{
		padding: 4rem 0;
	}
}
.block-adw h2{
	color: #000;
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: 600;
}
.block-adw h2 + p{
	margin-top: -1rem;
}
@media (min-width: 768px){
	.block-adw h2{
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	.block-adw h2 + p{
		margin-top: -1rem;
	}
}
@media (min-width: 991px){
	.block-adw h2{
		margin-bottom: 3rem;
		font-size: 3rem;
	}
	.block-adw h2 + p{
		margin-top: -2rem;
	}
}
.block-adw-1 h2 span{
	display: inline-block;
	position: relative;
}
.block-adw-1 h2 span::after{
	display: block;
	width: 80%;
	height: 3px;
	content: '';
	border: solid 1px #f37a2b;
	border-width: 1px 0;
	margin: 1rem auto 0;
}
@media (min-width: 768px){
	.b-text-left{
		text-align: left;
	}
	.b-text-right{
		text-align: right;
	}
}

.block-adw-2{
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: #f0f0f0;
	background-image: url("../img/pattern-1.png");
	background-position: top left;
	background-repeat: repeat-x;
}
@media (min-width: 768px){
	.block-adw-2{
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
}
@media (min-width: 991px){
	.block-adw-2{
		padding-top: 5rem;
		padding-bottom: 4rem;
	}
}
.block-adw-box{
	position: relative;
	margin-bottom: 2rem;
}
.block-adw-box::before{
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	right: 15px;
	margin: auto;
	z-index: 0;
	content: '';
	background-color: #ffffff;
}
@media (min-width: 768px){
	.block-adw-box{
		margin-bottom: 2.5rem;
	}
}
@media (min-width: 991px){
	.block-adw-box{
		margin-bottom: 3rem;
	}
}
.block-adw-box figure{
	margin: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.block-adw-box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-adw-box article{
	position: relative;
	z-index: 1;
	padding: 1rem;
}
@media (min-width: 768px){
	.block-adw-box article{
		padding: 1.5rem;
	}
}
@media (min-width: 991px){
	.block-adw-box article{
		padding: 2rem;
	}
}
.block-adw-box h3{
	color: #f37a2b;
	font-size: 1.1rem;
	font-weight: 600;
}
@media (min-width: 768px){
	.block-adw-box h3{
		font-size: 1.2rem;
	}
}
@media (min-width: 991px){
	.block-adw-box h3{
		font-size: 1.3rem;
	}
}
.block-adw-box p{
	color: #747474;
}
.block-adw-box footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.block-adw-box a{
	display: inline-block;
	background-color: #c32826;
	color: #ffffff;
	padding: .6rem 1.8rem;
	font-weight: 500;
	border-radius: 5rem;
	position: relative;
	z-index: 1;
	transform: translateY(50%);
	transition: .4s;
}
.block-adw-box a:hover{
	background-color: #8c0100;
	color: #ffffff;
}
.block-adw-box a svg{
	height: 1.4rem;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: .3rem;
}
.block-adw-3{
	position: relative;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.block-adw-3::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #000;
	opacity: .6;
}
.block-adw-3 .container{
	position: relative;
	z-index: 2;
}
.block-adw-3 h2{
	color: #ffffff;
	text-transform: uppercase;
}
.block-adw-3 h2 span{
	display: inline-block;
	position: relative;
}
.block-adw-3 h2 span::after{
	display: block;
	width: 70%;
	height: 1px;
	content: '';
	border: solid 1px #fab519;
	border-width: 1px 0;
	margin: 1rem auto 0;
}
.block-adw-3 p{
	color: #ffffff;
	font-weight: 300;
}
.block-adw-4 .c-form{
	padding: 0;
}
.block-adw-4 p{
	margin-bottom: 2rem;
}
@media (min-width: 768px){
	.block-adw-4 p{
		margin-bottom: 2.2rem;
	}
}
@media (min-width: 991px){
	.block-adw-4 p{
		margin-bottom: 2.6rem;
	}
}
.block-adw-4 .c-form .fields{
	padding-bottom: 1.6rem;
}
@media (min-width: 768px){
	.block-adw-4 .c-form .fields{
		padding-bottom: 1.8rem;
	}
}
@media (min-width: 991px){
	.block-adw-4 .c-form .fields{
		padding-bottom: 2rem;
	}
}
.block-adw-4 .c-form .fields input[type="text"],
.block-adw-4 .c-form .fields input[type="email"],
.block-adw-4 .c-form .fields input[type="tel"],
.block-adw-4 .c-form .fields textarea{
	border: 1px solid #eee;
	padding: .6rem;
}
@media (min-width: 768px){
	.block-adw-4 .c-form .fields input[type="text"],
	.block-adw-4 .c-form .fields input[type="email"],
	.block-adw-4 .c-form .fields input[type="tel"],
	.block-adw-4 .c-form .fields textarea{
		padding: .8rem;
	}
}
@media (min-width: 991px){
	.block-adw-4 .c-form .fields input[type="text"],
	.block-adw-4 .c-form .fields input[type="email"],
	.block-adw-4 .c-form .fields input[type="tel"],
	.block-adw-4 .c-form .fields textarea{
		padding: 1rem;
	}
}
.block-adw-4 .c-form .fields input[type="submit"]{
	border-radius: 4rem;
	padding: .8rem 4rem;
	text-transform: uppercase;
	font-size: 1rem;
}
.block-adw-4 div.wpcf7-response-output{
	text-align: center;
}

.home-news {
	padding: 40px 45px;
	border: 1px solid #ccc;
}

.home-news h3 {
	margin-bottom: 30px;
}

.home-news .blog-post .post-media {
	margin-bottom: 15px;
}

.home-news .blog-post .post-header h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.home-news .new-news-box:nth-of-type(2) .blog-post {
	border: 0px;
	padding-bottom: 0px;
}

.home-news .blog-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.grecaptcha-badge {
	display: none !important;
}

/* ----------- PARTNERS ------------ */

#partner-logos {
	background: #f9f9f9;
}

.logos {
	margin-left: -3.5%;
	margin-right: -3.5%;
}

.logo-container {
	padding: 3.5%;
    box-sizing: border-box;
    width: 19.5%;
	display: inline-block;
	text-align: center;
}

.logo-container .xero {
	max-width: 90px;
}

.logo-container img {
	max-width: 100%;
}

@media (max-width: 768px) {
	.logo-container {
		padding: 3%;
		width: 49%;
	}

	.logos {
		margin: 0;
		padding: 20px;
	}

	.logo-container img {
		margin-bottom: 20px;
	}
}