@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
html, body {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	line-height: 23px;
	color: #555;
	font-weight: 400;
}
/*Helper Classes*/
a, a:hover, .overlay, img, .form-control, .form-control:hover, button {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
a:hover {
	text-decoration: none;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear15 {
	clear: both;
	height: 15px;
}
.clear20 {
	clear: both;
	height: 20px;
}
.clear25 {
	clear: both;
	height: 25px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.clear35 {
	clear: both;
	height: 35px;
}
.clear40 {
	clear: both;
	height: 40px;
}
.clear45 {
	clear: both;
	height: 45px;
}
.clear50 {
	clear: both;
	height: 50px;
}
.clear60 {
	clear: both;
	height: 60px;
}
.m0 {
	margin: 0;
}
.mt0 {
	margin-top: 0;
}
.mr0 {
	margin-right: 0;
}
.mb0 {
	margin-bottom: 0;
}
.ml0 {
	margin-left: 0;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-41 {
	margin-bottom: 10px;
}
.p0 {
	padding: 0;
}
.pt0 {
	padding-top: 0;
}
.pr0 {
	padding-right: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pl0 {
	padding-left: 50px;
}
.p11 {
	padding-right: 130px;
}
.row.no_padding > [class*='col-'] {
padding-right:0;
padding-left:0;
}
/* Header */
.book-now-wrapper {
	width: 170px;
	-webkit-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	text-transform: uppercase;
	background: #991210;
	box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
	border-radius: 0px 0px 10px 10px;
	position: fixed;
	left: -70px;
	top: 50%;
	cursor: default;
	z-index: 99;
}
.book-now-wrapper:hover {
	background-color: #111111;
}
.book-now-wrapper .enquiry a {
	color: #ffffff;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	text-decoration: none;
}
header {
	transition: all 1s;
	z-index: 99;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
 @keyframes slide-down {
 0% {
 transform: translateY(-100%);
}
 100% {
 transform: translateY(0);
}
}
.sn_fixhdr .gfl_header {
	position: fixed;
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	z-index: 999999;
	animation: slide-down 0.9s;/*opacity:0.9;*/
 padding-top:
}
.sn_fixhdr .gfl_header .top-header {
	display: none;
}
.sn_fixhdr .gfl_header .menu-2 {
	padding-top: 7px;
}
.sn_fixhdr header .menu {
	margin-top: 20px;
}
header {
	padding-bottom: 7px;
}
header .top-header {
	background-color: #991210;
	padding: 5px 0;
	margin-bottom: 10px;
}
header .right-info {
	text-align: right;
	margin-bottom: 0px;
}
header ul li {
	margin-right: 10px;
	display: inline-block;
}
header ul li:last-child {
	margin-right: 0px;

}
header ul li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
}
header ul li a:hover {
	color: #fff;
}
header ul li a:focus {
	color: #fff;
}
header i {
	font-size: 14px !important;
}
header .left-info {
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 13px;
}
header .menu {
	margin-top: 17px;
}
header .menu a {
	color: #000;
	text-transform: uppercase;
	padding: 0px 20px;
}
header .menu a:hover {
	color: #991210;
}
header .menu a:focus {
	color: #991210;
	text-decoration:none;
}
header .menu .active {
	color: #991210;
}
header .menu a:last-child {
	padding: 0px 0px;
}
/* banner */
#hpmainslider {
}
#hpmainslider .itemslidewrap {
	position: relative;
	width: 100%;
	height: 550px;
	object-fit: fill;
	background-color: #991210;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#hpmainslider .itemslidewrap .slidefrontimg {
	text-align: center
}
#hpmainslider .itemslidewrap .slidecontentblock {
	position: absolute;
	max-width: 450px;
	height: 450px;
	right: 7%;
	top: 40px;
	/*background: url(../images/banner-bg.png) no-repeat center top;*/
}
#hpmainslider .itemslidewrap .slidecontentblock .slidecontentin {
	max-width: 500px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	text-align: center;
}
#hpmainslider .itemslidewrap .slidecontentblock h2 {
	    font-size: 90px;
  
	line-height: 90px;
	margin-bottom: 10px;
	font-family: 'Pacifico', cursive;
	padding: 0px;
	margin-bottom: 40px;
}
#hpmainslider .itemslidewrap .slidecontentblock p {
	font-size: 36px;
	line-height: 40px;
	padding-right: 5px;
	color: #991210;
	margin-bottom: 0px;
	font-family: 'Pacifico', cursive;
}
#hpmainslider .owl-dots {
	position: absolute;
	bottom: 10px;
	max-width: 1140px;
	margin: 0 auto;
	left: 0px;
	right: 0;
	text-align: left!important;
}
#hpmainslider .owl-dots .owl-dot span {
	background: #fff;
}
#hpmainslider .owl-dots .owl-dot.active span {
	background: #991210;
	position: relative;
}
#hpmainslider .owl-dots .owl-dot.active span:after {
	content: "";
	border: 1px solid #fff;
	height: 22px;
	width: 22px;
	border-radius: 50px;
	position: absolute;
	top: -6px;
	left: -6px;
}
#hpmainslider .btn.btn-outline-primary {
	color: #fff;
	padding: 0px 2rem;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	background-color: #f57921;
	border: 0px;
	height: 45px;
	line-height: 46px;
}
#hpmainslider .btn.btn-outline-primary:hover {
	background-color: #0b55a0;
	color: #fff;
}
#hpmainslider .heading-border {
    border-top: 5px solid #991210;
    width: 300px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}
