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

/* fonts start here */
@font-face {
 font-family: 'MikadoBold';
 src: url('fonts/MikadoBold.eot');
 src: url('fonts/MikadoBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/MikadoBold.woff') format('woff'),
      url('fonts/MikadoBold.ttf') format('truetype'),
      url('fonts/MikadoBold.svg#Sri-TSCRegular') 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: #033b66;
	font-family: 'acumin-pro',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:20px;
	line-height: 26px;
  display: flex;
  flex-direction: column;
}

#page-wrap{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  flex: 1 0 auto;
/* padding-top:178px; */
padding-top:162px;}
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: #e20069;
 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;
}
a:hover {
text-decoration:underline;
color: #033b66;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 {font-family: 'MikadoBold'; color:#033b66; text-transform: uppercase;}
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: 60px;
line-height: 64px;
margin-bottom: 25px;
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: 32px;
margin-bottom: 15px;
font-weight:normal;
}
h5 {
font-size: 22px;
line-height: 30px;
margin-bottom: 15px;
font-weight:normal;
}
h6 {
font-size: 20px;
line-height: 28px;
margin-bottom: 15px;
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 7px 4px 7px;
}
/*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: #033b66;
}
strong, b { /*color:#033b66;*/
font-family: 'acumin-pro',sans-serif;
font-weight: 600;
font-style: normal;}
img { /*  display:block;*/
height: auto }


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='password'],
textarea,
input[type='submit']{
width:100%;
font-family: 'acumin-pro',sans-serif;
font-weight: 400;
height:46px;
border:#fff solid 1px;
background-color: #ffffff;
font-size:16px;
line-height: 24px;
padding: 10px 15px;
margin: 0px;
color: #033b66;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}

input[type='submit'], input[type=button], input[type=reset], button, .btn{
font-family: 'MikadoBold';
color:#fff;
font-size:22px;
line-height:22px;
text-decoration: none;
margin: 0px;
width: 100%;
max-width: 340px;
height: 80px;
text-transform: uppercase;
padding: 30px 24px;
border-radius: 0px;
display: inline-block;
background-color: rgba(226,0,105,1);
border:0;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
-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;
}
input[type='submit']{ text-transform: uppercase;}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button, .btn:hover{
	text-decoration:none;
	background-color:transparent;
	color: #fff;
	background-color: rgba(3,59,102,1);
  -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;
	}

select {
border-radius: 0;
background-color: #fff;
padding: 12px 8px;
height: 50px;
width:100%;
border:#ffffff 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:#033b66;
}
select option{
padding:10px 0px;
display: block;
font-size: 16px;
line-height: 24px;
}

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

textarea {
    width: 100%;
    font-size:16px;
    line-height: 26px;
    height:170px;
    padding:20px 24px;
    box-sizing: border-box;
    border: 0px;
    color: #033b66;
    /* border:1px solid #4c8dce; */
    background-color: #ffffff;
    border-radius: 0px;
    resize: none;
    font-family: 'acumin-pro',sans-serif;
font-weight: 400;
font-style: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#9c9c9c;
	opacity:1;
	font-weight:400;
  text-transform: uppercase;
}
.searchItems input::-webkit-input-placeholder{color:#fff;}
.donateContent input::-webkit-input-placeholder{color:#9c9c9c; text-transform: none;}
.donateContent textarea::-webkit-input-placeholder{color:#9c9c9c; text-transform: none;}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#9c9c9c;
	opacity:1;
	font-weight:400;
  text-transform: uppercase;
}
.searchItems input::-moz-placeholder{color:#fff;}
.donateContent input::-moz-placeholder{color:#9c9c9c; text-transform: none;}
.donateContent textarea::-moz-placeholder{color:#9c9c9c; text-transform: none;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#9c9c9c;
	opacity:1;
	font-weight:400;
  text-transform: uppercase;
}
.searchItems input:-ms-input-placeholder{color:#fff;}
.donateContent input:-ms-input-placeholder{color:#9c9c9c; text-transform: none;}
.donateContent textarea:-ms-input-placeholder{color:#9c9c9c; text-transform: none;}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#9c9c9c;
	opacity:1;
	font-weight:400;
  text-transform: uppercase;
}
.searchItems input:-moz-placeholder{color:#fff;}
.donateContent input:-moz-placeholder{color:#9c9c9c; text-transform: none;}
.donateContent textarea:-moz-placeholder{color:#9c9c9c; text-transform: none;}
.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: 'acumin-pro',sans-serif;
font-weight: 400;
font-style: normal;
  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%;
}

.listImage .box:before{ padding-top:75%!important;}
.cardImage .box:before, .newsImage .box:before{ padding-top:80%;}
.teaserImage .box:before{ padding-top: 75%;}
.featuredImage .box:before{ padding-top:75%;}
.herosliderHolder .box:before{ padding-top:40%;}
.detailpageImage .box:before{ padding-top:58%;}
.includeImage .box:before, .quoteImage .box:before{ padding-top:75%;}
.newsDetailImage .box:before, .imageTwo .box:before{ padding-top:75%;}
.galleryList .box:before{ padding-top:60%;}
.verticalImage .box:before, .imageOne .box:before, .imageThree .box:before{ padding-top:140%;}
.accordionImage .box:before{padding-top:100%;}
.donateImgOne .box:before{ padding-top:80%;}
.donateImgTwo .box:before{ padding-top: 100%;}
.donateImgThree .box:before, .donateImgFour .box:before{ padding-top: 120%;}
.donateImgFive .box:before{ padding-top: 90%;}

/*  smooth animation start here */
ul.footerSocialLinks li img, ul.SocialLinks li img, .logo, .shareBox .st-custom-button, .customradioBox label, .customradioBox label, .accordionTrigger, .mobileMenu, .headerBox, .headerLink, #header, .headerBox nav ul li, .detailimageBox h1, .accordionTtitle, .dropTitle:before, .selectAmount::before{
		-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;
	}

.slick-prev.slick-arrow, .slick-next.slick-arrow, .menuBox, .otherAmount, .listingHolder .col, .col_45_55 .col, .col_1_1 .col, .includeImage, .detailpageImage, .detailimageBox h1, .blogMeta, .postTitle, .shareBox, .detailImageBox, .categoryLinks ul li a, .stasticsBox .col, .popupHolder, .formAlertbox{
		-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;
	}


  .headerBox nav ul li, .headerLink a, .donateImgOne, .donateImgTwo, .donateImgThree, .donateImgFour, .donateImgFive, .infoBox, .yearBox, .yearCircle, .infoBox > div, .listImage, .listTitle, .yearHolder{-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;
  	}
  .slideCaption h2, #header .content_1370, .slideSearch{-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, .content_1370:after, .content_1380:after, .content_1400:after, .ContactBox:after, .btnHolder:after, .cartHolder:after, .yearBox:after, .passwordBox:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
/* clear class css end here */

.grid, .newslettrForm ul, .latestNews ul li a, .latestNews ul li, .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;
}
.cardsSlider .slick-track{	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;}
.flexVerticalCenter{
    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;
}
/* 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, .productbox .imageHolder{ overflow: hidden;}
.hovereffect img, ul.products li .productbox .imageHolder img{
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.listingHolder .col:hover .hovereffect img, .galleryList .col:hover .hovereffect img, .listHolder:hover .hovereffect img, .cardHolder:hover .hovereffect img,
.latestNews ul li:hover .hovereffect img, .teaserImageDesc:hover .hovereffect img, ul.products li .productbox:hover .imageHolder img{
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
