@charset "utf-8";
/*------------| body frame start |-----------*/

/* font start */
/* font end */

* {
  -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 {
  margin: 0px !important;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  color: var(--black);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
}

header::after,
#page-wrap::after,
section::after,
footer::after,.userOptiondata::after,.content-para::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

.col_1_1,
.col_1_1_1,
.col_1_1_1_1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  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;
}

.col_1_1_1 .col {
  width: 33.33%;
}

.col_1_1_1_1 .col {
  width: 25%;
}

.col_1_1 .col {
  width: 50%;
}

.col_1_1::after,
.col_1_1_1::after,
.centerBlock::after,
.content_1370::after,
.content_1440::after,
.col::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

.col {
  float: left;
  padding: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.col_1_1 .col {
  width: 50%;
  padding: 0px;
}

.col_1_1_1 .col {
  width: 33.33%;
  padding: 0px;
}

#page-wrap {
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.content-1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  display: block;
}



.content-1920::after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: "";
    clear: both;
    height: 0%;
}

small {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.45px;
  color: #966E36;
}


/*=============== tags start ===================**/
section {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
}

*:focus,
a:hover,
a:active,
a:focus {
 /* outline: 0;
  outline: none !important;*/
}

/*a:visited,
a:focus,
a:focus-within {
    color: var(--turquoiseBlue);
}*/


/*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;
}*/

figure {
  padding: 0px;
  margin: 0px;
}

a {
  color: var(--black);
  -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;
  text-decoration: underline;
}

a:hover {
  color: var(--turquoiseBlue);
}

img {
  border: 0px;
  outline: none;
  display: block;
  max-width: 100%;
  height: auto
}

input {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.date {
  font-weight: normal;
  font-style: normal;
  color: var(--black);
  font-family: 'Lato', sans-serif;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  display: block;
  clear: both;
  width: 100%;
}

h1 {
  font-size: 45px;
  line-height: 55px;
  padding-bottom:10px;
  margin-bottom: 30px;
  font-weight: bold;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  padding-bottom:10px;
  margin-bottom: 30px;
  font-weight: bold;
}

h3 {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 30px;
  font-weight: bold;
}

h4 {
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 20px;
  font-weight: bold;
}

h5 {
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 20px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 33px;
  padding-bottom: 10px;
 font-weight: 600;
}

ul,
ol {
  padding: 0 0 20px 20px;
  margin: 0;
}

li {
  padding: 0 0 5px 10px;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0px 0px 16px 0px;
  display: block;
  width: 100%;
}

p:empty {
  display: none;
}



hr {
 margin:40px auto;height: 1px;border-top: 1px dashed  #bebebe !important;border: none;
}

strong,
b {
  font-weight: bold;
  font-style: normal;
}

img {
  height: auto
}



input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type="password"],
textarea {
  width: 100%;
  font-weight: 300;
  font-style: normal;
  height:40px; 
  font-family: 'Lato', sans-serif;
  background-color: transparent;
  font-size: 20px !important;
  line-height: 28px !important;
  padding: 24px 15px !important;
  border: none;
  border-radius: 0px;
  margin: 0px;
  color: var(--black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='submit'],
input[type=button],
input[type=reset],
button,
.btn,
ul.regMenu li a {
  font-weight: normal;
  font-style: normal;
  color: var(--white);
  font-size: 16px;
  line-height: 30px;
  text-decoration: none !important;
  margin: 0px;
  padding: 6px 15px 8px;
  min-width: 150px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  background-color: #4B9090;
  border: 1px solid transparent;
   font-family: 'Lato', sans-serif;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;

}


input[type='submit']:hover,
input[type=button]:hover,
input[type=reset]:hover,
button,
.btn:hover {
  text-decoration: none;
  color: #4B9090;
  background-color: transparent;
  border: 1px solid #4B9090;
}


select {
  border-radius: 0px;
  background-color: var(--white);
  padding: 8px 15px !important;
   height: 40px; 
  width: 100%;
  /* border:#B4B3B3 solid 1px; */
  font-family: 'Lato', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/drop-arrow.svg');
  background-size: 20px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 45px !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: var(--black);
  font-weight: normal;
  font-style: normal;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  height: 220px !important;
  padding: 15px !important;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  border: var(--purple) solid 2px;
  color: var(--black);
  /* border:1px solid #4c8dce; */
  background-color: var(--white);
  border-radius: 0px;
  resize: none;
  font-weight: normal;
  font-style: normal;

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;

}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;

}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: #8D8D8D;
  opacity: 1;
  font-weight: 400;

}


blockquote {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
  color: var(--black);
  border-left: 4px solid var(--gray);
}

blockquote p {
  padding: 0 !important;
}

blockquote em {
  margin-top: 20px;
  display: block;
}



.alignleft {
    float: left;
    margin: 6px 20px 14px 0px !important;
    position: relative;
    opacity: 1 !important;
}

.alignright {
    float: right;
    margin: 6px 0px 14px 20px !important;
    position: relative;
    opacity: 1 !important;
}

.aligncenter {
    float: none;
    margin: 8px auto 20px auto;
}

.wp-block-image {
    background: #fff;
    position: relative;
}

.wp-caption-text {  background: #fff;
    max-width: 97%;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    position: relative;line-height:22px !important;font-style:italic; }

.wp-element-caption {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px 3px 7px;
}

/*---- img resposnsive----*/

.box {
  position: relative;
  overflow: hidden;
}

.box:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* initial ratio of 1:1*/
}

.imageHolder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #4B9090B0;
}

.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%;
}

/* clear class css start here */
header:after,
section:after,
.gform_fields .gfield.radioWithDesc::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

/* clear class css end here */

/* flex css start here */
.grid,
.titleTextBlock {
  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 {
  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;
}

.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;
}

.flexRowReverse {
  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;
}




/*Img Loader Smoth Css*/
.imgloader{width: 40px;height: 40px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
  background-image: url('../images/ajax-loader.svg');background-position: center center;background-repeat: no-repeat;background-size: 40px;}
body:not(.logged-in) img[data-lazy-src], body:not(.logged-in) .entry img,body:not(.logged-in) iframe img{
   opacity: 0;transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -webkit-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);}
img.lazyloaded ~ .imgloader, iframe.lazyloaded ~ .imgloader{opacity: 0;}

 .entry .hovereffect .box .imageHolder img { -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out!important;
    transition: all 0.5s ease-in-out!important;} 

.btnHolder .imgloader,.general-box .imgloader,.stats-info .imgloader,.footer-logo .imgloader,.logoWrapp .imgloader
,.home-banner-img .imgloader,.guidelines-left .imgloader,.zoomingIcon .imgloader,.samll-banner-img .imgloader .content-para .imgloader
{display: none;}

.hovereffect {
    overflow: hidden;
}

.hovereffect img, .hovereffect:hover img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hovereffect:hover img{
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.hovereffect img{
    display: block;
    position: relative;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
     transform: scale(1); 
}

body:not(.logged-in) img[data-lazy-src], body:not(.logged-in) .entry img {opacity: 1 !important}


.videoPlayer {   position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;background-color: #4B9090B0; }

  .videoPlayer iframe { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0; }


/* ACCESIBILITY */

.visually-hidden {
    width: 100%;
    height: 0;
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    color: var(--turquoiseBlue);
}

a.visually-hidden {
    text-decoration: none;
    line-height: 18px;
}

.visually-hidden:focus {
    display: block;
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    margin-top: 10px !important;
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    clip: auto;
    height: auto;
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 8px !important;
    background-color: var(--turquoiseBlue);
    color: var(--white);
}