#hpmainslider .submit-details {
    background-color: #991210;
    line-height: 45px;
    border-radius: 5px;
    padding: 0px 67px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 30px;
    margin-top: 20px;
}
#hpmainslider .submit-details:hover{
	background-color: #000;
	color:#fff;
}
/* Story */
.story {
	padding: 60px 0px;
}
.story h2 {
	margin-bottom: 0;
}
.story h2 {
	font-size: 30px;
	color: #000000;
	margin: 0 0 8px;
	font-weight: 700;
	line-height: 1;
}
.story .section-heading .heading-border {
	border-top: 5px solid #991210;
	width: 70px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.story figure {
	border: 2px dashed #cccccc;
	padding: 10px;
}
.story p {
	font-size: 14px;
	line-height: 23px;
	color: #555;
	 
}
#story .owl-dots {
	position: absolute;
	bottom: -35px;
	max-width: 1140px;
	margin: 0 auto;
	right: 0;
	text-align: left!important;
}
#story .owl-dots .owl-dot span {
	background: #dfdfdf;
}
#story .owl-dots .owl-dot.active span {
	background: #991210;
	position: relative;
}
#story .owl-dots .owl-dot.active span:after {
	content: "";
	border: 1px solid #dfdfdf;
	height: 22px;
	width: 22px;
	border-radius: 50px;
	position: absolute;
	top: -6px;
	left: -6px;
}
/* Post */
.post {
	background-color: #f2f2f2;
	padding: 60px 0px;
}
.post .bd-bottom {
	border-bottom: 1px solid #eaeaea;
}
.post .bd-top {
	border-top: 1px solid #eaeaea;
}
.post h2 {
	margin-bottom: 0;
}
.post h2 {
	font-size: 30px;
	color: #000000;
	margin: 0 0 8px;
	font-weight: 700;
	line-height: 1;
}
.post .section-heading .heading-border {
	border-top: 5px solid #991210;
	width: 70px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.post .team-details img {
	width: 100%
}
.post .team-details h3 {
	color: #f8b864;
	font-size: 20px;
}
.post .team-details .hover h3 span {
	display: block;
	font-family: roboto, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff
}
.post .team-details {
	overflow: hidden;
	position: relative
}
.post .team-details .hover {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 70px 0 15px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
	height: 100%;
}
.post .team-details:hover .hover {
	visibility: visible;
	opacity: 1
}
.post .team-details:hover img {
	transform: scale(1.1)
}
.post .team-wrap .col-md-2 {
	padding: 15px 15px;
}
.post i {
	color: #fff;
	font-size: 34px;
}
/* Support */
.support figure {
    border: 2px dashed #cccccc;
    padding: 10px;
}
.support {
	background-color: #fff;
	padding: 60px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.support h2 {
	margin-bottom: 0;
}
.support h2 {
	font-size: 30px;
	color: #000000;
	margin: 0 0 8px;
	font-weight: 700;
	line-height: 1;
}
.support .section-heading .heading-border {
	border-top: 5px solid #991210;
	width: 70px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.support .team-details img {
	width: 100%
}
.support .team-details h3 {
	color: #f8b864;
	font-size: 20px;
}
.support .team-details .hover h3 span {
	display: block;
	font-family: roboto, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff
}
.support .team-details {
	overflow: hidden;
	position: relative
}
.support .team-details .hover {
	background: #000;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,4));
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 70px 0 15px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear
}
.support .team-details:hover .hover {
	visibility: visible;
	opacity: 1
}
.support .team-details:hover img {
	transform: scale(1.1)
}
.support .team-wrap .col-md-6 {
	padding: 0px 15px 15px 15px;
}
.circle:before {
	background-color: #f8b864;
	content: '';
	height: 800px;
	width: 800px;
	position: absolute;
	top: -400px;
	left: -350px;
	border-radius: 100%;
	opacity: .2;
	z-index: -1;
}
.shape:after {
	background-color: #f8b864;
	content: '';
	width: 50%;
	height: 680px;
	position: absolute;
	top: 330px;
	right: -150px;
	border-radius: 100%;
	-webkit-transform: skew(3deg, 30deg);
	-ms-transform: skew(3deg, 30deg);
	transform: skew(5deg, 10deg);
	opacity: .3;
	z-index: -1;
}
.support ::placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}
.support input {
	height: 50px;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	color: #555;
	font-size: 13px;
}
.support select {
	height: 50px;
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	color: #555;
	font-size: 13px;
}
.support textarea {
	height: 150px;
	background-color: #f2f2f2;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	color: #555;
	font-size: 13px;
	resize: none;
	width: 100%;
	padding-left: 10px;
}
.support .form-group p strong {
	color: #991210;
	font-size: 16px;
}
.support .submit-details {
	background-color: #991210;
	height: 45px;
	border-radius: 5px;
	padding: 0px 54px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
}
.support .submit-details:hover {
	background-color: #111111;
}
.support .line {
	color: #555;
	font-size: 13px;
}
/* Tagline */
.tagline {
	background-color: #fcf9e2;
	padding: 30px 0px;
}
.tagline h5 {
	font-size: 30px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}
.tagline h5 span {
	font-size: 36px;
	color: #991210;
}
/* Footer */
footer {
	background-color: #111111;
	padding: 40px 0px 20px 0px;
}
footer h4 {
	color: #eee;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0px;
}
footer .socialicons p {
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 13px;
	text-align: left;
	color: #fff;
}
footer .socialicons a {
	display: inline-block;
	font-size: 16px;
	padding: 2px 10px 0px 0px;
	color: #fff;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer p, footer ul li, footer ul li a {
	color: #777777;
	font-size: 13px;
	line-height: 23px;
	list-style-type: none;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
footer ul li a:focus {
	color: #fff;
	text-decoration: none;
}
footer .sn_ftrbtm {
	border-top: 1px solid #222222;
	padding-top: 20px;
	color: #777777;
	font-size: 13px;
	margin-top: 30px;
}
footer .sn_ftrbtm p {
	margin: 0px;
	padding: 0px;
}
footer .back-to-top {
	bottom: 10px;
	color: #fff;
	font-size: 22px;
	padding: 7px 12px;
	position: fixed;
	z-index: 100;
	right: 10px;
	background-color: transparent;
	background: #991210;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}
footer .back-to-top:hover {
	background: #860402;
	color: #fff;
}
.desktop-banner {
	display: block;
}
.mobile-banner {
	display: none;
}

/* About Campaign*/
/* banner */
#about-campaign {
}
#about-campaign .itemslidewrap {
	position: relative;
	width: 100%;
	height: 550px;
	object-fit: fill;
	background-color: #991210;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#about-campaign .itemslidewrap .slidefrontimg {
	text-align: center
}
#about-campaign .itemslidewrap .slidecontentblock {
	position: absolute;
	max-width: 450px;
	height: 450px;
	right: 14%;	
	top: 10px;
	/*background: url(../images/banner-bg.png) no-repeat center top;*/
}
#about-campaign .itemslidewrap .slidecontentblock .slidecontentin {
	max-width: 500px;
	margin: 0 auto;
	padding:0px 0px 30px 0px;
	text-align: center;
}
#about-campaign .itemslidewrap .slidecontentblock h2 {
	font-size: 30px;
	color: #fff;
	line-height:70px;
	font-family: 'Pacifico', cursive;
	padding: 0px;
	margin-bottom:0px;
}
#about-campaign .itemslidewrap .slidecontentblock p {
	font-size: 30px;
	line-height: 65px;
	padding-right: 5px;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Pacifico', cursive;
}
#about-campaign .owl-dots {
	position: absolute;
	bottom: 10px;
	max-width: 1140px;
	margin: 0 auto;
	left: 0px;
	right: 0;
	text-align: left!important;
}
#about-campaign .owl-dots .owl-dot span {
	background: #fff;
}
#about-campaign .owl-dots .owl-dot.active span {
	background: #991210;
	position: relative;
}
#about-campaign .owl-dots .owl-dot.active span:after {
	content: "";
	border: 1px solid #fff;
	height: 22px;
	width: 22px;
	border-radius: 50px;
	position: absolute;
	top: -6px;
	left: -6px;
}
#about-campaign .btn.btn-outline-primary {
	color: #fff;
	padding: 0px 2rem;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	background-color: #f57921;
	border: 0px;
	height: 45px;
	line-height: 46px;
}
#about-campaign .btn.btn-outline-primary:hover {
	background-color: #0b55a0;
	color: #fff;
}
#about-campaign .submit-details {
    background-color: #991210;
    line-height: 45px;
    border-radius: 5px;
    padding: 0px 67px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 0px;
    margin-top: 20px;
}
#about-campaign .submit-details:hover{
	background-color: #fff;
	color:#991210;
}
.map_lines {
	
	background-position: center center;
	height: 300px;
}
.map_lines_in {

	padding-left: 5px
}
.work_step {
	width:32.6%;
	float: left;
	color: #555;
	line-height: 1.4em;
	font-size: 14px
}
.work_step h2 {
	color:#991210;
	font-weight:500;
	font-size: 26px;
	margin: 0;
	padding: 15px 0 0;
	    margin-bottom: 10px;
}
.work_step img {
	display: inline-block;
	transform: rotate(0);
	-moz-transition: 1s;
	transition: 1s
}
.work_step:hover img {
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg)
}
.contact_number {
	font-size: 19px;
	font-weight: 800;
	color: #01BEDF;
	float: right;
	padding-right: 0;
	padding-left: 15px;
	line-height: 25px;
	padding-top: 4px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a9a9a9;
	margin-top: 10px;
	padding-bottom: 4px;
}
.img1, .img3 {
	padding-top: 20px
}
.img3 {
	padding-top: 270px
}
.img2 {
	padding-top: 20px;
	margin-left: 12px;
	width:32.6%;
}
.tagline-2{
	background-color: #991210;
	padding:87px 31px;
	color:#fff;
	margin:20px auto 0 auto;
}
.pager-header{
    background-image: url(../images/about-campaign.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.pager-header h2{
    color: #fff;
}
.pager-header p{
    color: #ddd;
}

/*Breadcrumb */
.breadcrumb{
    background-color: transparent;
    padding: 0;
}
.breadcrumb li{}
.breadcrumb li a{
    font-weight: 700;
    color: #ddd;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a:hover{
    text-decoration: underline;
}
.breadcrumb .active{
    color: #fcf9e2;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.about-compaing  { text-align:center}











/* Media Query for Mobile Devices */ 
@media (max-width: 480px) {
	.img1, .img3 {
    padding-top: 20px;
}
	.img2 {
    padding-top: 20px;
    margin-left: 0px;
    width: 100% !important;
}
.tagline-2 {
    padding: 40px 31px;
}
.work_step {
    width: 100% !important;

}
header ul li a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
}
#hpmainslider .owl-dots {
	left: 15px;
}
header .menu a {
	padding: 0px 4px;
}
header .menu {
	margin-top: 12px;
}
.desktop-banner {
	display: none !important;
}
.mobile-banner {
	display: block !important;
}
#about-campaign .itemslidewrap {
	position: relative;
	width: 100%;
	height: 230px;
	object-fit: fill;
	background-color: #3c3f53;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#about-campaign .itemslidewrap .slidecontentblock {
	position: absolute;
	max-width: 200px;
	height: 200px;
	left: 5%;
	right: 0;
	top: 40px;
	
}
#about-campaign .itemslidewrap .slidecontentblock .slidecontentin {
	max-width: 200px;
	padding: 10px 0px 30px 10px;
}
#about-campaign .itemslidewrap .slidecontentblock h2 {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	padding: 0px;
	margin-bottom: 10px;
}
#about-campaign .itemslidewrap .slidecontentblock p {
	font-size: 19px;
	line-height: 32px;
	padding-right: 7px;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Pacifico', cursive;
}



