@charset "utf-8";
/*------------| body frame start |-----------*/

/* fonts start here */
@font-face {
	font-family: 'CabinSketch-Bold';
	src: url('fonts/CabinSketch-Bold.eot');
	src: url('fonts/CabinSketch-Bold.woff') format('woff'),
	url('fonts/CabinSketch-Bold.ttf') format('truetype'),
	url('fonts/CabinSketch-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('fonts/Poppins-Regular.eot');
	src: url('fonts/Poppins-Regular.woff') format('woff'),
  url('fonts/Poppins-Regular.ttf') format('truetype'),
  url('fonts/Poppins-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('fonts/Poppins-Bold.eot');
	src: url('fonts/Poppins-Bold.woff') format('woff'),
  url('fonts/Poppins-Bold.ttf') format('truetype'),
  url('fonts/Poppins-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('fonts/Poppins-Medium.eot');
	src: url('fonts/Poppins-Medium.woff') format('woff'),
  url('fonts/Poppins-Medium.ttf') format('truetype'),
  url('fonts/Poppins-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('fonts/Poppins-SemiBold.eot');
	src: url('fonts/Poppins-SemiBold.woff') format('woff'),
  url('fonts/Poppins-SemiBold.ttf') format('truetype'),
  url('fonts/Poppins-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VAGRounded-Bold';
	src: url('fonts/VAGRoundedLTPro-Bold.eot');
	src: url('fonts/VAGRoundedLTPro-Bold.woff') format('woff'),
  url('fonts/VAGRoundedLTPro-Bold.ttf') format('truetype'),
  url('fonts/VAGRoundedLTPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VAGRounded-Light';
	src: url('fonts/VAGRoundedLTPro-Light.eot');
	src: url('fonts/VAGRoundedLTPro-Light.woff') format('woff'),
  url('fonts/VAGRoundedLTPro-Light.ttf') format('truetype'),
  url('fonts/VAGRoundedLTPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VAGRounded-Thin';
	src: url('fonts/VAGRoundedLTPro-Thin.eot');
	src: url('fonts/VAGRoundedLTPro-Thin.woff') format('woff'),
  url('fonts/VAGRoundedLTPro-Thin.ttf') format('truetype'),
  url('fonts/VAGRoundedLTPro-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* fonts end here */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
  color: #000000;
	font-family: 'Poppins-Regular';
  font-size:16px;
	line-height:24px;
  display: flex;
  flex-direction: column;
	letter-spacing: 0.2px;
	background-color:#ffffff;
}

#page-wrap{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  flex: 1 0 auto;
  padding-top:186px;}
footer{flex-shrink: 0;}
/* colors start here */

/* colors end here */

/*=============== tags start ===================**/
section, footer{
position: relative;
overflow: hidden;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0; outline:none!important;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
  border: 0;
}

figure{
padding: 0px;
margin: 0px;
}

a{color: #ED6921;
 text-decoration:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.detailSec a, .overlapImageBox a, .fullTextBlock a, .woocommerce div.product div.summary a, .entry a, .donateContact a, .smallText a{ text-decoration: underline;}
a:hover {
text-decoration:underline;
color: #453A8F;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2{text-transform: uppercase;}
h1, h2, h3, h4, h5, h6 {font-family: 'CabinSketch-Bold'; color:#ED6921; text-transform:uppercase!important;}
h1.Pagetitle{ text-transform: uppercase;}
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;
display: block;
  clear: both;
  width: 100%;
}
h2, h3,h4,h5,h6{}
h1 {
font-size: 46px;
line-height: 50px;
margin-bottom: 15px;
font-weight:normal;
}
h2 {
font-size: 32px;
line-height: 36px;
margin-bottom:15px;
font-weight:normal;
}
h3 {
font-size: 26px;
line-height: 30px;
margin-bottom: 15px;
font-weight:normal;
}

h4 {
font-size: 24px;
line-height: 28px;
margin-bottom: 8px;
font-weight:normal;
}
h5 {
font-size: 22px;
line-height: 26px;
margin-bottom: 8px;
font-weight:normal;
}
h6 {
font-size: 20px;
line-height: 24px;
margin-bottom: 8px;
font-weight:normal;
}
ul{
padding: 0px 0px 25px 20px;
margin: 0px;
list-style-position: outside;
}
ol{
padding: 0px 0px 25px 25px;
margin: 0px;
}
ul li{
  /* position: relative; */
  padding: 0px 2px 4px 2px;
}
/*ul li::before{
content: '';
width: 8px;
height: 8px;
position: absolute;
display: block;
left: 2px;
top:15px;
background: #37373C;
border-radius: 8px;
}*/
ol li{
padding: 0px 0px 4px 5px;
}

p { margin: 0px; padding: 0px 0px 28px 0px;}
p:empty {display: none;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #ED6921;
}
strong, b {}
img { /*  display:block;*/
height: auto }


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type="password"],
textarea{
width:100%;
font-family: 'Poppins-Regular';
font-weight: normal;
/* height:46px; */
border:#EBE9F6 solid 1px;
background-color: #EBE9F6;
font-size:16px;
line-height: 24px;
padding: 10px 15px;
padding-bottom: 9px;
margin: 0px;
color: #453A8F;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
/* focus start here */
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='date']:focus,
input[type='number']:focus,
input[type="password"]:focus,
textarea:focus{border-bottom: #EBE9F6 solid 1px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;}
/* focus end here */
.btn{color:#fff!important; background-color: rgba(237,105,33,1)!important;
	-webkit-box-shadow:4px 4px 0px 0px #ffffff!important;
	box-shadow:4px 4px 0px 0px #ffffff!important;
	height: auto!important;}
.btn:hover{
	color: #fff!important;
	-webkit-box-shadow: 2px 2px 0px 0px #ffffff!important;
box-shadow: 2px 2px 0px 0px #ffffff!important;}

input[type='submit'], input[type=button], input[type=reset], button, .btn{
font-family: 'VAGRounded-Bold';
color:#fff;
font-size:14px!important;
line-height:20px!important;
text-decoration: none!important;
margin: 0px;
min-width:130px;
max-width: 340px;
/* height:36px; */
text-transform: uppercase;
/* padding: 10px 10px; */
padding: 10px 22px!important;
letter-spacing: 0.8px;
padding-bottom: 8px;
border-radius: 0px;
display: inline-block;
background-color: rgba(237,105,33,1);
border:0;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;

-webkit-box-shadow:4px 4px 0px 0px #ffffff;
box-shadow:4px 4px 0px 0px #ffffff;
-webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0, 1);
transition: all 0.2s cubic-bezier(0.25, 0.25, 0, 1);

}
input[type='submit']{ text-transform: uppercase;}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .btn:hover{
	text-decoration:none;
	color: #fff!important;
	background-color: rgba(237,105,33,1);
-webkit-transform: translateX(2px) translateY(2px) !important;
	transform: translateX(2px) translateY(2px) !important;
	-webkit-box-shadow: 2px 2px 0px 0px #ffffff;
	box-shadow: 2px 2px 0px 0px #ffffff;
	text-decoration: none;
	}

select {
border-radius: 0;
background-color: #EBE9F6;
padding: 10px 8px;
/* height: 46px; */
width:100%;
border:#EBE9F6 solid 1px;
-webkit-appearance: none;
-moz-appearance:none;
appearance:none;
background-image: url('../images/select-arrow.svg');
background-size: 40px;
background-position: right center;
background-repeat: no-repeat;
padding-right: 45px;
font-size: 16px;
line-height: 24px;
color:#453A8F;
font-weight: normal;
font-family: 'Poppins-Regular';
-moz-font-family: 'Poppins-Regular';
-moz-appearance: none;
-webkit-appearance: none;
	}

select::-ms-expand {
display: none;
}

textarea {
    width: 100%;
    font-size:16px;
    line-height: 26px;
    height:170px;
    padding:10px 15px;
    box-sizing: border-box;
    border: 0px;
    color: #453A8F;
    /* border:1px solid #4c8dce; */
    background-color: #EBE9F6;
    border-radius: 0px;
    resize: none;
    font-family: 'Poppins-Regular';
font-weight: 400;
font-style: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#b7b0d8;
	opacity:1;
	font-weight:400;

}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#b7b0d8;
	opacity:1;
	font-weight:400;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#b7b0d8;
	opacity:1;
	font-weight:400;

}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#b7b0d8;
	opacity:1;
	font-weight:400;

}
.resWrap{
  width: 100%;
  overflow: auto;
}

table {
    width: 100% !important;
    border: 0px;
}

table tr{/*border-bottom: 1px dotted #fff;*/ background-image: url('../images/dotts.svg'); background-repeat: repeat-x; background-position: bottom;}
.tableBox table tr:last-child{ background-image: none;}
table tr td {
    padding: 5px 0 6px 0;
    border-collapse: collapse;
}

table {
    text-align: left;
    border-collapse: collapse;
}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0px;
}

table td {

    word-wrap: break-word;
}


.alignleft  {
float: left;
margin: 10px 30px 30px 0px!important;
margin-right:30px!important
}
.alignright  {
float: right;
margin: 10px 0px 30px 50px!important;
}
.aligncenter{
	float: none;
	margin: 30px auto 30px auto;
}
.wp-caption{ max-width:100%;}
.wp-caption-text{ position:relative; margin-top:-24px; font-size:12px; line-height:14px; color:#a7a8aa;}
.postContent img{ margin:30px 0;}

blockquote{
  margin: 0 auto;
  width:100%;
  /*max-width:480px;*/
  max-width:100%;
  margin-bottom:40px;
  padding: 20px 20px 20px 20px;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Poppins-Regular';
  text-align:center;
}
blockquote p{
  padding: 0px;
}
blockquote em{
  margin-top: 20px;
  display: block;
}


.box{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 50%; 	/* initial ratio of 1:1*/
}
.imageHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
	/* font-family: 'object-fit: cover'; */
  object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center';
	width: 100%;
	height: 100%;
}

.fullImage .box:before{ padding-top:35%;}
.quickLinks .box:before, .videosThumb .box:before, .introQuickLink .box:before, .listImage .box:before, .DetailImage .box:before, .galleryBox .box:before, .videoBox .box:before{ padding-top:70%;}
.flipBoxFront .box:before{ padding-top:75%;}
.imageVideoHolder .box:before{ padding-top:60%;}
.teamBox .box:before{ padding-top: 100%;}
.box.imageOne:before, .box.imageTwo:before{ padding-top: 120%;}
.historySec .infoBox.verticalImage .box::before{ padding-top: 140%;}

/*  smooth animation start here */
  .socialLinks ul li img, .mobileMenu, .accordionTrigger span, .helpLine, .mobileButtons, .logobox,
	.logobox, .helpLine, .phoneTimeBox img, .phone, .time, .helpLine ul li, .borderboxHolder, .iconHolder:before, .productbox h2, .fullImage .box::before, .fullVideoHolder, .helpLine ul,
	.helpLineMob ul li a, .helpLineMob .phone, .helpLineMob .time{-webkit-transition: all 0.3s ease-in-out;
  		-moz-transition: all 0.3s ease-in-out;
  		-o-transition: all 0.3s ease-in-out;
  		transition: all 0.3s ease-in-out;
  	}
  /* .slideSearch, .col_1_1_1 .col, .col_1_1 .col, .col_45_55 .col, .col_66_33 .col, .col_30_50_20 .col, .borderbox, .commonSpace, .deskMenu ul.topMenu > li > a::before, .donateAmount, .col_1_1_1 .col{-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;} */

	.slideSearch, .borderbox, .commonSpace, .deskMenu ul.topMenu > li > a::before, .donateAmount{-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
/*  smooth animation end here */

/* clear class css start here */
header:after, section:after, .historySec:after, .content_1150:after, .mobileButtons:after, .filterBox::after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
/* clear class css end here */

.grid, .formHolder li.row, .menuHolder{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexVerticalCenter, .ImageLeftBottom, .helpLineMob .borderbox{
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexBottom{
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flexHorizontalCenter {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ImageLeftTop{text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: flex-end;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;}
.imageVideoBox.ImageRightTop{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.flexRowReverse, .imageVideoBox.ImageRightBottom, .overlapImageBox .imageRightSec{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/* common page animations */
.fadeIn {
	opacity: 0;
	transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe {
	opacity: 1
}
/* common page animations */
.hovereffect{ overflow: hidden;}
.hovereffect img, .productbox .imageHolder img, .tc-get-featured-image img{
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hovereffect:hover img, .productbox .box:hover .imageHolder img, .tc-get-featured-image:hover img{
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
