@charset "utf-8";
/*------------| 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 {margin: 0px !important;}
html,body {width: 100%;height: 100%;padding:0;margin: 0;}

body {
  padding: 0px;
  margin: 0px;
  color: var(--purple);
  font-family: 'Comfortaa';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height:32px;
  background-color: var(--greenThin);
  display: flex;
  flex-direction: column;
}

#page-wrap {
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
  position: relative;
  padding: 150px 0 0px;
  -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.content-1920 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
}

.content-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
}

small {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.45px;
}

.position-relative {position: relative;display: block;}

/*=============== tags start ===================**/

*:focus,
a:hover,
a:active,
a:focus {outline: 0;outline: none !important;}

/*a:visited,
a:focus,
a:focus-within {color: var(--purple);}*/


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;}


a {
  color: var(--purple);
  -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(--green);
}


h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  display: block;
  clear: both;
  width: 100%;
  font-family: "ff-cocon-pro", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 72px;
  line-height: 77px;
  padding-bottom: 45px;
}

h2 {
  font-size: 45px;
  line-height: 45px;
  padding-bottom:26px;
}

h3 {
  font-size: 40px;
  line-height: 45px;
  padding-bottom: 26px;
}

h4 {
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 23px;
}

h5 {
  font-size: 26px;
  line-height: 33px;
  padding-bottom: 23px;
}

h6 {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 15px;
}

ul,ol {padding: 0 0 10px 22px;margin: 0;}
li {padding: 0 0 10px 0;margin: 0;}

p {margin: 0px;padding: 0px 0px 20px 0px;display: block;width: 100%;}
p:empty {display: none;}

strong,b {font-weight:500;font-style: normal;}

img {border: 0px;outline: none; display: block;max-width: 100%;height: auto}
figure {padding: 0px;margin: 0px;}
 

input {margin: 0px;}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type="password"],
textarea {
  width: 100%;
  font-weight: 300 !important;
  font-style: normal;
  height:45px !important; 
  font-family: 'Comfortaa';
  background-color: transparent;
  font-size: 20px !important;
  line-height: 35px !important;
  padding: 4px 15px !important;
  border: 1px solid var(--purpleLight) !important;
  border-radius: 25px !important;
  margin: 0px;
  color: var(--purple) !important;
  -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: 25px;
  line-height: 35px;
  text-decoration: none !important;
  margin: 0px;
  padding: 6px 20px;
  height: 45px;
  min-width: 140px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  background-color: var(--purpleLight);
  border: 1px solid var(--purpleLight);
  font-family: 'Comfortaa'!important;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.9s!important;
    -moz-transition: all 0.9s!important;
    transition: all 0.9s!important;
}

input[type='submit']:hover,
input[type=button]:hover,
input[type=reset]:hover,
button,.btn:hover {
  text-decoration: none;
  color:var(--purple)!important;
  background-color: transparent!important;
  border: 1px solid var(--purpleLight);
}


input:focus,select:focus,textarea:focus { outline:none !important;box-shadow: none !important; }

select {
 border-radius: 25px !important;
  padding: 5px 15px !important;
   height: 45px !important; 
  width: 100%;
  font-family: 'Comfortaa';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 0px!important;
  padding-right: 45px !important;
  font-size: 20px !important;
  line-height: 35px !important;
  color: var(--purple)!important;
  font-weight: 300 !important;
  border: 1px solid var(--purpleLight) !important;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  font-size: 25px;
  line-height: 33px;
  height: 220px !important;
  padding: 15px !important;
  font-family: 'Comfortaa';
  box-sizing: border-box;
  border: var(--purpleLight) solid 1px !important;
    color: var(--purple)!important;
  background-color: transparent;
  border-radius: 25px !important;
  resize: none;
  font-weight: normal;
  font-style: normal;
  font-weight: 300 !important;
  resize: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
 color: #5800FF!important;opacity: 1!important;font-weight: 300!important;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
 color: #5800FF!important;opacity: 1!important;font-weight: 300!important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
 color: #5800FF!important;opacity: 1!important;font-weight: 300!important;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
 color: #5800FF!important;opacity: 1!important;font-weight: 300!important;
}


blockquote {margin: 0 auto;width: 100%;max-width: 100%;margin: 20px 0 30px;padding: 5px 20px;position: relative;font-family: 'Comfortaa';text-align: left;border-left: 4px solid var(--purpleLight);
}
blockquote p {padding: 0 !important;}
blockquote em {margin-top: 20px;display: block;}


/* align left right and center */
.alignleft {float: left;margin: 0px 20px 14px 0px !important;position: relative;opacity: 1 !important;max-width: 500px !important;width: 100% !important}
.alignright {float: right; margin: 0px 0px 14px 20px !important; position: relative; opacity: 1 !important;}
.aligncenter {float: none;margin: 8px auto 20px auto;max-width: 500px !important;width: 100% !important}

.wp-caption.alignright img{ max-width: 500px !important;width: 100% !important}
.wp-block-image {background: #fff; position: relative;}
.wp-caption-text {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;}
.wp-caption {max-width: 500px !important;width: 100% !important}
.wp-caption .imgloader {display: none;}

table{width:100%; border:0px; text-align:left; border-collapse:collapse;border: 1px solid #6536A5;}
td,th{padding:10px;border-collapse: collapse;}
.entry table thead th {min-width: 300px;}
table tbody tr {vertical-align: top}
th{background:#DCE0E0 !important;color:white;font-weight:bold;}
table h1, table h2, table h3, table h4, table h5 {margin:0px;}
table td{word-wrap:break-word;}
.entry table th, thead td {background: #DCE0E0;color: #000;padding: 10px;font-weight: 700;word-wrap: break-word;font-size: 23px;}
.entry table {width: 100%;border: 0px;table-layout: auto;}
.tableWrap {overflow: auto;margin-bottom: 50px}

table tr{border-bottom:#6536A5 solid 1px;}
table tbody tr th, table thead tr th, table tr th{ background-color:#5800FF!important; color:#fff;}
table tbody tr:nth-child(odd){ }
table tbody tr:nth-child(even){background-color:rgb(177 150 228 / 20%);}
table td {word-wrap: break-word;}


/*---- img resposnsive----*/
.box {position: relative;overflow: hidden;}
.box:before {content: "";display: block;padding-top: 50%;}
.imageHolder {position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;background-color: #b196e4;}
.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%;}

/* flex css start here */
.displayFlex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;clear: both;}
.flexRowReverse {-webkit-flex-flow: row-reverse wrap;flex-flow: row-reverse wrap;}
.col-1 {width: 25%;}
.col-2 {width: 50%;}
.col-3 {width: 33.33%;}

section, footer {position: relative;overflow: hidden;clear: both;width: 100%;}

/*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[data-lazy-src]{
   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;}
body:not(.logged-in) img[data-lazy-src], body:not(.logged-in) .entry img {opacity: 1 !important}

/*iframe resposnive video start*/
.videoPlayer {  position: relative;padding-bottom: 56.23%;height: 0;overflow: hidden;max-width: 100%;background-color: #b196e4; }
.videoPlayer iframe { position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: 0 0;}
/*iframe resposnive video End*/