#hpmainslider .itemslidewrap {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: fill;
	background-color: #3c3f53;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#hpmainslider .itemslidewrap .slidecontentblock {
	position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0;
}
#hpmainslider .itemslidewrap .slidecontentblock .slidecontentin {
	max-width: 100%;
	padding:  0px;
}
#hpmainslider .itemslidewrap .slidecontentblock h2 {
	font-size:33px;
	 
	line-height: 30px;
	padding: 0px;
	margin-bottom: 15px;
    margin-top: 0px;
}
#hpmainslider .itemslidewrap .slidecontentblock p {
	font-size: 19px;
	line-height: 32px;
	padding-right: 7px;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Pacifico', cursive;
}
.story {
	padding: 40px 0px;
}
.story h2 {
	font-size: 18px;
	margin-top: 30px;
}
#story .owl-dots {
	bottom: -25px;
}
.post {
	padding: 40px 0px;
}
.post .team-wrap .col-md-2 {
	padding: 10px 10px;
}
.support {
	padding: 40px 0px;
}
.support h2 {
	font-size: 18px;
}
.support .submit-details {
	margin-bottom: 0px;
	margin-top: 10px;
}
.tagline {
	padding: 20px 0px;
}
.tagline h5 {
	font-size: 18px;
}
.tagline h5 span {
	font-size: 22px;
}
.pl0 {
	padding-left: 15px;
}
.p11 {
	padding-right: 0px;
}
.socialicons {
	margin-bottom: 10px;
}
#hpmainslider .submit-details {
    background-color: #991210;
    line-height: 30px;
    border-radius: 5px;
    padding: 0px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 11px;
}
}
          
        /* Media Query for low resolution  Tablets, Ipads */ 
        @media (min-width: 481px) and (max-width: 767px) {
			.post .team-details .hover {
    padding: 45% 0 15px;

}
			#hpmainslider .submit-details {
    background-color: #991210;
    line-height: 35px;
    border-radius: 5px;
    padding: 0px 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
}
			#about-campaign .itemslidewrap {
	position: relative;
	width: 100%;
	height: 300px;
	object-fit: fill;
	background-color: #3c3f53;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#about-campaign .itemslidewrap .slidecontentblock {
	position: absolute;
	max-width: 200px;
	height: 200px;
	left: 5%;
	right: 0;
	top: 40px;

}
#about-campaign .itemslidewrap .slidecontentblock .slidecontentin {
	max-width: 200px;
	padding: 10px 0px 30px 10px;
}
#about-campaign .itemslidewrap .slidecontentblock h2 {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	padding: 0px;
	margin-bottom: 10px;
}
#about-campaign .itemslidewrap .slidecontentblock p {
	font-size: 19px;
	line-height: 32px;
	padding-right: 7px;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Pacifico', cursive;
}
			.img1, .img3 {
    padding-top: 10px;
}
				.img2 {
    padding-top: 20px;
    margin-left: 0px;
    width: 100% !important;
}
.tagline-2 {
    padding: 20px 31px;
	font-size:20px;
}
.work_step {
    width: 100% !important;

}
#hpmainslider .owl-dots {
	left: 15px;
}
.desktop-banner {
	display: none !important;
}
.mobile-banner {
	display: block !important;
}
#hpmainslider .itemslidewrap {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: fill;
	background-color: #3c3f53;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#hpmainslider .itemslidewrap .slidecontentblock {
	position: absolute;
	max-width:300px;
	height: 200px;
	
	right: 5%;
	top: 30px;
	/*background: url(../images/banner-bg-1.png) no-repeat center center;*/
}
#hpmainslider .itemslidewrap .slidecontentblock .slidecontentin {
	max-width: 200px;
	padding: 10px 0px 30px 10px;
}
#hpmainslider .itemslidewrap .slidecontentblock h2 {
	font-size:46px;
	color: #fff;
	line-height: 46px;
	padding: 0px;
	margin-bottom: 10px;
}
#hpmainslider .itemslidewrap .slidecontentblock p {
	font-size: 19px;
	line-height: 32px;
	padding-right: 7px;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Pacifico', cursive;
}
.story {
	padding: 40px 0px;
}
.story h2 {
	font-size: 18px;
	margin-top: 30px;
}
#story .owl-dots {
	bottom: -25px;
}
.post {
	padding: 40px 0px;	position: relative;
}.icon-hide{		position: absolute;    width: 200px;    background: #f2f2f2;    display: block;    height: 50px;    margin: 0 auto;    left: 0;    right: 0;    bottom: 56px;    z-index: 99999; }
.post .team-wrap .col-md-2 {
	padding: 10px 10px;
}
.support {
	padding: 40px 0px;
}
.support h2 {
	font-size: 18px;
}
.support .submit-details {
	margin-bottom: 0px;
	margin-top: 10px;
}
.tagline {
	padding: 20px 0px;
}
.tagline h5 {
	font-size: 18px;
}
.tagline h5 span {
	font-size: 22px;
}
.pl0 {
	padding-left: 15px;
}
.p11 {
	padding-right: 0px;
}
.socialicons {
	margin-bottom: 10px;
}
}
          
        /* Media Query for Tablets Ipads portrait mode */ 
        @media (min-width: 768px) and (max-width: 1024px) {
#hpmainslider .owl-dots {
	left: 15px;
}
#hpmainslider .itemslidewrap {
	position: relative;
	width: 100%;
	height: 300px;
	object-fit: fill;
	background-color: #3c3f53;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#hpmainslider .itemslidewrap .slidecontentblock {
	position: absolute;
	max-width: 200px;
	height: 200px;
	left: 5%;
	right: 0;
	top: 45px;
	background: url(../images/banner-bg-1.png) no-repeat center center;
}
#hpmainslider .itemslidewrap .slidecontentblock .slidecontentin {
	max-width: 200px;
	padding: 10px 0px 30px 10px;
}
#hpmainslider .itemslidewrap .slidecontentblock h2 {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	padding: 0px;
	margin-bottom: 10px;
}
#hpmainslider .itemslidewrap .slidecontentblock p {
	font-size: 19px;
	line-height: 32px;
	padding-right: 7px;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'Pacifico', cursive;
}
.support h2 {
	margin: 10px 0 8px;
}
.tagline h5 {
	font-size: 22px;
}
.story h2 {
	margin-top: 30px;
}
.tagline h5 span {
	font-size: 30px;
	color: #991210;
}
.support .submit-details {
	margin-bottom: 0px;
}
.pl0 {
	padding-left: 15px;
}
.p11 {
	padding-right: 85px;
}
.story {
	padding: 40px 0px;
}
.post {
	padding: 40px 0px; 
} 
.support {
	padding: 40px 0px;
}.icon-hide{		bottom:45px;}
}
