/* Font Face Css */

@charset "utf-8";
@font-face {
    font-family: "Circular Book";
    src: url("../fonts/Circular-Book.woff2") format("woff2"), url("../fonts/Circular-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ----------------  */


/*------------| 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;
}

html,
body {
    width: 100%;
    padding: 0px;
    margin: 0;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    min-width: 320px;
    color: #3c4e5e;
    font-family: "Circular Book", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    background: #fff;
    overflow-x: hidden;
    min-height: 100%;
    position: relative;
}

b,
strong {
    font-weight: bold;
}


/*=============== tags start ===================**/

section {
    width: 100%;
    position: relative;
}

*:focus,
a:hover,
a:active,
a:focus {
    outline: 0;
}

*:focus {
    outline-style: none;
    box-shadow: none;
    /* border-color:transparent; */
}

button::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0;
}

figure {
    padding: 0px;
    margin: 0px;
}

a {
    opacity: 1;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    position: relative;
    display: inline-block;
    color: #429CB5;
    text-decoration: none;
}
section a:before, section a:after, p a:before, p a:after, .NextPrev a:before, .NextPrev a:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
  }
  section a:before, p a:before, .NextPrev a:before{
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #3c4e5e;
    transform: scaleX(0);
}
section a:hover:before, p a:hover:before, .NextPrev a:hover:before{
    transform: scaleX(1);
  }
a:focus {
        border: none;
        outline: none;
    }

img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    height: auto;
}

input {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "Circular Std", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}
p{
    word-break: break-word
}
p:empty {
    display: none;
}

h1 {
    font-size: 90px;
    line-height: 100px;
    padding-bottom: 80px;
}

h2 {
    font-size: 48px;
    line-height: 54px;
    padding-bottom: 50px;
}

h3 {
    font-size: 42px;
    line-height: 54px;
    padding-bottom: 45px;
}

h4 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 40px;
}

h5 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 35px;
}

h6 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 30px;
}

ul {
    padding: 0px 0px 35px 25px;
    margin: 0px;    
}

ol {
    padding: 0px 0px 35px 40px;
    margin: 0px;
}

ul li {
    position: relative;
    padding: 0px 0px 0px 0px;
}
ul li a:before {
    background: transparent;
}
ol li {
    padding: 0px 0px 0px 0px;
}

p {
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

hr {
    padding: 0px;
    border: 0px;
    height: 1px;
    margin: 30px auto;
    background-color: #b4b5b5;
}

img {
    /*  display:block;*/
    height: auto;
}


/* ==================================== breadcrumb menu & pagination css end here========================== */

.col_1_1_1 .col {
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

.col_1_1 .col {
    width: 50%;
}

.box {
    position: relative;
    height: 100%;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.imageHolder:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    top: 60%;
    transform: translateY(-50%);
}

.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%;
}




.fadeIn {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
}

.fadeIn.animateMe {
    opacity: 1;
}

.fadeInUp {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -webkit-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.fadeInUp.animateMe {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
}
.animation,
.hoverpath,
.closeBtn {
    -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;
}

.flexNoWrap,
.flexWrap,
.flexStretch,
.flexHorizontalCenter,
.flexVerticalCenter,
.flexRowReverse,
.flexcolReverse,
.flexGrow,
.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
header .centerBlock,
footer .centerBlock {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.flexWrap,
.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
footer .centerBlock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.flexStretch .col_1_1_1,
.col_1_1_1_1 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flexHorizontalCenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spacebetween,
header .centerBlock,
footer .centerBlock {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}


/* , .ContentHolder */

.flexVerticalCenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexstart,
footer .centerBlock {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.flexend,
header .centerBlock {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.flexRowReverse {
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flexcolReverse .col {
    width: 100%;
}

.flexGrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.flexGrow .col:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.border-bottom {
    border-bottom: 1px solid #3C4E5E;
}


/* Fancybox css */
blockquote {
	position: relative;
	margin: 0 0 0px;
}
blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}
pre{
    margin: 0;
    word-break: break-word;
}




/* WP- core css */

.alignnone {
    margin: 20px 20px 20px 0px;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 20px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 20px 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: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px;
}
 
/* 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. */
}