@charset "utf-8";
:root {
  --Red: #db0812;
  --Midnight_Navy: #1a3e49;
  --Green: #95c672;
}

/* font-family: verveine, sans-serif;
font-family: duper, sans-serif; */
/*------------| body frame start |-----------*/
* {
  -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;
}

@font-face {
    font-family: 'axiformabold';
    src: url('fonts/axiforma-bold-webfont.eot');
    src: url('fonts/axiforma-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/axiforma-bold-webfont.woff2') format('woff2'),
         url('fonts/axiforma-bold-webfont.woff') format('woff'),
         url('fonts/axiforma-bold-webfont.ttf') format('truetype'),
         url('fonts/axiforma-bold-webfont.svg#axiformabold') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}



@font-face {
    font-family: 'axiformabook';
    src: url('fonts/axiforma-book-webfont.eot');
    src: url('fonts/axiforma-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/axiforma-book-webfont.woff2') format('woff2'),
         url('fonts/axiforma-book-webfont.woff') format('woff'),
         url('fonts/axiforma-book-webfont.ttf') format('truetype'),
         url('fonts/axiforma-book-webfont.svg#axiformabook') format('svg');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
@font-face {
    font-family: 'Rustico';
    src: url('fonts/rustico-regular-webfont.woff2') format('woff2'),
         url('fonts/rustico-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bjolaregular';
    src: url('fonts/bjola-webfont.eot');
    src: url('fonts/bjola-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bjola-webfont.woff2') format('woff2'),
         url('fonts/bjola-webfont.woff') format('woff'),
         url('fonts/bjola-webfont.ttf') format('truetype'),
         url('fonts/bjola-webfont.svg#bjolaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
    /* font-family: 'Open Sans', sans-serif;
    font-family: 'Baloo', cursive;
    font-family: 'Permanent Marker', cursive; */

/*
html{
  overflow-x: hidden;
} */
html, body {
  width: 100%;
/* height: 100%; */
  padding: 0px;
  margin: 0;
  /* overflow-x: hidden; */
}

body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  min-width: 320px;
  color: #000000;
  /* overflow-x: hidden; */
  font-family: 'axiformabook';
}

/*=============== tags start ===================**/
section{
position: relative;
overflow: hidden;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
color: var(--Red);
text-decoration:none;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
}
a:hover {
text-decoration:underline;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 { font-family: 'axiformabold'; font-weight: normal; color:var(--Midnight_Navy);}
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;
/* display: block;
  clear: both;
  width: 100%; */
}

h1 {
font-size: 32px;
line-height: 34px;
margin-bottom: 12px;
}
h2 {
font-size: 30px;
line-height: 32px;
margin-bottom:12px;
}
h3 {
font-size: 28px;
line-height: 30px;
margin-bottom: 12px;
}
h4 {
font-size: 26px;
line-height: 28px;
margin-bottom: 12px;
}
h5 {
font-size: 24px;
line-height: 26px;
margin-bottom: 12px;
}
h6 {
font-size: 22px;
line-height: 24px;
margin-bottom: 12px;
}
ul{
padding: 0px 0px 12px 0px;
margin: 0px;
list-style: none;

}
ol{
padding: 0px 0px 12px 25px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 5px 0px 5px 25px;
}
ul li::before{
content: '';
width: 8px;
height: 8px;
position: absolute;
display: block;
left: 2px;
top:12px;
background: var(--Red);
border-radius: 8px;
}
ol li{
padding: 5px 0px 5px 5px;
}

p { margin: 0px; padding: 0px 0px 12px 0px;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: var(--Midnight_Navy);
}
strong, b { font-family: 'axiformabold';}
img { /*  display:block;*/
height: auto }


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea,
input[type='submit']{
width:100%;
}
input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea,
select{
background: #fff;
border:1px solid #e8e7e7;

font-family: 'Open Sans', sans-serif;
font-size:16px;
line-height: 26px;
padding: 8px 15px;
margin: 0px;
color: #000000;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
input[type='submit'], input[type=button], input[type=reset], button, .btn {
color:#ffffff;
font-family: 'axiformabold';
font-size:16px;
line-height: 20px;
text-decoration: none;
text-transform: uppercase;
margin: 0px;
width: 100%;
padding: 17px 17px 14px 17px;
border-radius: 0px;
display: inline-block;
background-color: var(--Midnight_Navy);
border: 0px;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}

select {
background-image:url('../images/dd-arrow.png');
background-position: right center;
background-repeat: no-repeat;
border-radius: 0px;
border:1px solid #e8e7e7;
background-color: transparent;
padding: 3px 32px 3px 15px;
height: 45px;
width:100%;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
select option{
padding:10px 0px;
display: block;
font-size: 14px;
}

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


textarea {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height: 26px;
    height: 75px;
    padding: 8px 15px;
    box-sizing: border-box;
    border: 0px;
    color: #000000;
    border:1px solid #e8e7e7;
	background: #fff;
    background-color: transparent;
    border-radius: 0px;
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#ABB0B2
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#ABB0B2
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#ABB0B2
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#ABB0B2
}
.resWrap{
  width: 100%;
  overflow: auto;
}

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

table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

table {
    background: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 26px;
}

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

table th, table thead td {
    background: var(--Midnight_Navy);
    color: #fff;
    padding: 15px;
      text-align: left;
    border-right: 1px solid #b3b3b3;
    font-weight: 700;
    border-bottom: 1px solid #b3b3b3;
    word-wrap: break-word;
}

table td {
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    word-wrap: break-word;
}


.alignleft  {
float: left;
margin: 0px 30px 20px 0px;
}
.alignright  {
float: right;
margin: 0px 0px 20px 30px;
}
.aligncenter
{
	float: none;
	margin: 20px auto 20px auto;
}

blockquote
{
  background: #f2f2f2;
  margin: 0px 0px 35px 0px;
  padding: 20px 35px 20px 70px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
blockquote p{
  padding: 0px;
}
blockquote em{
  margin-top: 20px;
  display: block;
}
blockquote::before
{
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  background-image: url('../images/quote-start-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* ==================================== breadcrumb menu & pagination css start here========================== */
.breadcrumb
{
	width: 100%;clear: both;padding-bottom: 30px;
}
.breadcrumb ul {
    padding: 0px;
    list-style: none;
    font-size: 17px;
		line-height: 27px;
    text-transform: lowercase;
}

.breadcrumb ul li {
    display: inline;
}

.breadcrumb ul li+li:before, .breadcrumb ul li+li+li:before {
    padding: 1px;
    color: #9d9dcc;
    content: "/\00a0";
}

.breadcrumb ul li a {
    color: #9d9dcc;
    text-decoration: none;
    text-transform: lowercase;
}

.breadcrumb ul li a:hover {
    color: #c80065;
    text-decoration: underline;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
/* ==================================== breadcrumb menu & pagination css end here========================== */

.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

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

.OF-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%;
		}
.ajax-loader {
	background-image: url('../images/ajax-loader.svg') !important;
	background-color: #E10034 ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 36px !important;
	height: 36px !important;
	margin: 0px -18px 0px 0px !important;
	position: absolute;
	right: 50%;
	bottom: -30px;

}

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

.disablehover:hover
{
  text-decoration: none;
}
