/*****Fonts*****/
@font-face { font-family: 'Volte'; src: url('../fonts/Volte-Bold.woff2') format('woff2'), url('../fonts/Volte-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Volte'; src: url('../fonts/Volte-Medium.woff2') format('woff2'), url('../fonts/Volte-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Volte'; src: url('../fonts/Volte-Light.woff2') format('woff2'), url('../fonts/Volte-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Volte'; src: url('../fonts/Volte-Regular.woff2') format('woff2'), url('../fonts/Volte-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Volte'; src: url('../fonts/Volte-Semibold.woff2') format('woff2'), url('../fonts/Volte-Semibold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } 
@font-face { font-family: 'Product Sans'; src: url(../fonts/ProductSans-Bold.woff2) format('woff2'), url(../fonts/ProductSans-Bold.woff) format('woff'); font-weight: 700; font-style: normal; font-display: swap } 
@font-face { font-family: 'Product Sans'; src: url(../fonts/ProductSans-Italic.woff2) format('woff2'), url(../fonts/ProductSans-Italic.woff) format('woff'); font-weight: 400; font-style: italic; font-display: swap } 
@font-face { font-family: 'Product Sans'; src: url(../fonts/ProductSans-BoldItalic.woff2) format('woff2'), url(../fonts/ProductSans-BoldItalic.woff) format('woff'); font-weight: 700; font-style: italic; font-display: swap } 
@font-face { font-family: 'Product Sans'; src: url(../fonts/ProductSans-Regular.woff2) format('woff2'), url(../fonts/ProductSans-Regular.woff) format('woff'); font-weight: 400; font-style: normal; font-display: swap } 
/*****Global CSS*****/
html { overflow-x: hidden } 
body { color: #000000; font-size: 18px; font-weight: 400; line-height: 1.4444444444444444; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; font-family: 'Volte'; } 
* { border: none; margin: 0; outline: none !important; padding: 0; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } 
:after,
:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } 
label { display: block; font-size: 18px; margin: 0 0 8px; font-weight: 500 } 
label.inline-block { display: inline-block; margin: 5px 40px 5px 0 } 
label.inline-block:last-child { margin-right: 0 } 
ol,
ul { list-style: none } 
a { color: #265999; text-decoration: none } 
a:focus,
a:hover { color: #000000; } 
.underline { text-decoration: underline; text-underline-offset: 4px; } 
img { display: block; height: auto; max-width: 100%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none } 
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 { font-family: 'Product Sans'; font-weight: 700; color: #265999; line-height: 1.2; margin: 25px 0 15px } 
h1,
.h1,
h2,
.h2 { font-size: 30px; } 
h3,
.h3 { font-size: 24px } 
h4,
.h4 { font-size: 22px } 
h5,
.h5 { font-size: 20px } 
h6,
.h6 { font-size: 18px } 
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child { margin-top: 0 } 
.font-normal { font-weight: 400 !important } 
.font-medium { font-weight: 500 !important } 
.font-semibold { font-weight: 600 !important } 
.font-bold { font-weight: 700 !important } 
strong,
b { font-weight: 600 } 
.aligncenter { display: block; margin: 5px auto; border-radius: 8px; } 
.alignright { float: right; margin: 5px 0 15px 45px; border-radius: 8px; } 
.alignleft { float: left; margin: 5px 45px 15px 0; border-radius: 8px; } 
p.pn { padding: 0; margin: 0 } 
.clearfix { display: table; width: 100%; padding: 15px 0; margin: 0 } 
.clearfix+h2,
.clearfix+h3,
.clearfix+h4 { margin-top: 0 } 
p { margin: 0 0 22px } 
p+ol,
p+ul { margin-top: -6px } 
ul { margin: 0 0 22px } 
ul li { position: relative; padding: 0 0 15px 35px; overflow: hidden } 
ul li:before { content: ""; background: url(../img/arrow-list-1.png)0 0 no-repeat; padding: 11px; display: inline-block; line-height: 1; font-weight: 400; position: absolute; left: 1px; top: 1px; color: #265999; } 
ul.light li:before { background: url(../img/arrow-list-2.png)0 0 no-repeat; } 
ul.dot li:before { background: #265999; padding: 5px; border-radius: 10px; top: 5px; left: 10px; } 
div.dot ul li:before { background: #265999; padding: 5px; border-radius: 10px; top: 5px; left: 10px; } 
ol { padding-left: 26px; margin: 0 0 22px; text-align: left; overflow: hidden } 
ol li { list-style: decimal; padding-bottom: 7px; padding-left: 0 } 
ol li ul>li { padding-left: 20px; list-style: none } 
ol li ul>li:before { display: block; left: 1px } 
ul ol li { overflow: visible } 
ul ol li:before { display: none; overflow: visible } 
ol ol li { list-style: lower-alpha } 
ol ol ol li { list-style: lower-roman } 
ol ol,
ol ul,
ul ol,
ul ul { margin-top: 12px; margin-bottom: 5px } 
ol li:last-child,
ul li:last-child { padding-bottom: 0 } 
.text-center ul { text-align: left; display: table; margin-left: auto; margin-right: auto } 
.list-none li { padding-left: 0 } 
.list-none li:before { display: none } 
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol ul:last-child,
ol:last-child,
p:last-child,
ul:last-child { margin-bottom: 0 } 
.text-center { text-align: center } 
.text-left { text-align: left } 
.text-right { text-align: right } 
.table-responsive { border: none; margin: 20px 0; overflow: auto } 
table { width: 100%; border-spacing: 0; border-collapse: collapse !important } 
table tr td,
table tr th { padding: 11px 20px; vertical-align: top; text-align: left; border: 1px solid #d7d7d7 } 
table tr th { font-weight: 600; } 
body:not(.woocommerce-page) .table-responsive { margin-bottom:30px; } 
body:not(.woocommerce-page) .table-responsive:last-child { margin-bottom:0; } 
body:not(.woocommerce-page) table tr th { background: #265999; color: #ffffff } 
body:not(.woocommerce-page) table tr:nth-child(odd) td { background-color: #f7f7ff } 
td[align=center],
th[align=center] { text-align: center !important } 
td[align=right],
th[align=right] { text-align: right !important } 
.table-responsive::-webkit-scrollbar { width: 5px; height: 4px } 
.table-responsive::-webkit-scrollbar-track { background: #E9E9E9; border-radius: 8px } 
.table-responsive::-webkit-scrollbar-thumb { background: #cccccc; border-radius: 8px } 
.table-responsive::-webkit-scrollbar-thumb:hover { background: #cccccc } 
.flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex } 
.flex-middle { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center } 
.flex-wrap { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap } 
.flex-wrap-middle { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center } 
a[href*="mailto:"],
a[href*="tel:"] { display: inline-block; word-break: break-word } 
.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 1210px } 
.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } 
.row { margin-right: -15px; margin-left: -15px } 
.row:after,
.row:before { content: ""; clear: both; display: table; } 
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px } 
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 { float: left } 
.col-xs-12 { width: 100% } 
.col-xs-11 { width: 91.66666667% } 
.col-xs-10 { width: 83.33% } 
.col-xs-9 { width: 75% } 
.col-xs-8 { width: 66.66666667% } 
.col-xs-7 { width: 58.33% } 
.col-xs-6 { width: 50% } 
.col-xs-5 { width: 41.66666667% } 
.col-xs-4 { width: 33.33% } 
.col-xs-3 { width: 25% } 
.col-xs-2 { width: 16.66666667% } 
.col-xs-1 { width: 8.33% } 
@media (min-width:768px){
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9 { float: left } 
 .col-sm-12 { width: 100% } 
 .col-sm-11 { width: 91.66666667% } 
 .col-sm-10 { width: 83.33% } 
 .col-sm-9 { width: 75% } 
 .col-sm-8 { width: 66.66666667% } 
 .col-sm-7 { width: 58.33% } 
 .col-sm-6 { width: 50% } 
 .col-sm-5 { width: 41.66666667% } 
 .col-sm-4 { width: 33.33% } 
 .col-sm-3 { width: 25% } 
 .col-sm-2 { width: 16.66666667% } 
 .col-sm-1 { width: 8.33% } 
 }
@media (min-width:992px){
 .search-block { display: block !important; opacity: 1.0 !important; height: auto !important; } 
 h1,
 .h1,
 h2,
 .h2 { font-size: 36px; } 
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9 { float: left } 
 .col-md-12 { width: 100% } 
 .col-md-11 { width: 91.66666667% } 
 .col-md-10 { width: 83.33% } 
 .col-md-9 { width: 75% } 
 .col-md-8 { width: 66.66666667% } 
 .col-md-7 { width: 58.33% } 
 .col-md-6 { width: 50% } 
 .col-md-5 { width: 41.66666667% } 
 .col-md-4 { width: 33.33% } 
 .col-md-3 { width: 25% } 
 .col-md-2 { width: 16.66666667% } 
 .col-md-1 { width: 8.33% } 
 }
.form-control,
input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea { background-color: #E9E9E9; border: 1px solid #d1d1d1; border-radius: 0; color: #6f6f6f; display: block; font-size: 16px; font-weight: 400; line-height: 20px; padding: 11px 15px; position: relative; width: 100%; height: 44px; margin: 0; box-shadow: none; -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; font-family: 'Volte' } 
.form-control:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus { border-color: #000000 } 
textarea,
textarea.form-control { height: 144px; resize: none; } 
select { -moz-appearance: menulist-button; -webkit-appearance: menulist-button } 
input[type=checkbox],
input[type=radio] { display: inline-block; margin-right: 10px; vertical-align: baseline } 
::-webkit-input-placeholder { color: #6f6f6f; opacity: 1 } 
::-moz-placeholder { color: #6f6f6f; opacity: 1 } 
:-ms-input-placeholder { color: #6f6f6f; opacity: 1 } 
:-moz-placeholder { color: #6f6f6f; opacity: 1 } 
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0 } 
input[type=button],
input[type=reset],
input[type=submit] { -moz-appearance: none; -webkit-appearance: none } 
/* input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance:none } 
input[type=number] { -moz-appearance: textfield !important } */
.form-fields { text-align: left } 
.form-fields.top-minus { margin-top: -20px } 
.form-fields .row,
.row.form-fields { margin-left: -10px; margin-right: -10px } 
.form-fields .row .row,
.row.form-fields .row { margin-left: -10px; margin-right: -10px; margin-top: -20px } 
.form-fields [class*=col-],
.form-fields [class^=col-] { padding-right: 10px; padding-left: 10px; padding-top: 20px } 
.form-fields [class*=col-] [class*=col-],
.form-fields [class^=col-] [class^=col-] { padding-left: 10px; padding-right: 10px } 
.form-fields p { padding: 10px 0 0 0; margin: 0 } 
.form-fields [class*=col-] p,
.form-fields [class^=col-] p { position: relative; padding: 0; margin: 0 } 
.form-fields i { position: absolute; font-size: 18px; left: 0; color: #000000; top: 50%; z-index: 2; width: 36px; text-align: center; background: 0 0; font-weight: 400; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%) } 
.icon-field { position: relative; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none } 
.form-fields i.fa-comment-dots { top: 22px } 
.form-fields i+input,
.form-fields i+textarea { padding-left: 35px } 
.require { color: #d00000 !important; font-size: 12px !important; margin: 5px 0 0 !important; font-weight: 500 !important } 
.optional { color: #6c6c6c !important; font-size: 12px !important; margin: 5px 0 0 !important; font-weight: 500 !important } 
.remember { position: relative; color: #6f6f6f; font-size: 16px; font-weight: normal; padding-left: 30px; line-height: 1.2 } 
.remember .csCheckbox,
.remember input { position: absolute; left: 0; top: -2px } 
.remember input { top: 2px } 
/******Custom Select******/
.selectric-wrapper { position: relative; cursor: pointer; } 
.selectric-responsive { width: 100%; } 
.selectric-open { z-index: 99; } 
.selectric-open .selectric-items { display: block; } 
.selectric-disabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
.selectric-hide-select { position: relative; overflow: hidden; width: 0; height: 0; } 
.selectric-hide-select select { position: absolute; left: -100%; height: 0; width: 0; } 
.selectric-hide-select.selectric-is-native { position: absolute; width: 100%; height: 100%; z-index: 10; } 
.selectric-hide-select.selectric-is-native select { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; z-index: 1; box-sizing: border-box; opacity: 0; } 
.selectric-input { position: absolute !important; top: 0 !important; left: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important; padding: 0 !important; width: 1px !important; height: 1px !important; outline: none !important; border: none !important; background: none !important; } 
.selectric-temp-show { position: absolute !important; visibility: hidden !important; display: block !important; } 
/***Front label***/
.selectric { border: 1px solid #d1d1d1; background-color: #E9E9E9; position: relative; border-radius: 0; } 
.selectric .label { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 40px 0 15px; font-size: 16px; font-weight: normal; line-height: 42px; color: #6f6f6f; height: 42px; padding: 0; text-align: left } 
.selectric .button { display: block; position: absolute; right: 0px; top: 0; bottom: 0; margin: auto; width: 40px; height: 30px; color: #000000; font-size: 0; text-align: center; } 
.selectric .button:after { content: "\f107"; font-family: "Font Awesome 5 Pro"; font-size: 16px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; color: #000000; line-height: 30px; font-weight: normal } 
/***Front label End***/
/****Select Drop Down***/
.selectric-items { display: none; position: absolute; top: 100%; left: 0; border: 1px solid #d1d1d1; z-index: -1; margin: 0; border-radius: 0; overflow: hidden; } 
.selectric-items .selectric-scroll { height: 100%; overflow: auto; } 
.selectric-above .selectric-items { top: auto; bottom: 100%; } 
.selectric-items ul { padding: 0 !important; background: #fff; margin: 0 !important } 
.selectric-items li { font-size: 16px !important; min-height: 20px; margin-bottom: 1px; display: block; padding: 6px 15px !important; color: #6f6f6f !important; line-height: normal !important; font-weight: normal !important; } 
.selectric-items li:last-child { margin-bottom: 0 } 
.selectric-items li:before,
.selectric-items li:after { display: none !important } 
.selectric-focus .selectric,
.selectric-hover .selectric,
.selectric-open .selectric { border-color: #000000 !important; } 
.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover { background-color: #265999 !important; color: #ffffff !important } 
.selectric-items .disabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default !important; background: none !important; color: #666 !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
.selectric-items .selectric-group .selectric-group-label { font-weight: normal; padding-left: 10px; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: none; color: #000000; } 
.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1; } 
.selectric-items .selectric-group li.selectric-group-label { padding-left: 12px !important; } 
.selectric-items .selectric-group li { padding-left: 25px !important; } 
/*****Custom Checkbox & Radio *****/
.csHiddenFile { width: 1px; height: 0; visibility: hidden; display: none; } 
.csOpaque { opacity: 0; filter: alpha(opacity=0); } 
.csFileInput { display: none !important; } 
/**Checkbox**/
.csRadio input[type=radio],
.csCheckbox input[type=checkbox] { position: absolute; color: white; width: 20px; height: 20px; cursor: pointer; left: 0; top: 0; bottom: 0; right: 0; z-index: 2; margin: 0; } 
.csCheckboxElem { border-radius: 0 } 
.csRadio,
.csCheckbox { display: inline-block; position: relative; margin: 0 6px 0 0; vertical-align: text-top; height: 20px; width: 20px; } 
.radio .csRadio,
.checkbox .csCheckbox { margin-left: -16px } 
.csRadioElem { border-radius: 20px; } 
.csRadioElem,
.csCheckboxElem { display: inline-block; background: #fff; height: 20px; width: 20px; cursor: pointer; position: absolute; top: 0; left: 0; border: 1px solid #d1d1d1 } 
.csCheckedR,
.csChecked { border-color: #265999 } 
.csCheckedR:after { content: ""; background: #265999; padding: 5px; border-radius: 10px; width: 10px; line-height: 10px; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } 
.csChecked:after { content: "\f00c"; font-size: 12px; font-family: "Font Awesome 5 Pro"; font-weight: bold; color: #265999; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } 
.btn,
:after,
:before,
a,
input[type=button],
input[type=reset],
input[type=submit] { -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s } 
footer,
header,
section { float: left; width: 100%; position: relative } 
.btn,
:after,
:before,
a,
input[type=button],
input[type=reset],
input[type=submit] { -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s } 
footer,
header,
section { float: left; width: 100%; position: relative } 
.btn:before { content: ''; background: #000000; left: 0; top: 0; bottom: 0; position: absolute; width: 100%; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1); transition: transform .4s cubic-bezier(.645, .045, .355, 1) } 
.btn:focus:before,
.btn:hover:before { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; width: 100% } 
.btn { display: inline-block; font-size: 16px; font-weight: 400; position: relative; border: 2px solid #265999; border-radius: 50px; color: #ffffff; font-style: normal; line-height: 22px; padding: 11px 30px; text-decoration: none; white-space: normal; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; background-color: #265999; cursor: pointer; text-align: center; font-family: 'Volte'; } 
.btn.arrow:after { content: "\f30b"; display: inline-block; font-size: 120%; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 300; margin-left: 8px; position: relative; top: 2px } 
.btn i { margin-right: 8px; } 
.secondary-btn:before { background-color: #265999 } 
.secondary-btn { color: #000000; border-color: #265999; background-color: transparent } 
.btn.white-border:before { background-color: #ffffff } 
.btn.white-border { color: #ffffff; border-color: #ffffff; background-color: transparent } 
.btn.focus,
.btn:focus,
.btn:hover { color: #ffffff; border-color: #000000; background-color: #000000 } 
.secondary-btn:focus,
.secondary-btn:hover { color: #ffffff; border-color: #265999; background-color: #265999 } 
.btn.white-border:focus,
.btn.white-border:hover { color: #265999; border-color: #ffffff; background-color: #ffffff } 
.third-btn:before { background-color: #ffffff } 
.third-btn { color: #ffffff; border-color: #ffffff; background-color: transparent } 
.third-btn:focus,
.third-btn:hover { color: #265999; border-color: #ffffff; background-color: transparent } 
.btn-action .btn { margin: 10px 20px 0 0 } 
.btn-action .btn:last-child { margin-right: 0 } 
.btn-action .btn { margin: 10px 20px 0 0 } 
.btn-action .btn:last-child { margin-right: 0 } 
.lg-btn { padding: 19px 40px !important; font-size: 17px !important; } 
.xs-btn { padding: 5px 15px !important; font-size: 15px !important; } 
/*****Global CSS End*****/
/*****Header*****/
header+div,
header+section { margin-top: 163px !important } 
.dashboard header+div,
.dashboard header+section { margin-top: 163.38px !important; } 
header { position: fixed; background-color: #265999; left: 0; right: 0; z-index: 999; -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition: all .2s linear 0s; padding: 0 } 
.dashboard header { background-color: #ffffff } 
.header-row { position: relative; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; clear: both; width: 100%; padding: 14px 0 } 
header .logo { position: relative; display: block } 
header .logo a { display: block; margin: 0; position: relative; } 
header .logo a img { margin: 0 } 
header .header-left { min-width: 279px; width: 279px; } 
header .icon-link-flex { order: 2; margin-left: 0; } 
header .icon-link-flex ul { display: flex; align-items: center; } 
header .icon-link-flex ul li { overflow: visible; padding: 0 0 0 30px } 
header .icon-link-flex ul li:first-child { padding-left: 0 } 
header .icon-link-flex ul li:before,
header .icon-link-flex ul li:last-child { display: none } 
.header-right { margin-left: auto; margin-right: 60px } 
header .btn { display: flex; padding-top: 7px; padding-bottom: 7px; background-color: #4488BF; border-color: #4488BF } 
header .btn i { line-height: 18px } 
header .btn.user-triger:before { display: none } 
header .btn.user-triger { background-color: #ffffff; color: #000000; border-color: #000000; border: none; padding: 0; border-radius: 0; align-items: center; } 
header .btn.user-triger i { width: 40px; height: 40px; line-height: 40px; background: #265999; border-radius: 40px; color: #ffffff; margin-right: 10px; display: inline-block; vertical-align: middle; } 
.bell-btn { display: flex; align-items: flex-start; color: #4b4b4b; font-size: 24px; position: relative; } 
.bell-btn i { width: 21px; height: 24px; display: block } 
.bell-btn .num { position: relative; right: 0; top: 0; background: #265999; font-size: 12px; color: #ffffff; min-width: 18px; line-height: 18px; text-align: center; border-radius: 20px; margin-left: -8px; } 
.user-triger:after { content: "\f107"; display: inline-block; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 400; margin-left: 5px; width: 10px; position: relative; top: 1px; } 
.user-dropdown-overlay { display: none; content: ""; position: fixed; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5); z-index: 998; } 
.user-dropdown { display: none; background: #ffffff; border-radius: 18px; position: absolute; right: 0; top: 100%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); margin-top: 10px; z-index: 9999 } 
header .cart-icon { position: relative; color: #ffffff; display: flex; } 
header .cart-icon .count { background: #4488BF; min-width: 20px; line-height: 20px; border-radius: 20px; display: inline-block; text-align: center; font-size: 13px; margin: 0 0 0 -5px; top: -7px; position: relative; color: #ffffff } 
.search-triger { display: none; color: #ffffff } 
 .search-block .is-form-style.is-form-style-3 label { width: 100% !important; } 
.search-block form > div { display: flex; } 
.search-block .is-form-style input.is-search-input { background: #ffffff; border-color: #ffffff !important; font-weight: 400; font-size: 16px !important; color: #000000; padding: 12px 50px 12px 15px; height: auto; min-width: 350px; border-radius: 8px; } 
.search-block .is-form-style button.is-search-submit { position: absolute; right: 0; top: 0; padding: 22px !important; background: url(../img/search-icon.png) center center no-repeat; font-size: 0; cursor: pointer; } 
 .search-block .is-form-style button.is-search-submit .is-search-icon { display: none !important; } 
div.is-ajax-search-details { display: none !important; } 
div.is-ajax-search-details, div.is-ajax-search-result { padding: 0 !important; background: #ffffff !important; border-radius: 8px !important; overflow: hidden; } 
.is-search-sections .left-section { display: none !important; } 
.is-show-more-results { border-top: none; margin-top: 0; background: #ffffff !important; } 
 div.is-ajax-search-result { box-shadow: 0 4px 5px rgba(0, 0, 0, .1) } 
.search-results-list { display: grid; grid-template-columns: 1fr; row-gap: 30px; } 
.search-results-list .search-thumb { float: left; margin: 0 20px 5px 0; max-width: 150px; min-width: 150px; } 
 .search-results-list .search-thumb img { width: auto } 
 .search-results-list .search-content { overflow: hidden; } 
.search-result-item { border-bottom: 1px solid #dddddd; padding-bottom: 30px; } 
.search-result-item:last-child { border-bottom: none; } 
.search-results-list .search-result-title { font-size: 22px !important; } 
 .dashboard header .cart-icon { color: #265999 } 
.user-dropdown ul { flex-wrap: wrap; } 
.user-dropdown ul li { display: block !important; width: 100%; padding: 0 !important; font-size: 16px; border-bottom: 1px solid #dfdfdf } 
.user-dropdown ul li:last-child { border: none } 
.user-dropdown ul li a { display: block; padding: 10px 20px; min-width: 216px; white-space: nowrap; color: #000000 } 
.user-dropdown ul li i { color: #636363; margin-right: 10px } 
.head-fix header { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) } 
.user-dropdown ul li a:hover, .user-dropdown ul li a:focus { color: #265999; } 
.nav-trigger,
.nav-wrap nav ul li:before,
.submenu-button { display: none } 
.nav-wrap { position: relative; float: left; width: 100%; margin: 0; background: #4488BF; z-index: 99 } 
.nav-wrap nav { margin: 0; padding: 0; border: 0; list-style: none; display: block; position: relative } 
.nav-wrap nav ul.nav { float: none; display: table; width: auto; margin: 0 auto; } 
.nav-wrap nav ul.nav>li { float: left; margin: 0 48px 0 0; padding: 0; overflow: visible; position: relative } 
.nav-wrap nav ul.nav>li:last-child { margin-right: 0; } 
.nav-wrap nav ul.nav>li>a { position: relative; display: block; padding: 17px 0; margin: 0; font-size: 20px; font-weight: 400; line-height: 26px; color: #ffffff; white-space: nowrap; text-decoration: none; text-transform: capitalize } 
.nav>li>a:focus,
.nav>li>a:hover { background-color: transparent } 
.nav-wrap nav ul.nav>li>a:before { content: ''; background: #ffffff; left: 0; padding: 2px 0 0; top: 0; position: absolute; width: 100%; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1); transition: transform .2s cubic-bezier(.645, .045, .355, 1) } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a:before,
.nav-wrap nav ul.nav li.current-menu-item>a:before,
.nav-wrap nav ul.nav li:hover>a:before,
.nav-wrap nav ul.nav li>a:hover:before { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; width: 100% } 
.nav-wrap nav ul.nav li.has-sub li.has-sub>a { padding-right: 30px !important } 
.nav-wrap nav ul.nav li.has-sub>a:after { content: "\f107"; display: inline-block; font-size: 20px; line-height: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 300; margin-left: 8px; width: 10px; position: relative; top: 1px } 
.nav-wrap nav ul.nav li.has-sub li.has-sub>a:after { position: absolute; right: 5px; top: 7px; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin: 0 } 
.nav-wrap nav ul.nav ul li.has-sub li.has-sub:hover>a:after { content: "\f104"; color: #9a9a9a } 
.nav-wrap nav ul.nav ul { position: absolute; border-radius: 6px; padding: 0; margin: 0; visibility: hidden; overflow: hidden; text-align: left; left: 50%; right: auto; opacity: 0; top: 100%; background: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translate(-50%) } 
/*.nav-wrap nav ul.nav ul:after { content: ""; position: absolute; left: 50%; margin-left: -7px; bottom: 100%; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #265999 } */
.nav-wrap nav ul.nav ul ul:after { display: none } 
.nav-wrap nav ul.nav ul ul { padding: 0; top: 0; left: 100%; -moz-transform: none; -webkit-transform: none; transform: none } 
.nav-wrap nav ul.nav ul li { float: left; width: 100%; min-width: 150px; padding: 0; margin: 0; vertical-align: top; overflow: visible } 
.nav-wrap nav ul.nav ul li a { display: block; white-space: nowrap; font-size: 16px; font-weight: 500; line-height: normal; color: #000000; padding: 12px 20px; text-decoration: none } 
.nav-wrap nav ul.nav li:hover>ul { display: block; visibility: visible; opacity: 1; -webkit-transition: opacity .3s ease-in; -moz-transition: opacity .3s ease-in; -o-transition: opacity .3s ease-in; transition: opacity .3s ease-in } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a,
.nav-wrap nav ul.nav li.current-menu-item>a,
.nav-wrap nav ul.nav li:hover>a,
.nav-wrap nav ul.nav li>a:hover { color: #ffffff } 
.nav-wrap nav ul.nav ul li.current-menu-ancestor>a,
.nav-wrap nav ul.nav ul li.current-menu-item>a,
.nav-wrap nav ul.nav ul li:hover>a,
.nav-wrap nav ul.nav ul li>a:hover { color: #050505; background: #E9E9E9 } 
@media only screen and (min-width:1025px){
 .dashboard-left-column { display: block !important; opacity: 1.0 !important; height: auto !important } 
 .nav-wrap nav ul.nav .mega-dropdown { position: absolute; border-radius: 6px; padding: 0; margin: 0; visibility: hidden; text-align: left; left: auto; right: auto; opacity: 0; top: 100%; background: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); margin-top: 10px; max-height: 0; overflow: hidden } 
 .nav-wrap nav ul.nav .mega-dropdown:before { content: ""; padding: 5px 0; position: absolute; left: 0; bottom: 100%; right: 0; overflow: hidden } 
 .nav-wrap nav ul.nav li:hover>.mega-dropdown { display: block; visibility: visible; opacity: 1; -webkit-transition: opacity .3s ease-in; -moz-transition: opacity .3s ease-in; -o-transition: opacity .3s ease-in; transition: opacity .3s ease-in; max-height: 200px; overflow: visible } 
 .nav-wrap nav ul.nav .mega-dropdown ul { display: flex !important; flex-wrap: wrap; position: static !important; visibility: visible !important; opacity: 1 !important; transform: none !important; padding: 20px 30px; box-shadow: none; } 
 .nav-wrap nav ul.nav .mega-dropdown ul li { width: 25% } 
 .nav-wrap nav ul.nav .column-5 .mega-dropdown ul li { width: 20% } 
 .nav-wrap nav ul.nav .mega-dropdown ul li a { text-align: center; padding: 15px 20px; } 
 }
/*****Header End*****/
/*****Space Classes*****/
.m-0 { margin: 0 !important } 
.m-1 { margin: 10px 0 !important } 
.m-2 { margin: 20px 0 !important } 
.m-3 { margin: 30px 0 !important } 
.m-4 { margin: 40px 0 !important } 
.m-5 { margin: 50px 0 !important } 
.m-6 { margin: 60px 0 !important } 
.m-7 { margin: 70px 0 !important } 
.p-0 { padding: 0 !important } 
.p-1 { padding: 10px 0 !important } 
.p-2 { padding: 20px 0 !important } 
.p-3 { padding: 30px 0 !important } 
.p-4 { padding: 40px 0 !important } 
.p-5 { padding: 50px 0 !important } 
.p-6 { padding: 60px 0 !important } 
.p-7 { padding: 70px 0 !important } 
.m-t0 { margin-top: 0 !important } 
.m-t1 { margin-top: 10px !important } 
.m-t2 { margin-top: 20px !important } 
.m-t3 { margin-top: 30px !important } 
.m-t4 { margin-top: 40px !important } 
.m-t5 { margin-top: 50px !important } 
.m-t6 { margin-top: 60px !important } 
.m-t7 { margin-top: 70px !important } 
.m-b0 { margin-bottom: 0 !important } 
.m-b1 { margin-bottom: 10px !important } 
.m-b2 { margin-bottom: 20px !important } 
.m-b3 { margin-bottom: 30px !important } 
.m-b4 { margin-bottom: 40px !important } 
.m-b5 { margin-bottom: 50px !important } 
.m-b6 { margin-bottom: 60px !important } 
.m-b7 { margin-bottom: 70px !important } 
.p-t0 { padding-top: 0 !important } 
.p-t2 { padding-top: 20px !important } 
.p-t3 { padding-top: 30px !important } 
.p-t4 { padding-top: 40px !important } 
.p-t5 { padding-top: 50px !important } 
.p-t6 { padding-top: 60px !important } 
.p-t7 { padding-top: 70px !important } 
.p-b0 { padding-bottom: 0 !important } 
.p-b2 { padding-bottom: 20px !important } 
.p-b3 { padding-bottom: 30px !important } 
.p-b4 { padding-bottom: 40px !important } 
.p-b5 { padding-bottom: 50px !important } 
.p-b6 { padding-bottom: 60px !important } 
.p-b7 { padding-bottom: 70px !important } 
.m-l2 { margin-left: 20px !important } 
.p-l2 { padding-left: 20px !important } 
.m-l3 { margin-left: 30px !important } 
.p-l3 { padding-left: 30px !important } 
.m-l4 { margin-left: 40px !important } 
.p-l4 { padding-left: 40px !important } 
/*****Space End*****/
/*****Fixed Size Thumbnail and Iframe*****/
.image-thumbnail { position: relative; width: 100%; padding-top: 66.33%; overflow: hidden } 
.image-thumbnail img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; max-width: 100%; max-height: 100%; width: auto !important; margin: auto !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: opacity .5s ease-in, -webkit-transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in } 
a:hover .image-thumbnail img { -moz-transform: scale(1.02, 1.02); -webkit-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } 
.image-thumbnail:before { content: ""; padding: 25px; background: url(../img/favicon.png) center center no-repeat; background-size: contain; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: .3 } 
.iframe-map { position: relative; padding-top: 42% } 
.iframe-video { position: relative; display: inline-block; width: 100%; padding-top: 56%; margin: 10px 0; background-color: #E9E9E9 } 
.iframe-map iframe,
.iframe-map img,
.iframe-video iframe { position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; width: 100% } 
div.breadcrumbs,
section.breadcrumbs { position: relative; display: block; font-weight: 400; padding: 16px 0 10px; margin: 0; overflow: hidden; background: #E9E9E9; clear: both; text-align: left; z-index: 11 } 
ul.breadcrumbs { float: left; width: 100%; padding: 0; clear: both; margin: 0 } 
ul.breadcrumbs li { font-size: 18px; position: relative; display: inline-block; line-height: 1; vertical-align: top; padding: 0 10px 0 0; margin-right: 5px; color: #ffffff; font-style: normal; overflow: visible; font-weight: 400; text-transform: capitalize } 
ul.breadcrumbs li:before { display: none } 
ul.breadcrumbs li a { position: relative; display: inline-block; color: #ffffff; vertical-align: top; text-decoration: none } 
ul.breadcrumbs li:after { content: "/"; font-family: "Font Awesome 5 Pro"; font-weight: 400; position: absolute; color: #ffffff; right: 0; top: -2px; line-height: 1; font-style: normal; font-size: 100% } 
ul.breadcrumbs li:last-child { padding: 0; margin: 0 } 
ul.breadcrumbs li:last-child:after { display: none } 
ul.breadcrumbs li:before { display: none } 
ul.breadcrumbs li a:hover { color: #ffffff; text-decoration: underline } 
/*****Fixed Size Thumbnail and Iframe End*****/
/*****Flexslider*****/
.flexslider { position: relative; margin: 0; padding: 0; overflow: hidden } 
.flexslider:before { margin: -20px 0 0 -20px; width: 40px; height: 40px; border-width: .2rem } 
.flexslider ul.slides { margin: 0; padding: 0; float: left; width: 100% } 
.flexslider li { padding: 0 } 
.flexslider li:before { display: none } 
.flexslider .slides>li { position: relative; display: none; -webkit-backface-visibility: hidden } 
html[xmlns] .flexslider .slides { display: block } 
* html .flexslider .slides { height: 1% } 
.no-js .flexslider .slides>li:first-child { display: block } 
.flexslider .flex-control-paging-wrap { position: absolute; left: 0; right: 0; top: 10px; text-align: right; padding-right: 10px; z-index: 99 } 
.flexslider .flex-control-paging { position: absolute; right: 0; left: 0; bottom: 25px; margin: 0; display: flex; justify-content: center; align-items: center; z-index: 98; height: auto; text-align: center; padding: 0 15px; } 
.flexslider .flex-control-paging li { position: static; display: inline-block; width: 26px; margin: 2px 0; height: auto; overflow: visible } 
.flexslider .flex-control-paging li a { border: 2px solid #265999; width: 12px; height: 12px; margin: 0 auto; line-height: 12px; font-size: 0; color: #265999; text-align: center; display: block; position: relative; cursor: pointer; border-radius: 14px; background-color: #265999; box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); transition: none; -moz-transition: none; -webkit-transition: none; -ms-transition: none; -o-transition: none; } 
.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover { background-color: #ccd1d5; border-color: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); width: 16px; height: 16px } 
.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after { display: none } 
.flexslider .flex-direction-nav li { position: static } 
.flexslider .flex-direction-nav a { transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out } 
.flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-prev { background: #000000; border: 2px solid #000000; position: absolute; left: 10px; top: 50%; margin-top: -20px; width: 40px; height: 40px; z-index: 98; border-radius: 40px; display: inline-block; font-size: 0; opacity: 0 } 
.flexslider .flex-direction-nav { overflow: hidden; width: 100%; margin: 0 } 
.flexslider .flex-direction-nav .flex-next { left: auto; right: 10px } 
.flexslider .flex-direction-nav .flex-next:before,
.flexslider .flex-direction-nav .flex-prev:before { content: ''; line-height: 1; display: block; border: solid #ffffff; border-width: 0 2px 2px 0; padding: 5px; margin: 0 2px; position: absolute; top: 50%; left: 50%; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -moz-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%) rotate(135deg); -o-transform: translate(-50%, -50%) rotate(135deg); -webkit-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg) } 
.flexslider .flex-direction-nav .flex-next:before { left: auto; right: 52%; -moz-transform: translate(50%, -50%) rotate(-45deg); -ms-transform: translate(50%, -50%) rotate(-45deg); -o-transform: translate(50%, -50%) rotate(-45deg); -webkit-transform: translate(50%, -50%) rotate(-45deg); transform: translate(50%, -50%) rotate(-45deg) } 
.flexslider .flex-direction-nav .flex-next:hover,
.flexslider .flex-direction-nav .flex-prev:hover { background: #000000; border-color: #000000; opacity: 1 } 
.flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider .flex-direction-nav .flex-prev:hover:before { border-color: #fff } 
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 1 } 
.flexslider:hover .flex-direction-nav .flex-next { opacity: 1 } 
.flexslider .flex-disabled { display: none !important } 
/**Flexslider End**/
/******Banner********/
.bg { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; } 
.bg img { display: none } 
.bg:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: rgba(255, 207, 6, 0.9); } 
.banner-wrapper-relative { position: relative; padding-top: 49.074444444%; } 
.banner-wrapper-relative .banner-wrapper { position: absolute; left: 0; top: 0; right: 0; bottom: 0 } 
.banner-wrapper { background: #E9E9E9 } 
.banner-wrapper.flexslider .slides>li { overflow: visible } 
.banner-wrapper .banner-media { position: relative; float: left; width: 100%; z-index: 5 } 
.banner-wrapper .banner-media:before { content: ""; background:rgba(0, 0, 0, .2); position: absolute; left: 0; top: 0; bottom: 0; right:0; } 
.banner-wrapper img { width: 100%; } 
.banner-wrapper .banner-text { position: absolute; left: 0; right: 0; bottom: 12%; z-index: 11 } 
.banner-wrapper .max-width { display: table; width: 100%; max-width: 720px; margin: 0; padding-left: 40px; border-left: 1px solid #ffffff } 
.banner-wrapper .heading { position: relative; display: block; font-family: 'Product Sans'; font-weight: 400; font-size: 52px; color: #ffffff; line-height: 1.2; padding: 0; margin: 0; text-transform: capitalize } 
.banner-wrapper .heading strong { display: block } 
.banner-wrapper p { font-size: 18px; margin: 22px 0 0; color: #ffffff; } 
.banner-wrapper .btn { margin-top: 8px; } 
.banner-wrapper.flexslider .flex-control-paging { bottom: 25px } 
/*****Banner Animation****/
.banner-wrapper .heading,
.banner-wrapper p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } 
.flex-active-slide .heading,
.flex-active-slide p { -webkit-animation-name: fadeInDown; animation-name: fadeInDown } 
.inner-banner { position: relative } 
.inner-banner img { width: 100%; } 
.inner-banner .banner-media { position: relative; float: left; width: 100%; z-index: 5 } 
.inner-banner .banner-media:before { content: ""; background:rgba(0, 0, 0, .2); position: absolute; left: 0; top: 0; bottom: 0; right:0; } 
.inner-banner .banner-text { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 11 } 
.inner-banner .max-width { width: 100%; padding: 0 25px } 
.inner-banner .heading { position: relative; display: block; font-family: 'Product Sans'; font-weight: 400; font-size: 52px; color: #ffffff; line-height: 1.2; padding: 0; margin: 0; } 
.inner-banner p { margin: 15px 0 0; color: #ffffff } 
.inner-banner ul.breadcrumbs { margin: 15px 0 0 } 
.inner-banner.type-2 .max-width { max-width: 50% } 
.inner-banner.type-2 .img-column { float: right; position: absolute; right: 0; bottom: 0; top: 0; left: 50%; z-index: 11; overflow: hidden } 
.inner-banner.layout-3 { background: #E9E9E9; padding: 70px 0; } 
.inner-banner.layout-3 .heading { color: #265999 } 
.inner-banner.layout-3 .banner-text { position: relative; top: 0; transform: none } 
.inner-banner.layout-3 ul.breadcrumbs li a,
.inner-banner.layout-3 ul.breadcrumbs li:after { color: #265999 } 
.inner-banner.layout-3 ul.breadcrumbs li { color: #363636 } 
.inner-banner.layout-4 .banner-media:before { display: none } 
.inner-banner.layout-4 .heading { color: #265999 } 
.inner-banner.layout-4 ul.breadcrumbs li a,
.inner-banner.layout-4 ul.breadcrumbs li:after { color: #265999 } 
.inner-banner.layout-4 ul.breadcrumbs li { color: #363636 } 
.xs-heading { color: #898989; font-size: 14px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin: 0 !important } 
.inner-banner.layout-3 .max-width,
.inner-banner.layout-4 .max-width { border-left: 1px solid #265999; overflow: hidden; clear: both; padding: 0 40px; } 
.xs-heading+* { margin-top: 8px !important } 
.top-text-center { max-width: 830px; margin: 0 auto 35px; text-align: center; font-size: 18px } 
/******Banner End********/
/*******About******/
.about-wrapper { padding: 70px 0 } 
.about-wrapper .container { position: relative; display: flex; align-items: center } 
.about-wrapper .img-column { position: relative; float: left; width: 45%; padding: 0 10px 10px 0 } 
.about-wrapper .img-column:before { content: ""; position: absolute; left: 10px; top: 10px; right: 0; bottom: 0; background: #265999 } 
.about-wrapper .img-column img { position: relative; width: 100%; z-index: 3 } 
.about-wrapper .text-column { float: left; width: 55%; padding-left: 55px } 
.about-wrapper .btn { margin-top: 8px } 
/******member-wrapper******/
.member-wrapper { background: #E9E9E9; padding: 70px 0 } 
.member-wrapper .container { display: flex; flex-wrap: wrap } 
.member-wrapper .column { float: left; border-radius: 100%; width: 50% } 
.member-wrapper .column:first-child { padding-right: 60px } 
.member-wrapper h3 { margin-bottom: 20px } 
.member-wrapper li { padding-bottom: 20px } 
.member-wrapper strong { color: #265999 } 
/*******education-wrapper*******/
.education-wrapper { padding: 70px 0 } 
.education-wrapper .bg-box { position: relative; background: #265999; display: flex; align-items: center; padding: 50px 70px 50px 40px; } 
.education-wrapper .bg-box *:not(.btn) { color: #ffffff } 
.education-wrapper .img-column { position: relative; float: left; width: 49%; padding: 0 } 
.education-wrapper .img-column img { position: relative; width: 100%; z-index: 3 } 
.education-wrapper .text-column { float: left; width: 51%; padding-left: 66px } 
.education-wrapper .btn { margin-top:8px } 
/*******event-wrapper*********/
.event-wrapper { padding: 70px 0 55px } 
.event-wrapper .top-text-center+.event-row { border-top: 1px solid #bdbdbd; } 
.event-row { border-bottom: 1px solid #bdbdbd; padding: 40px 150px 18px 280px; position: relative; } 
.event-row .times { position: absolute; left: 44px; top: 40px; color: #265999; font-size: 24px; font-family: 'Product Sans'; max-width: 190px; } 
.event-row.absolute-btn .btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin-top: 5px; } 
.event-row h3 { font-weight: normal; margin-top: 0 } 
.event-row .arrow-link { position: absolute; right: 44px; top: 50%; transform: translateY(-50%); } 
.event-row .arrow-link i { font-size: 36px; font-weight: 300 } 
.event-wrapper .btn-row { text-align: center; padding: 35px 0 0 } 
.event-row.has-img { padding: 0 0 50px; display: flex; flex-wrap: wrap; align-items: center } 
.event-row.has-img:last-child { padding-bottom: 0 } 
.event-row.has-img .text-column { float: left; width: 42%; padding-right: 5% } 
.event-row.has-img .img-column { float: left; width: 58% } 
.event-row.has-img .img-column img { border-radius: 8px } 
.event-details .has-icon { position: relative; padding-left: 40px; margin-top: 35px } 
.event-details .has-icon i { font-size: 24px; position: absolute; left: 0; top: 2px } 
.event-details .bottom-text { padding: 40px 0 0 } 
.event-details .event-row.has-img { border: none } 
.back-btn { display: table; margin: -10px 0 30px } 
.back-btn i { color: #000000; margin-right: 8px } 
.btn.bold { font-weight: bold; font-size: 20px; } 
.video-thumbnail { position: relative; padding-top: 53.7777777777%; background: #000000; float: left; width: 100%; overflow: hidden; margin: 0; border-radius: 8px; } 
.video-thumbnail #customplay,
.video-thumbnail iframe,
.video-thumbnail video { position: absolute; top: 50%; right: 0; left: 0; width: 100%; height: 100%; z-index: 2; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.video-thumbnail .play-icon { position: relative; display: inline-block; margin: 0; cursor: pointer; width: 56px; height: 56px; } 
.video-thumbnail .play-icon i:before { content: "\f04b"; display: inline-block; font-size: 20px; line-height: 56px; font-family: "Font Awesome 5 Pro"; font-weight: 900; background: #4488BF; border-radius: 100%; text-align: center; color: #ffffff; width: 56px; position: absolute; bottom: 20px; right: 20px; z-index: 5; } 
.video-thumbnail .play-icon:hover i:before { background-color: #ffffff; color: #4488BF } 
.video-thumbnail .caption { position: absolute; width: 100%; padding: 0 !important; top: 50%; right: 0; left: 0; text-align: center; color: #ffffff; z-index: 5; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); display: none } 
.video-thumbnail.active .caption,
.video-thumbnail.active:before { display: block; } 
.common-wrapper.gray-bg { background-color: #E9E9E9 } 
.course-row { display: flex; flex-wrap: wrap; align-items: flex-start; } 
.course-row .img-column { position: relative; float: left; width: 58%; } 
.course-row .img-column:after { content: ""; position: absolute; bottom: -30px; right: 0; left: 0; background: url(../img/shadow.png) center bottom no-repeat; padding: 50px 0; background-size: contain } 
.course-row .text-column { float: left; width: 42%; padding-right: 20px; } 
.course-row.image-course { display: block; } 
.course-row h2 { margin: 15px 0 30px; } 
.course-row .price { display: inline-block; width: 49%; vertical-align: top; font-size: 24px; color: #265999; font-weight: bold; } 
.course-row .price small,
.course-row .status small { display: block; font-size: 18px; color: #000000; font-weight: 600 } 
.course-row .status { display: inline-block; width: 49%; vertical-align: top } 
.course-row .btn { margin-top: 15px } 
.course-row .bottom-text { margin: 50px 0 0; } 
.Program h3 { margin-top: 0; padding-top: 20px; } 
ul.border-list { border-top: 1px solid #bdbdbd; margin-top: 30px } 
ul.border-list li:before { content: "\f058"; font-family: "Font Awesome 5 Pro"; padding: 0; width: auto; height: auto; background: none; color: #939393; font-weight: 400; top: 23px; } 
ul.border-list li { color: #000000; padding: 20px 30px; border-bottom: 1px solid #bdbdbd } 
.registration-row { display: flex; flex-wrap: wrap; width: 100%; background: #E9E9E9; padding: 40px; border-radius: 12px; align-items: flex-end; } 
.registration-row table tr td { padding-left: 0; padding-right: 15px; border-left: none; border-right: none; vertical-align: bottom; background-color: transparent !important } 
.registration-row table tr td:first-child { width: 36% } 
.registration-row table tr:first-child td { border-top: none } 
.registration-row table tr:last-child td { border-bottom: none } 
.registration-row .bg-box { background: #ffffff; text-align: center; padding: 30px; border-radius: 10px } 
.registration-row .btn { font-size: 18px; line-height: 1; display: table; margin: 8px auto; padding: 14px 25px; min-width: 184px; } 
.registration-row h3 { width: 100% } 
.registration-row .table-responsive { margin: 0 } 
.registration-row .column { float: left; width: 64% } 
.registration-row .column:last-child { width: 36%; padding-left: 80px } 
.registration-row .column-row { display: flex; flex-wrap: wrap; width: 100%; align-items: flex-end; } 
.speakers-wrapper { text-align: center; padding: 65px 0 0; max-width: 1060px; margin: 0 auto } 
.speakers-row { display: flex; flex-wrap: wrap; margin: 45px 0 -25px -4% } 
.speakers-column { float: left; width: 29.333333%; margin: 0 0 25px 4%; font-size: 17px; } 
.speakers-column .img-column { max-width: 230px; margin: 0 auto } 
.speakers-column .image-thumbnail { padding-top: 100%; border-radius: 100%; } 
.speakers-column .image-thumbnail img { width: 100% !important; max-height: inherit } 
.speakers-column h3 { font-weight: 400; margin: 20px 0 5px } 
.event-schedule { background: #E9E9E9; padding: 60px 0 } 
.event-schedule .event-row { border-top: 1px solid #bdbdbd; border-bottom: none } 
.event-schedule .event-row:last-child { padding-bottom: 0 } 
.event-schedule .event-row .times { left: 0; max-width: 190px } 
.event-schedule .event-row { padding-left: 255px; padding-right: 0; overflow: hidden } 
.event-schedule .table-responsive { margin: 0 } 
.event-schedule table td { font-size: 17px; color: #000000; border: none; padding: 5px 20px 5px 0; background: none !important } 
.event-schedule table td:nth-child(1) { white-space: nowrap } 
.event-schedule table td:nth-child(2) { font-size: 14px; color: #464646; padding-right: 0 } 
.event-schedule .right-column p { margin-bottom: 0 } 
.event-schedule hr { display: block; margin: 20px 0; } 
.event-schedule .left-column { float: left; width: 60% } 
.event-schedule .right-column { float: left; width: 40% } 
.common-popup { position: relative; width: 100%; max-width: 991px; background: #ffffff; padding: 30px; text-align: center; margin: 15px auto; overflow: hidden; } 
.common-popup .ur-frontend-form.login, .common-popup .ur-frontend-form .ur-form-row .ur-form-grid { border: none !important; } 
.common-popup .container { padding: 0; } 
.common-popup .ur-frontend-form .ur-form-row .ur-form-grid legend, .common-popup .ur-frontend-form .ur-form-row .ur-form-grid label { font-size: 16px; } 
.common-popup .register-wrapper { padding:20px 0 0; background: #ffffff; text-align: left } 
.common-popup .register-wrapper .ur-frontend-form { margin-bottom: 0; background: #ffffff; border: none; padding:0; border-bottom: none; } 
.common-popup .ur-frontend-form .ur-button-container .ur-submit-button { margin-left: auto; margin-right: auto; } 
.user-registration-message { display: flex; align-items:center; } 
.user-registration-message ul li::before { display: none } 
.hotel-wrapper { padding: 60px 0 } 
.hotel-wrapper .container { flex-wrap: wrap; display: flex; align-items: center; } 
.hotel-wrapper .top-text-center { width: 100% } 
.hotel-wrapper .img-column { float: left; width: 49% } 
.hotel-wrapper .img-column img { border-radius: 8px; } 
.hotel-wrapper .text-column { float: left; width: 51%; padding-left: 50px } 
.event-description { background: #E9E9E9; padding: 65px 0 } 
ul.bottom-lg-space li { padding-bottom: 25px } 
ul.bottom-lg-space li:last-child { padding-bottom: 0 } 
.event-description a:after { content: "\f08e"; display: inline-block; font-size: 14px; line-height: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 400; margin-left: 2px; position: relative; top: -1px; } 
/***inner paages***/
.common-wrapper { padding: 50px 0 } 
.login-wrapper { display: flex; flex-wrap: wrap; margin: 30px 0 -4% -4% } 
.login-wrapper .column { position: relative; float: left; width: 46%; margin: 0 0 4% 4%; background: #E9E9E9; padding: 40px 60px 40px 40px } 
.login-wrapper .form-fields { margin-top: -20px } 
.login-wrapper form { width: 100% } 
.dashboard .ur-frontend-form input.button,
.dashboard .ur-frontend-form .user-registration-submit-Button { margin-top: 25px } 
.ur-frontend-form input.button { display: inline-block; font-size: 16px; font-weight: 400; position: relative; border: 2px solid #265999; border-radius: 50px; color: #ffffff; font-style: normal; line-height: 22px; padding: 11px 30px; text-decoration: none; white-space: normal; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; background-color: #265999; cursor: pointer; text-align: center; font-family: 'Volte'; } 
.ur-frontend-form input.button:hover,
.ur-frontend-form input.button:focus { color: #ffffff; border-color: #000000; background-color: #000000; } 
.ur-frontend-form.login,
.ur-frontend-form .ur-form-row .ur-form-grid { padding: 0 } 
.login-wrapper .user-registration-login-title { display: none } 
.ur-frontend-form { border: none } 
#user-registration { background-color: transparent; box-shadow: none; margin: 0; } 
.login-wrapper .ur-frontend-form input[type="submit"] { float: none; min-width: 148px; border: none !important; box-shadow: none; margin-bottom: 25px; } 
#user-registration p:empty { display: none } 
.user-registration-form__label { position: relative; color: #6f6f6f; font-size: 16px; font-weight: normal; padding-left: 30px; line-height: 1.2; } 
.user-registration-form__label .csCheckbox,
.user-registration-form__label input { position: absolute; left: 0; top: -2px } 
.user-registration-form__label input { top: 2px } 
.ur-frontend-form .ur-form-row .ur-form-grid legend,
.ur-frontend-form .ur-form-row .ur-form-grid label { display: block; font-size: 18px; margin-bottom: 10px; margin-top: 0; } 
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
.ur-frontend-form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement { font-size: 16px; color: #6f6f6f; display: block; font-weight: 400; min-height: inherit; margin-bottom: 0; line-height: 20px; padding: 11px 15px; background-color: #E9E9E9; } 
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label,
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label { font-weight: 500; } 
.register-wrapper .register-wrapper,
.register-wrapper .register-wrapper .container { padding: 0 !important } 
.register-wrapper .ur-frontend-form { margin-bottom: 40px; border: none; padding: 0 0 40px; border-bottom: 1px solid #cfcfcf; } 
#user-registration.horizontal .user-registration-MyAccount-content .edit-profile .user-registration-profile-header,
#user-registration.horizontal .user-registration-MyAccount-content .edit-profile h2,
#user-registration.horizontal .ur-edit-profile .edit-profile .user-registration-profile-header,
#user-registration.horizontal .ur-edit-profile .edit-profile h2,
#user-registration .user-registration-MyAccount-content .edit-profile .user-registration-profile-header,
#user-registration .user-registration-MyAccount-content .edit-profile h2,
#user-registration .ur-edit-profile .edit-profile .user-registration-profile-header,
#user-registration .ur-edit-profile .edit-profile h2 { text-align: left; } 
.ur-frontend-form { margin-top: -20px !important } 
.ur-frontend-form .description { padding: 8px 0 0 } 
.ur-form-row { margin: 0 -10px } 
.ur-form-row .ur-form-grid { padding: 20px 10px 0 !important; margin-bottom: 0 !important } 
.ur-form-row .ur-form-grid input[type="checkbox"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="radio"] { margin-left: 0 !important } 
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type="checkbox"],
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type="radio"],
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type="checkbox"],
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type="radio"],
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type="checkbox"],
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type="radio"],
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type="checkbox"],
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type="radio"] { margin-top: 0 } 
.ur-frontend-form ::-webkit-input-placeholder { color: #6f6f6f !important; } 
.ur-frontend-form ::-moz-placeholder { color: #6f6f6f !important; } 
.ur-frontend-form :-ms-input-placeholder { color: #6f6f6f !important; } 
.ur-frontend-form :-moz-placeholder { color: #6f6f6f !important; } 
section .field-radio ul { display: flex; flex-wrap: wrap; margin: 20px 0 -15px !important; min-height: 49px; } 
section .field-radio ul li { position: relative; float: left; width: 48%; margin: 0 0 2% 2%; padding-left: 30px; padding-right: 10px; margin-left: 0 !important; line-height: inherit !important; vertical-align: top !important; margin-bottom: 0 !important; overflow: visible; } 
section .field-radio ul li:before { display: none } 
section .field-radio ul li label { font-size: 14px !important; color: #6f6f6f } 
section .field-radio .csRadio,
section .field-radio input { position: absolute; left: 0; top: -1px } 
section .field-radio input { top: 2px } 
section .field-checkbox ul { display: flex; flex-wrap: wrap; margin: 20px 0 0 !important } 
section .field-checkbox #check_box_1709892626_field ul { margin-bottom: 30px !important } 
section .field-checkbox ul li { position: relative; float: left; width: 100%; padding-left: 30px; margin-left: 0 !important; line-height: inherit !important; vertical-align: top !important; margin-bottom: 0 !important; overflow: visible; } 
section .field-checkbox ul li:before { display: none } 
section .field-checkbox ul li label { font-size: 14px !important; color: #6f6f6f } 
section .field-checkbox .csCheckbox,
section .field-checkbox input { position: absolute; left: 0; top: -1px } 
section .field-checkbox input { top: 2px } 
.register-wrapper .btn { min-width: 180px } 
.action-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center } 
.action-row .btn { margin-right: 8px; } 
.action-row .forgot { margin: 10px 0 !important } 
.minw-180 { min-width: 180px } 
.login-wrapper .column:last-child { font-size: 16px } 
.login-wrapper .column .fa-envelope-open-text { position: absolute; right: 60px; top: 50px; color: #f2f2f2; font-size: 140px } 
.login-wrapper .column:last-child .btn { margin-top: 15px } 
.login-wrapper .column:last-child h3,
.login-wrapper .column:last-child p { position: relative; z-index: 3 } 
.login-wrapper h4 { border-top: 1px solid #d2d2d2; margin-top: 40px; padding-top: 40px } 
.tooltip i { position: static; width: auto; color: #797979; font-size: 14px; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; } 
.tooltip { position: relative; cursor: pointer; line-height: 1; display: inline-block; vertical-align: baseline; } 
.tooltip:hover:after { background: #265999; border-radius: 5px; font-size: 13px; bottom: 26px; color: #ffffff; content: attr(data-title); left: 50%; padding: 5px 15px; position: absolute; z-index: 98; width: 150px; text-align: center; transform: translateX(-50%); display: block; } 
.tooltip:hover:before { border: solid; border-color: #265999 transparent; border-width: 6px 6px 0 6px; bottom: 20px; content: ""; left: 50%; position: absolute; transform: translateX(-50%); z-index: 99; } 
.left-heading-row { display: flex; } 
.left-heading-row .heading-column { width: 300px; padding-right: 60px } 
.left-heading-row .text-column { width: 73% } 
.left-heading-row+.left-heading-row { margin-top: 45px } 
.left-heading-row.layout-2 .heading-column { width: 400px; padding-right: 40px } 
.left-heading-row.layout-3 .heading-column { float: left; width: 40%; padding-right: 10%; } 
.left-heading-row.layout-3 .text-column { width: 60% } 
.page-template-tpl-contact .left-heading-row.layout-3 .heading-column { padding-right: 25px } 
.icon-info { position: relative; padding-left: 25px; font-size: 16px; } 
.icon-info a { color: #000000; } 
.icon-info a:hover { color: #265999; } 
.icon-info i { position: absolute; left: 0; top: 1px; } 
.gray-column-row { display: flex; flex-wrap: wrap; margin: 0 0 -2% -2%; padding: 35px 0 } 
.gray-column-row:last-child { padding-bottom: 0 } 
.gray-column-row .column { float: left; width: 48%; margin: 0 0 2% 2%; background: #E9E9E9; padding: 35px } 
hr { display: inline-block; width: 100%; margin: 40px 0; border-bottom: 1px solid #cfcfcf } 
.single-product hr { display: block; margin: 25px 0; } 
.register-wrapper { padding: 50px 0; background: #E9E9E9 } 
.register-wrapper .left-column { float: left; width: 40%; padding-right: 10% } 
.register-wrapper .right-column { float: left; width: 60%; } 
.register-wrapper .form-fields { margin-top: -20px } 
.register-wrapper .form-fields p { font-size: 14px; color: #666666 } 
.register-wrapper .form-fields .row+p,
.register-wrapper .form-fields .require+p { margin-top: 15px } 
.register-wrapper .form-fields p+.row { margin-top: -10px } 
.register-wrapper .radio-two-column.type-2+p { margin: 30px 0 } 
.register-wrapper .btn { margin-top: 20px } 
.radio-two-column { display: flex; flex-wrap: wrap; margin: 18px 0 -2% -2% } 
.radio-two-column label { position: relative; float: left; width: 48%; margin: 0 0 2% 2%; padding-left: 30px; font-size: 14px; color: #6f6f6f } 
.radio-two-column .csRadio,
.radio-two-column input { position: absolute; left: 0; top: -2px } 
.radio-two-column input { top: 2px } 
.radio-two-column.type-2 label:nth-child(odd) { width: 34% } 
.radio-two-column.type-2 label:nth-child(even) { width: 62% } 
.checkbox-row { display: flex; flex-wrap: wrap; margin: 10px 0 0 } 
.checkbox-row label { position: relative; float: left; width: 100%; padding-left: 30px; font-size: 14px; margin-bottom: 12px; color: #6f6f6f } 
.checkbox-row .csCheckbox,
.checkbox-row input { position: absolute; left: 0; top: 0 } 
.checkbox-row input { top: 2px } 
.note-wrapper { background: #E9E9E9; padding: 30px; border-radius: 8px } 
.note-wrapper p { margin-bottom: 10px } 
.note-wrapper p:last-child { margin-bottom: 0 } 
.education-row { display: flex; flex-wrap: wrap; margin: 0 0 -45px -2% } 
.education-column { float: left; width: 31.333333%; margin: 0 0 45px 2%; font-size: 17px } 
.education-column .text-column { padding: 25px 0 0 } 
.education-column .image-thumbnail { padding-top: 76%; border-radius: 8px; } 
.education-column .image-thumbnail img { width: 100% !important; max-height: inherit } 
.education-column h3 { font-weight: normal; margin-bottom: 10px; } 
.education-row.layout-2 { margin: 0 0 -2% -2%; } 
.education-row.layout-2 .education-column { background: #265999; margin: 0 0 2% 2%; width: 31.333333333%; border-radius: 8px; } 
.education-row.layout-2 .play-icon { position: relative; } 
.education-row.layout-2 .play-icon:after { content: "\f04b"; display: inline-block; font-size: 20px; line-height: 56px; font-family: "Font Awesome 5 Pro"; font-weight: 900; background: #4488BF; border-radius: 100%; text-align: center; color: #ffffff; width: 56px; position: absolute; bottom: 20px; right: 20px; z-index: 5; } 
.education-row.layout-2 .play-icon:hover:after { background-color: #ffffff; color: #4488BF } 
.education-row.layout-2 .image-thumbnail { padding-top: 62%; } 
.education-row.layout-2 .education-column .text-column { padding: 26px } 
.education-row.layout-2 .education-column h3 { color: #ffffff; font-size: 24px } 
.education-row.layout-2 .education-column .btn:before { background-color: #ffffff } 
.education-row.layout-2 .education-column .btn { border-color: #ffffff; color: #ffffff; min-width: 116px } 
.education-row.layout-2 .education-column .btn:hover,
.education-row.layout-2 .education-column .btn:focus { border-color: #ffffff; color: #000000; min-width: 116px } 
.education-row.layout-2 .btn-row { margin: 12px -8px 0 } 
.education-row.layout-2 .btn-row .btn { margin: 7px 7px 0; } 
.team-row { display: flex; flex-wrap: wrap; margin: 0 0 -45px -3% } 
.team-column { float: left; width: 30.333333%; margin: 0 0 45px 3%; font-size: 17px; text-align: center } 
.team-column .text-column { padding: 25px 0 0 } 
.team-column .image-thumbnail { padding-top: 79%; border-radius: 8px; } 
.team-column .image-thumbnail img { width: 100% !important; max-height: inherit } 
.team-column h3 { font-weight: normal; margin-bottom: 5px; } 
.team-details { font-size: 17px } 
.team-details h2 { padding-top: 30px; margin-top: 0 } 
.team-details .position { font-weight: 500; margin-top: -15px } 
.team-details .position small { display: block; font-size: 15px; color: #828282 } 
/******Dashboard*****/
.roll-wrapper { float: left; width: 100%; background: #ffffff; padding: 15px; border-radius: 8px; color: #222222; text-align:center; margin-bottom:25px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); margin-top: -25px; } 
 .roll-wrapper h3 { font-size: 20px; margin: 0; font-weight: 600; width: 100%; text-align: center; } 
.roll-wrapper p { text-align: center; width: 100%; } 
.dashboard-wrapper { padding: 50px 0 20px; background: #E9E9E9 } 
.dashboard-wrapper .container { display: flex; flex-wrap: wrap } 
.dashboard-left-column { float: left; width: 23%; background: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); border-radius: 18px; overflow: hidden; } 
.dashboard-left-column ul li { padding: 0; border-bottom: 1px solid #dfdfdf; font-size: 16px; } 
.dashboard-left-column ul li:before { display: none } 
.dashboard-left-column ul li a { display: block; padding: 13px 20px; color: #000000 } 
.dashboard-left-column ul li.has-sub a { padding-right: 40px; } 
.dashboard-left-column ul li i { width: 26px; color: #636363; font-size: 15px; } 
.dashboard-right-column { display: flex; flex-wrap: wrap; float: left; width: 75.299999999999999%; margin: 0 0 0 1.7%; min-height: 70vh; } 
.dashboard-left-column ul li a:hover, .dashboard-left-column ul li a:focus { color: #265999; } 
.dashboard-left-column .submenu-button { position: absolute; font-size: 0; background-color: rgba(0, 0, 0, .7); right: 14px; display: block; width: 24px; height: 24px; border-radius: 30px; top: 12px; cursor: pointer; z-index: 111; } 
.dashboard-left-column .submenu-button:before { content: ""; position: absolute; text-align: center; top: 50%; left: 50%; margin-top: -6px; margin-left: -4px; font-size: .778em; line-height: 26px; width: auto; font-weight: 400; border-radius: 0; border: solid #ffffff; border-width: 0 2px 2px 0; padding: 3px; -moz-transition: none; -webkit-transition: none; transition: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg) } 
.dashboard-left-column .submenu-button.submenu-opened:before { -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -3px } 
.dashboard-left-column ul.open { display: block !important; position: static !important; width: 100%; margin: 0; opacity: 1; visibility: visible; } 
.dashboard-left-column ul ul { display: none; border-top:1px solid #dfdfdf; margin: 0 0 -1px !important; } 
.dashboard-left-column ul ul li a { padding-left: 30px } 
.dashboard-left-column li.current-menu-ancestor>a,
.dashboard-left-column li.current-menu-item>a,
.dashboard-left-column li:hover>a,
.dashboard-left-column li>a:hover { color: #265999 } 
.common-white-column-row { display: flex; flex-wrap: wrap; margin: 0 0 -2% -2%; flex: 1; } 
.common-white-column { float: left; width: 35%; margin: 0 0 2% 2%; background: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); border-radius: 18px; padding-bottom: 0 } 
.common-white-column.w-50 { width: 48% } 
.common-white-column.big { width: 61% } 
.common-white-column.full { width: 98% } 
.heading-row { float: left; width: 100%; padding: 18px 22px; border-bottom: 1px solid #dfdfdf; } 
.heading-row h2 { font-size: 24px; font-weight: normal } 
.content-row { float: left; width: 100%; font-size: 16px; padding: 18px 22px; border-bottom: 1px solid #dfdfdf; } 
.content-row:last-child { border-bottom: none } 
.content-row h3 { font-size: 16px; color: #000000; font-family: 'Volte'; font-weight: 500; margin: 0 0 3px } 
.content-row h3 a { color: #000000 } 
.content-row h3 a:hover { color: #265999; } 
.content-row .join-status { position: relative; color: #9a9a9a; padding-left: 26px; margin-bottom: 10px; text-transform: capitalize; } 
.content-row .join-status i { color: #9a9a9a; font-size: 18px; position: absolute; left: 0; top: -1px; } 
.content-row .join-status.green { color: #000000 } 
.content-row .join-status.green i { color: #1eb600; } 
.content-row .join-status.yellow i { color: #FFA500; } 
.content-row .join-status.cancel i::before { content: "\f057"; color: #ff0000 } 
.w-full { width: 100% } 
ul.links-list li { padding-left: 0 } 
ul.links-list li::before { display: none } 
ul.links-list li a { display: table; position: relative; padding-left: 30px; color: #000000; font-weight: 500 } 
ul.links-list li a:hover { color: #265999; } 
ul.links-list li a:before { content: "\f0c1"; font-family: "Font Awesome 5 Pro"; display: inline-block; line-height: 1; font-weight: 400; position: absolute; left: 1px; top: 3px; color: #265999; } 
ul.pdf-list li::before { display: none } 
ul.pdf-list li { padding: 10px 0 10px 35px; display: flex; flex-wrap: wrap; border-bottom: 1px solid #dfdfdf; min-height: 64px; align-items: center; } 
ul.pdf-list li:last-child { border-bottom: none; } 
ul.pdf-list li h3 { margin: 0; } 
ul.pdf-list li h3 a { color: inherit } 
ul.pdf-list li .pdf-btn { color: #ff0000; float: left; position: absolute; top: 9px; left: 1px; } 
ul.pdf-list li .pdf-btn i { font-size: 26px; top: 7px; position: absolute; left: 0; } 
.blog-pagination { clear: both; overflow: hidden; padding: 30px 0 } 
.blog-pagination .pagination { width: 100%; text-align: center; margin: 0 !important } 
.blog-pagination .pagination>li { display: inline-block; padding: 4px !important; vertical-align: top; overflow: visible } 
.blog-pagination .pagination>li:before { display: none !important } 
.blog-pagination .pagination>li:first-child>a,
.blog-pagination .pagination>li:first-child>span { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } 
.blog-pagination .pagination>li>a,
.blog-pagination .pagination>li>span { border-radius: 4px; border: 1px solid #dddddd; background: #fff; color: #000000; font-weight: normal; padding: 6px 12px; } 
.blog-pagination .pagination>.active>a,
.blog-pagination .pagination>.active>a:focus,
.blog-pagination .pagination>.active>a:hover,
.blog-pagination .pagination>.active>span,
.blog-pagination .pagination>.active>span:focus,
.blog-pagination .pagination>.active>span:hover,
.blog-pagination .pagination>li>.current,
.blog-pagination .pagination>li>a:focus,
.blog-pagination .pagination>li>a:hover,
.blog-pagination .pagination>li>span:focus,
.blog-pagination .pagination>li>span:hover { background-color: #265999; border-color: #265999; color: #ffffff } 
.login-wrapper .ur-form-grid .form-row { margin-bottom: 22px; } 
.login-wrapper #user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid>div:not(#ur-recaptcha-node) { float: none } 
.dashboard-right-column .event-details .has-icon { margin-top: 0; } 
.dashboard-right-column .registration-row { display: block } 
.dashboard-right-column .speakers-wrapper h2, .dashboard-right-column .event-schedule h2, .dashboard-right-column .hotel-wrapper h2, .dashboard-right-column .event-description h2 { font-size: 30px; } 
.dashboard-right-column .speakers-wrapper { width: 100%; padding: 35px 0 0; } 
.dashboard-right-column .event-schedule { padding: 30px 0; background: #fbfbfb; } 
.dashboard-right-column .event-schedule .event-row { padding-left: 0; padding-right: 0; width: 100%; } 
.dashboard-right-column .event-schedule .event-row .times { position: relative; left: 0; max-width: 100%; width: auto; top: 0; font-size: 18px; margin: 0 0 8px; } 
 .dashboard-right-column .hotel-wrapper { padding:30px 0; } 
 .dashboard-right-column .event-description { background: #fbfbfb; padding: 30px 0; } 
 .dashboard-right-column .event-description hr:last-child { display: none } 
.education-video-box .image-thumbnail::after { content: "\f144"; font-family: "Font Awesome 5 Pro"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; font-weight: 900; font-size: 60px; line-height: 1; } 
.education-column .image-thumbnail, .education-video-box .image-thumbnail { padding-top: 61%; border-radius: 8px; } 
.education-video-box .image-thumbnail { margin-bottom: 15px } 
.education-column .image-thumbnail img, .education-video-box .image-thumbnail img { width: 100% !important; height: 100% !important; object-fit: cover !important; max-height: inherit } 
.education-column .image-thumbnail::after { content: "\f144"; font-family: "Font Awesome 5 Pro"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; font-weight: 900; font-size: 40px; line-height: 1; } 
.education-column .image-thumbnail.novideo::after, .education-video-box .image-thumbnail.novideo::after { display: none !important } 
.education-column:hover .image-thumbnail::after, .education-video-box:hover .image-thumbnail::after { color:#4488BF } 
.video-img-thumb { display: block; position: relative; overflow: hidden; } 
.video-img-thumb img { margin: 0 !important; max-width: 100% !important } 
.course-row .img-column .video-img-thumb img, .course-row .img-column img { max-width: 100% !important } 
.video-img-thumb::before { content: "\f144"; font-family: "Font Awesome 5 Pro"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; font-weight: 900; font-size: 40px; line-height: 1; } 

.video-img-thumb.no-video:before{ display: none !important;}
/******quantity******/
.quantity { display: inline-block; vertical-align: middle; width: 113px; position: relative; } 
.quantity .qty { float: left; width: 112px !important; display: inline-block; float: left; text-align: center; font-size: 15px; background-color: #fff; border: 1px solid #c3c3c3 !important; color: #000000; padding: 5px 30px 5px 15px !important; margin: 0; height: 40px; text-align: left !important } 
.quantity .qty:focus { border-color: #000000; } 
.quantity .plus,
.quantity .minus { float: left; background-color: #fff; width: 22px; border: 1px solid #c3c3c3 !important; color: #000000; line-height: 20px !important; font-size: 15px; border-radius: 0; position: absolute; text-transform: uppercase; margin: 0; padding: 0 3px !important; display: inline-block; vertical-align: top; top: 0; right: 0; font-weight: 400; margin-right: -1px !important; z-index: 3; cursor: pointer } 
.quantity .plus { top: 0; right: 0 } 
.quantity .plus { float: left; } 
.quantity .minus { float: left; bottom: 0; top: auto; } 
.quantity .plus:hover,
.quantity .minus:hover { background-color: #253914; color: #ffffff } 
.single_variation_wrap .quantity { margin-right: 15px } 
.variations_form.cart .table-responsive { overflow: visible !important; } 
.variations_form.cart table tr { display: block; } 
.variations_form.cart table th { border: none; padding:10px 10px 0 0; width: auto; } 
 .variations_form.cart table th label { margin: 8px 8px 0 0; } 
.variations_form.cart table td.value { border: none; padding: 10px 0 0; width: 240px; } 
.woocommerce nav.woocommerce-pagination { float: left; display: block; margin: 0; padding: 50px 0 0; width: 100%; text-align: center; font-weight: normal; } 
.woocommerce nav.woocommerce-pagination ul { display: table; white-space: nowrap; padding: 0; border: none; border-right: 0; margin: 0 auto; width: auto } 
.woocommerce nav.woocommerce-pagination ul li { border-right: none; padding: 3px 2px; margin: 0; float: left; display: inline; overflow: hidden; text-align: center } 
.woocommerce nav.woocommerce-pagination ul li:before { display: none } 
.woocommerce nav.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { margin: 0; color: #4d4d4d; text-decoration: none; line-height: 1; font-size: 18px; font-weight: 500; padding: 5px 13px; display: block; border: 1px solid #ffffff; border-radius: 4px; background: #ffffff; height: 30px; } 
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current { color: #4d4d4d; border-color: #ecebe9; background-color: #ecebe9; } 
.woocommerce nav.woocommerce-pagination ul li .dots { border-color: transparent; background: none } 
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme { display: inline-block; vertical-align: bottom; line-height: 1.2; margin: 10px 0 0; } 
.woocommerce .table-responsive { margin: 8px 0 } 
form .woocommerce-privacy-policy-text { padding: 0 0 10px } 
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to- checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout- button,
input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn { position: relative; display: inline-block; border: 1px solid #265999 !important; color: #ffffff !important; font-size: 16px; margin: 0; line-height: 20px !important; letter-spacing: 0; cursor: pointer; padding: 9px 28px !important; text-transform: capitalize; font-family: 'Volte'; font-weight: 500 !important; border-radius: 40px !important; text-align: center; background: #265999 !important; text-transform: capitalize; } 
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input[type='submit'].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover { background: #000000 !important; border-color: #000000 !important; color: #ffffff !important } 
.woocommerce table { border-collapse: collapse !important; margin: 0 !important } 
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { border-color: #e0e0e0 !important; } 
.woocommerce table.shop_table th { background-color: #fff; } 
.woocommerce table.shop_table thead th { background-color: #f9f9f9; } 
.woocommerce .product-thumbnail img { width: 80px !important; border: 1px solid #e0e0e0; } 
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce table.shop_table { background-color: transparent; border-radius: 0; } 
@media (min-width:769px){
 .woocommerce .cart-collaterals .cart_totals table tr td,
 .woocommerce .cart-collaterals .cart_totals table tr th { border: 1px solid #e0e0e0 !important; } 
 }
.woocommerce table.shop_table .quantity { min-width: 120px; } 
.woocommerce ul#shipping_method .amount,
.woocommerce ul#shipping_method .amount span { color: #201f1f; font-weight: bold; } 
.woocommerce table.shop_table .order-total strong,
.woocommerce-cart table.cart td.product-subtotal .amount,
.woocommerce-cart table.cart td.product-subtotal .amount span { font-size: 16px; color: #201f1f; font-weight: bold } 
.woocommerce a.remove { line-height: 1; } 
.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before,
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce .order_details li:before,
.woocommerce nav.woocommerce-pagination li:before,
.woocommerce .order_details:after,
.woocommerce .order_details:before,
.woocommerce table.shop_table ul#shipping_method li:before { display: none !important } 
.woocommerce-ordering .csSelect { padding: 0; min-width: 150px; height: 40px; } 
.woocommerce-ordering .csSelectBar { padding-left: 5px; line-height: 40px; } 
.woocommerce-ordering select { padding: 5px; } 
.woocommerce-ordering .csSelect:after { padding: 1px 6px; } 
.woocommerce-error,
.woocommerce-info,
.woocommerce-message { margin: 15px 0 !important; clear: both; padding: 1em 1em 1em 3.5em !important; background-color: #fff; border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; } 
.woocommerce .product-quantity .qty { width: 80px } 
.woocommerce-error *:not(a),
.woocommerce-info *:not(a),
.woocommerce-message *:not(a) { color: #272425 !important } 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce table.my_account_orders .button,
.woocommerce-message .btn { padding: 2px 10px !important; font-size: 12px; white-space: normal; } 
.woocommerce-message .btn { float: right; margin-left: 15px; min-width: inherit; } 
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 { float: left !important; width: 50% !important; padding-right: 10px !important } 
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 { float: right !important; width: 50% !important; padding-left: 10px !important } 
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last { width: 50% !important; float: left !important } 
.woocommerce fieldset { padding: 15px; padding-top: 10px; margin: 25px 0 15px; border: 5px solid #e0e0e0; } 
.woocommerce legend { display: block; width: auto; padding: 0 15px; margin: 0; font-size: 24px; line-height: normal; border: none; } 
.woocommerce-account .woocommerce-MyAccount-navigation { width: 24% !important; background: #fff; } 
.woocommerce-account .woocommerce-MyAccount-content { width: 76% !important; padding-left: 35px !important; } 
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: block; padding: 0; border: 1px solid #e0e0e0; border-bottom: none; } 
.woocommerce-account .woocommerce-MyAccount-navigation ul li { display: block; font-size: 16px; padding: 0; margin: 0; line-height: inherit; clear: both; border-bottom: 1px solid #e0e0e0 } 
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before { display: none } 
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { display: block; line-height: normal; padding: 9px 15px; color: #393939; font-weight: 500 } 
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { background-color: #265999; color: #ffffff; } 
.addresses address,
.woocommerce-view-order address,
.woocommerce-order-received address { background: #f9f9f9; padding: 15px; border-radius: 8px !important; margin: 5px 0 15px 0; border: 1px solid #e0e0e0; clear: both; } 
.woocommerce td.product-name dl.variation dd p { padding: 0 } 
.woocommerce table.cart td.actions .coupon label { display: none } 
#coupon_code { display: inline-block; width: 150px; padding: 6px 20px; height: 40px; vertical-align: top; } 
.woocommerce .checkout_coupon p.form-row { width: 49% !important; float: none !important; display: inline-block !important; vertical-align: top !important; } 
.woocommerce .checkout_coupon #coupon_code { width: 100% } 
.woocommerce .checkout_coupon p:first-of-type { margin: 0 3px 5px; } 
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { padding: 10px !important; border-color: #e0e0e0 !important; margin: 0 0 10px 0 !important; border-radius: 0 !important; background: #fff } 
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields { padding: 15px; border: 1px solid #e0e0e0; background-color: #fff; margin: 0 0 15px; } 
.woocommerce .radio .csRadio,
.woocommerce .checkbox .csCheckbox,
.woocommerce-checkout .checkout input[type="checkbox"],
.woocommerce-checkout .checkout input[type="radio"] { margin-left: 0; } 
.woocommerce form.checkout_coupon input.button,
.woocommerce form.login input.button,
.woocommerce form.register input.button { margin-right: 10px } 
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small { font-size: 15px; color: #BEBEBE; font-weight: 400; line-height: normal; } 
.woocommerce-checkout .selectric-wrapper { display: none !important; } 
.select2-container .select2-selection--single { height: 40px !important; border-color: #e0e0e0 !important; -moz-box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; margin: 0 !important; border-radius: 0 !important; background: #ffffff; } 
.select2-search--dropdown .select2-search__field { padding: 5px; height: 40px; } 
ul.select2-results__options li:before { display: none !important } 
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #6f6f6f; background-color: #E9E9E9; line-height: 38px !important; padding-left: 15px !important; font-size: 16px } 
.select2-results__option { font-size: 16px; } 
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 38px !important; } 
.select2-container--open .select2-dropdown--above { border-color: #d1d1d1 !important } 
.select2-dropdown { border: 1px solid #d1d1d1; background-color: #ffffff; border-radius: 0 !important; } 
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods { border-color: #e0e0e0 !important; } 
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce .woocommerce-shipping-fields h3 label { display: inline-block } 
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment { background-color: #fff !important; border: 1px solid #e0e0e0 !important; border-radius: 0 !important; } 
.woocommerce-checkout #payment ul.payment_methods li .form-row label { display: block } 
.woocommerce-checkout #payment ul.payment_methods li .csSelect { display: inline-block; height: 46px; padding: 10px 0 8px 0; min-width: 100px; width: 100px } 
.woocommerce-checkout #payment ul.payment_methods li select { display: inline-block; } 
.woocommerce-checkout #payment ul.payment_methods li .csSelect:after { padding: 12px 5px; } 
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce .woocommerce table.shop_table ul#shipping_method li { padding-left: 0 } 
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box { background-color: #E9E9E9 !important; } 
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before { border-bottom-color: #E9E9E9 !important } 
.woocommerce-checkout #payment div.payment_box div p { width: auto; display: inline-block; float: none; } 
.woocommerce-checkout #payment div.payment_box fieldset { padding: 0; padding-top: 10px; margin: 0; border: none; } 
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input { margin: -8px 6px 0 0; vertical-align: middle; } 
.woocommerce ul#shipping_method li { padding: 0 } 
.woocommerce ul.order_details { display: table; width: 100%; margin: 0 0 15px; padding: 0; border: 1px solid #e0e0e0 } 
.woocommerce ul.order_details li { display: table-cell; margin: 0; border: none; border-right: 1px solid #e0e0e0 !important; padding: 15px !important; background: none; float: none !important; word-break: break-word; background-color: #fff; } 
.woocommerce ul.order_details li:last-child { border: none !important } 
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads { margin-bottom: 2em; } 
.woocommerce .woocommerce-customer-details:last-child,
.woocommerce .woocommerce-order-details:last-child,
.woocommerce .woocommerce-order-downloads:last-child { margin-bottom: 0 } 
.woocommerce .wc-item-meta p,
.woocommerce .wc-item-meta li { padding: 0 } 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone { word-break: break-word; } 
.common-wrapper header { position: static !important; margin: 0 !important; padding: 0 !important; z-index: inherit !important; box-shadow: none !important; background: none !important; } 
.common-wrapper header h3 { padding: 0 0 10px } 
.woocommerce-checkout .woocommerce-billing-fields h3:before,
.woocommerce-checkout .woocommerce-shipping-fields h3:before,
.woocommerce-checkout #order_review_heading:before,
.woocommerce-checkout div#payment:before { content: "1"; background: #265999; border-radius: 40px; width: 40px; line-height: 40px; display: inline-block; vertical-align: middle; text-align: center; margin: 0 10px 5px 0; font-size: 18px; color: #ffffff; font-weight: 600; } 
.woocommerce .woocommerce-shipping-fields h3:before { content: "2" } 
.woocommerce-checkout #order_review_heading:before { content: "3" } 
.woocommerce-checkout div#payment { position: relative; } 
.woocommerce-checkout div#payment { background: #fff !important; margin-top: 15px; } 
.woocommerce-checkout div#payment:before { content: "4"; margin: 8px 0 8px 15px; } 
.woocommerce-checkout div#payment:after { content: "Payment"; position: absolute; left: 65px; top: 15px; font-weight: 500; font-size: 24px !important; text-transform: capitalize; font-weight: 600; color: #253914; line-height: 1.2; font-family: 'Volte'; } 
.woocommerce-checkout #order_review_heading { padding: 10px; border: 1px solid #e0e0e0; margin-bottom: -9px; background: #fff; } 
.woocommerce-checkout div#payment .woocommerce-terms-and-conditions-wrapper+button.button { margin-top: 15px; } 
.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce .woocommerce-column__title,
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-Address h3 { font-size: 24px !important; text-transform: capitalize; margin: 0 0 10px; font-family: 'Volte'; font-weight: 600; } 
.woocommerce-cart .woocommerce .cart-collaterals h2 { padding: 9px 0; margin: 0; border: none; font-size: 24px !important; text-transform: capitalize !important; font-weight: 600; } 
.woocommerce div.product form.cart .reset_variations { display: block; overflow: hidden; clear: both; } 
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form div.form-row { padding: 3px; margin: 0; } 
.admin-bar header { top: 32px !important; } 
.woocommerce nav.woocommerce-pagination ul li .dots { border-color: transparent; background: none } 
.paypal-button-row { margin-top: 10px } 
.woocommerce-wishlist .woocommerce table.wishlist_table td,
.woocommerce-wishlist .woocommerce table.wishlist_table th { padding: 9px 12px !important; font-size: 14px; } 
.woocommerce-wishlist .woocommerce table.wishlist_table a.button { padding: 7px 10px !important; font-size: 16px; display: inline-block !important; line-height: 1.2 !important; } 
.woocommerce-wishlist .woocommerce table.wishlist_table tfoot { display: none } 
.ur-frontend-form .ur-form-row .ur-form-grid .StripeElement { padding: 48px 8px !important; } 
.ur-tab-picker { border-bottom: 1px solid #4488BF !important; } 
.ur-tab-picker .ur-tab-button.ur-stripe-element-selected, .ur-tab-picker .ur-tab-button:hover { background-color: #4488BF !important; color: #fff; } 
.form-value-choose { margin-bottom: 30px; margin-top: 40px } 
.form-value-choose label { position: relative; padding-left: 30px; display: flex } 
.form-value-choose label .csRadio, .form-value-choose label input { position: absolute; left: 1px; top: 2px } 
.form-value-choose label input { top:4px } 
.form-choice { display: none } 
.form-choice.membership-form-choice { display: block; } 
.form-choice .register-wrapper .ur-frontend-form { margin-bottom: 0; padding: 0; border-bottom:none; } 
.dash-trigger { display: none } 
.page-id-456 .ur-detail-image { display: none !important } 
.page-id-456 .ur-user-details-container { min-width: inherit !important } 
.page-id-456 .ur-user-details-container .ur-info-wrap table tr { padding:0 !important; } 
.page-id-456 .ur-user-details-container .ur-detail-wrapper { border-radius: 0; border: none; padding: 0; } 
.page-id-456 .ur-user-details-container .table-responsive { margin: 0; } 
.page-id-456 .ur-user-details-container .ur-info-wrap h3 { margin:0 0 0 20px } 
.page-id-456 .ur-user-details-container .ur-info-wrap, .page-id-456 .ur-user-details-container .ur-info-wrap table { margin-top: 0 !important } 
.page-id-456 .ur-user-details-container .ur-info-wrap table tr th { background: none !important; width: 255px; } 
.page-id-456 .ur-user-details-container .ur-info-wrap table tr td { background: none !important } 
@media only screen and (max-width: 662px){
 .page-id-456 .ur-user-details-container .ur-info-wrap h3 { margin: 0 0 0 5px; } 
 .page-id-456 .ur-user-details-container .ur-info-wrap table tr th { padding-left: 0.5em; width: auto } 
 .page-id-456 .ur-user-details-container .ur-info-wrap table tr td { padding-left: 15px; padding-top: 0 !important } 
 }
/******Owl Carousel*******/
.owl-carousel,
.owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative } 
.owl-carousel { display: none; width: 100%; z-index: 1 } 
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden } 
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } 
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 
.owl-carousel .owl-item { min-height: 1px; float: left; width: 100%; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.owl-carousel .owl-item img { display: block; width: 100% } 
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled { display: none } 
.no-js .owl-carousel,
.owl-carousel.owl-loaded { display: block } 
.owl-carousel.owl-loading { opacity: 0; display: block } 
.owl-carousel.owl-hidden { opacity: 0 } 
.owl-carousel.owl-refresh .owl-item { visibility: hidden } 
.owl-carousel.owl-grab { cursor: move; cursor: grab } 
.owl-carousel.owl-rtl { direction: rtl } 
.owl-carousel.owl-rtl .owl-item { float: right } 
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both } 
.owl-carousel .owl-animated-in { z-index: 0 } 
.owl-carousel .owl-animated-out { z-index: 1 } 
.owl-carousel .fadeOut { animation-name: fadeOut } 
@keyframes fadeOut { 
 0% { opacity: 1 } 
 100% { opacity: 0 } 
 }
.owl-height { transition: height .5s ease-in-out } 
.owl-carousel .owl-item .owl-lazy { opacity: 0 } 
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d } 
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #0b0b0b } 
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease } 
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) } 
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display: none } 
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease } 
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } 
.owl-carousel .owl-dots { display: flex; margin: 0 auto; clear: both; overflow: hidden; padding-top: 25px; text-align: center; align-items: center; justify-content: center } 
.owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.owl-carousel .owl-dot { position: relative; display: inline-block; width: 12px; height: 12px; margin: 2px 6px; border: 1px solid #cccccc; font-size: 0; line-height: 0; cursor: pointer; border-radius: 0; background-color: #cccccc; transform: rotate(-45deg) } 
.owl-carousel .owl-dot span { display:none } 
.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover { background-color: #265999; border-color: #265999; } 
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev { background-color: #ffffff; cursor: pointer; position: absolute; left: -22px; top: 50%; margin-top: -22px; width: 44px; height: 44px; border: 1px solid #d5d5d5; border-radius: 44px; display: inline-block; font-size: 0; z-index: 98; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent } 
.owl-carousel .owl-nav .owl-next { left: auto; right: -22px } 
.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled { opacity: .2; cursor: not-allowed } 
.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before { content: "\f053"; font-size: 20px; font-family: "Font Awesome 5 Pro"; color: #6e6e6e; font-weight: 400; line-height: 1; display: block; margin: 0 2px; position: absolute; top: 50%; left: 42%; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -moz-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } 
.owl-carousel .owl-nav .owl-next:before { left: 46%; content: "\f054" } 
.owl-carousel.arrow-no-bg .owl-nav .owl-next,
.owl-carousel.arrow-no-bg .owl-nav .owl-prev { background-color: transparent; } 
.owl-carousel.arrow-no-bg .owl-nav .owl-next:hover,
.owl-carousel.arrow-no-bg .owl-nav .owl-prev:hover { background-color: #ffffff } 
/******Owl Carousel End*******/
/******Social Icons*******/
ul.social-icon { display: inline-block; padding: 0; margin: 0 0 15px; vertical-align: middle } 
ul.social-icon li { display: inline-block; width: auto; margin: 3px 10px 3px 0; background: 0 0; padding: 0; vertical-align: middle; color: #000000 } 
ul.social-icon li:last-child { margin-right: 0 } 
ul.social-icon li:before { display: none } 
ul.social-icon li a { display: inline-block; padding: 0; width: auto } 
ul.social-icon li i { text-align: center; display: block; border-radius: 50px; vertical-align: top; font-size: 14px; color: #265999; background-color: transparent; line-height: 1; border: 1px solid #545453 } 
ul.social-icon li i:before { display: inline-block; line-height: 32px; width: 32px } 
ul.social-icon li a:hover i { color: #fff } 
ul.social-icon li a:hover .fa-twitter,
ul.social-icon li a:hover .fa-x-twitter { background-color: #0eb1f2 } 
ul.social-icon li a:hover .fa-linkedin-in { background-color: #007bb6 } 
ul.social-icon li a:hover .fa-instagram { background-color: #d82370 } 
ul.social-icon li a:hover .fa-pinterest,
ul.social-icon li a:hover .fa-pinterest-p { background-color: #cb2027 } 
ul.social-icon li a:hover .fa-tumblr { background-color: #395976 } 
ul.social-icon li a:hover .fa-youtube { background-color: red } 
ul.social-icon li a:hover .fa-whatsapp { background-color: #25d366 } 
ul.social-icon li a:hover i { border-color: transparent } 
ul.social-icon li a:hover .fa-facebook,
ul.social-icon li a:hover .fa-facebook-f,
ul.social-icon li a:hover .fa-square-facebook { background-color: #3b5998 } 
ul.social-icon li a:hover i { color: #ffffff; background-color: #000000 } 
/******Social Icons End*******/
/******Footer*******/
.dashboard footer { background: #E9E9E9 !important; padding: 0 !important; margin: 0 !important } 
.dashboard footer .copyright-block { background: #E9E9E9 !important; padding: 25px 0 !important; margin: 0 !important } 
.member-text { display: flex; align-items: center; padding: 15px 100px 20px 50px; border-bottom: 1px solid #2e6ab5; margin-bottom: 50px; justify-content: center; column-gap: 20px; } 
.member-text p { margin: 15px 30px; font-family: 'Volte'; font-weight: 400; font-size: 24px } 
.member-text .btn { white-space: nowrap } 
.member-text .btn:hover,
.member-text .btn:focus { color: #265999 !important; text-decoration: none } 
footer { background: #265999; padding: 50px 0 0 } 
footer .footer-row { display: flex; flex-wrap: wrap; margin: 0 -15px } 
footer .footer-column { float: left; width: 27%; padding: 0 15px } 
footer .footer-column:first-child { width: 33%; } 
footer .footer-column:first-child p { max-width: 311px; width: 100%; margin: 15px 0 0; text-align: center } 
footer .footer-column:first-child p:first-child { margin-top: 0 } 
footer .footer-column:first-child img { margin-bottom: 0 } 
footer .footer-column:nth-child(2) { width: 20% } 
footer .footer-column:last-child { width: 20%; } 
footer ul li { font-size: 14px; color: #000000; padding: 0 0 10px 0; line-height: 1.4 } 
footer ul li:before { display: none; } 
footer ul li:last-child { padding-bottom: 0 } 
footer h5 { font-size: 20px; color: #ffffff; margin: 0 0 10px; padding: 0; font-family: 'Volte'; font-weight: 700; text-transform: capitalize } 
footer a,
footer p { color: #ffffff; font-size: 16px; margin: 0 } 
footer p+p { margin-top: 5px } 
footer ul.social-icon { margin: 0; display: table; max-width: 311px; width: 100%; text-align: center; } 
footer ul.social-icon li { padding: 0 !important; margin: 5px 1px !important } 
footer ul.social-icon li i { display: inline-block; border-color: #265999; color: #ffffff; vertical-align: middle; font-size: 18px; } 
footer .copyright-block { background: #ffffff; padding: 22px 0; float: left; width: 100%; margin-top: 55px; } 
footer .copyright-block .container { display: flex; align-items: center; justify-content: space-between; } 
footer .copyright-block p { font-size: 14px; float: left; margin: 0; color: #000000; font-weight: 400 } 
footer .copyright-block a { color: #265999; font-size: inherit; text-decoration: underline } 
footer .copyright-block a:hover, footer .copyright-block a:focus { color: #265999 !important; text-decoration: none; text-underline-offset: 4px; } 
footer .copyright-block img { display: inline-block; vertical-align: middle; margin-right: 15px } 
footer .current-menu-item a,
footer a:focus,
footer a:hover { color: #ffffff !important; text-decoration: underline; text-underline-offset: 4px; } 
/******Footer End*******/
/******Scrollup Button*******/
.scrollup { position: fixed; right: 10px; bottom: -40px; -webkit-transition: all ease 1.5s; -moz-transition: all ease 1.5s; -ms-transition: all ease 1.5s; -o-transition: all ease 1.5s; transition: all ease 1.5s; filter: alpha(opacity=0); opacity: 0; z-index: 150; display: flex; align-items: center; border-radius: 8px; font-size: 13px; font-style: normal; cursor: pointer; color: #ffffff; } 
.scrollup i { color: #000000; width: 36px; height: 36px; font-size: 18px; line-height: 36px; background: #ffffff; cursor: pointer; text-align: center; position: relative; z-index: 5; vertical-align: top; border-radius: 40px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) } 
.scrollup:hover i { background-color: #265999; color: #ffffff; } 
.scrollup.show { filter: alpha(opacity=100); opacity: 1; bottom: 27px; } 
/******Scrollup Button End*******/
@-webkit-keyframes fadeInDown { 
 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 
 to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) } 
 }
@keyframes fadeInDown { 
 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 
 to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) } 
 }
.active.animate__fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown } 
/******Responsive Start*******/
@media only screen and (max-width:1230px){
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev { left: -12px } 
 .owl-carousel .owl-nav .owl-next { left: auto; right: -12px; } 
 }
@media only screen and (max-width:1199px){
 .header-right { margin-right: 20px } 
 header .btn { padding: 7px 20px } 
 header .header-left { min-width: 200px; width: 200px; } 
 .nav-wrap nav ul.nav>li>a { position: relative; display: block; padding: 14px 0; margin: 0; font-size: 16px; } 
 header+div,
 header+section { margin-top: 136.02px !important; } 
 .dashboard header+div,
 .dashboard header+section { margin-top:136.02px !important; } 
 .banner-wrapper.flexslider .flex-direction-nav { display: none } 
 .member-text { align-items: center; padding: 0 30px 15px; } 
 .inner-banner.layout-3 { padding: 30px 0; } 
 .icon-info { font-size: 15px; } 
 }
@media only screen and (min-width:1025px){
 .woocommerce-cart .woocommerce-cart-form { float: left; width: 70%; } 
 .woocommerce-cart .woocommerce .cart-collaterals { float: left; width: 30%; padding-left: 30px; } 
 .woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100% } 
 .woocommerce-cart .woocommerce .cart-collaterals .checkout-button { width: 100%; } 
 }
@media only screen and (max-width:1024px){
 .nav-trigger { float: right; padding: 20px; border-radius: 40px; display: inline-block; position: relative; cursor: pointer; transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; transition-duration: .15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; margin: 0; overflow: visible; font-size: 0; background: #4488BF; order: 1 } 
 .nav-trigger span { display: block; top: 50%; margin-top: -2px; right: 9px } 
 .nav-trigger span,
 .nav-trigger span::after,
 .nav-trigger span::before { width: 21px; height: 2px; background-color: #ffffff; border-radius: 0; position: absolute; transition-property: transform; transition-duration: .15s; transition-timing-function: ease } 
 .nav-trigger span::after,
 .nav-trigger span::before { content: ""; display: block } 
 .nav-trigger span::before { top: -7px } 
 .nav-trigger span::after { bottom: -7px } 
 .nav-trigger.closemenu span { top: auto; bottom: 7px; transition-duration: .15s; transition-delay: .15s; transition-timing-function: cubic-bezier(.55, .055, .675, .19) } 
 .nav-trigger.closemenu span::after { top: -20px; transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear } 
 .nav-trigger.closemenu span::before { transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19) } 
 .nav-trigger.closemenu span { transform: translate3d(0, -12px, 0) rotate(-45deg); transition-delay: .32s; transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 
 .nav-trigger.closemenu span::after { top: 0; opacity: 0; transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear } 
 .nav-trigger.closemenu span::before { top: 0; -ms-transform: rotate(-90deg); transform: rotate(-90deg); transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1) } 
 #sidebar-nav { right: -260px; top: 0; bottom: 0; position: fixed; width: 260px; overflow-x: hidden; overflow-y: auto; margin: 0; padding: 0; transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; background: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, .2) } 
 header,
 html { -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .3s linear 0s; transition: all .2s linear 0s } 
 .sidebar_active { overflow: hidden; margin-left: -260px; margin-right: 260px } 
 .sidebar_active #sidebar-nav { display: block; right: 0; z-index: 999999 } 
 .nav-wrap nav ul.nav>li.has-sub>a:after { display: none } 
 .sidebar_active header { position: fixed; left: -260px; right: 260px } 
 .nav-wrap nav ul,
 nav ul ul { display: none } 
 .nav-wrap nav ul.nav { padding: 0; margin: 0; border: 0; visibility: visible; display: block; top: 0 } 
 .nav-wrap nav ul.nav>li { width: 100%; margin: 0; padding: 0; border: 0; /* border-bottom: 1px solid rgba(0,0,0,.12)*/ } 
 .nav-wrap nav ul.nav>li>a { font-size: 18px; color: #000000; padding: 7px 20px 7px 16px; margin: 0; white-space: inherit; border-radius: 0; border: none; font-weight: 500 } 
 .nav-wrap nav ul.nav>li.has-sub>a { padding-right: 30px } 
 .nav-wrap nav ul.nav>li:last-child { border-bottom: none } 
 .nav-wrap nav ul.nav ul li { opacity: 1 } 
 .nav-wrap nav ul.nav ul { position: static; opacity: 1; visibility: visible; padding: 0; border-radius: 0; background: 0 0; -webkit-box-shadow: none; box-shadow: none } 
 .nav-wrap nav>ul.nav>li>ul { max-height: inherit; margin-top: 0; -moz-transform: none; -webkit-transform: none; transform: none; text-align: left } 
 .nav-wrap nav ul.nav>li>ul>li { padding: 0; margin: 0; float: left; width: 100%; border-bottom: none; min-width: inherit } 
 .nav-wrap nav ul.nav>li>ul li a { color: #000000; font-size: 16px; padding: 8px 15px; white-space: inherit; text-align: left; /*border-top: 1px solid rgba(0,0,0,.12)*/ } 
 .nav-wrap nav .submenu-button { position: absolute; font-size: 0; background-color: rgba(0, 0, 0, .7); right: 4px; display: block; width: 24px; height: 24px; border-radius: 30px; top: 6px; cursor: pointer; z-index: 111 } 
 .nav-wrap nav .submenu-button:before { content: ""; position: absolute; text-align: center; top: 50%; left: 50%; margin-top: -6px; margin-left: -4px; font-size: .778em; line-height: 26px; width: auto; font-weight: 400; border-radius: 0; border: solid #ffffff; border-width: 0 2px 2px 0; padding: 3px; -moz-transition: none; -webkit-transition: none; transition: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg) } 
 .nav-wrap nav .submenu-button.submenu-opened:before { -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -3px } 
 .sidebar_active .nav-wrap nav ul.nav ul.open { display: block !important; position: static !important; top: 40px; left: auto; right: 0; bottom: 0; width: 100%; margin: 0; opacity: 1; visibility: visible; height: 100%; overflow: auto; z-index: 99999; background: #ffffff } 
 .nav-wrap nav ul.nav ul:after,
 .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after,
 .nav-wrap nav ul.nav>li>a:before { display: none } 
 .nav-wrap nav ul.nav li.has-sub li.has-sub .submenu-button { top: 5px } 
 .nav-wrap nav ul.nav li.has-sub li.has-sub li a { padding-left: 25px } 
 .nav-wrap nav ul.nav li.current-menu-ancestor>a,
 .nav-wrap nav ul.nav li.current-menu-item>a,
 .nav-wrap nav ul.nav li:hover>a,
 .nav-wrap nav ul.nav li>a:hover { background-color: #265999; color: #ffffff } 
 .nav-wrap nav ul.nav .mega-dropdown .submenu-button { display: none !important } 
 .nav-wrap nav ul.nav .mega-dropdown { display: none !important; width: 100% !important; left: 0 !important; } 
 .nav-wrap nav ul.nav .mega-dropdown.open { display: block !important } 
 .nav-wrap nav ul.nav .mega-dropdown ul { width: 100% !important; display: block !important; flex-wrap: wrap; position: static !important; visibility: visible !important; opacity: 1 !important; transform: none !important; padding: 0; box-shadow: none } 
 .nav-wrap nav ul.nav ul li a { padding: 8px 15px } 
 .nav-wrap nav ul.nav li.has-sub ul li a { padding-left: 25px } 
 .alignleft,
 .alignright { max-width: 500px } 
 .woocommerce img.alignleft, .woocommerce-page img.alignright { max-width: 500px !important; } 
 header .logo a img { margin: 0 } 
 header .icon-link-flex ul li:last-child { display: block } 
 .dashboard-left-column { width: 100%; margin-top: 10px; margin-bottom: 15px; display: none } 
 header .icon-link-flex ul li { overflow: visible; padding: 0 0 0 15px; } 
 .dashboard-wrapper { padding: 30px 0 20px; } 
 .dashboard-right-column { width: 100%; margin-left: 0; padding: 0; margin-top:15px; } 
 .dashboard .nav-trigger { background-color: #265999 } 
 header+div,
 header+section { margin-top: 82.02px !important; } 
 .dashboard header+div,
 .dashboard header+section { margin-top: 82.02px !important; } 
 .woocommerce .cart-collaterals,
 .woocommerce-page .cart-collaterals { margin-top: 30px } 
 .dash-trigger { display: flex !important; justify-content: space-between; float: left; width: 100%; padding: 11px 22px; background: #ffffff; color: #265999; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); border-radius: 12px; overflow: hidden; text-transform:uppercase; font-weight: 500; align-items: center } 
 .dash-trigger span { padding: 3px 0 0 } 
 .dash-trigger i { margin-top: -2px } 
 .roll-wrapper { margin-top: -5px } 
 }
@media only screen and (max-width:991px){
 .alignleft,
 .alignright { max-width: 300px } 
 .woocommerce img.alignleft, .woocommerce-page img.alignright { max-width: 300px !important; } 
 header .btn.user-triger { width: auto } 
 header .btn.user-triger i { margin-right: 0 } 
 header .btn.user-triger .span-text { display: none } 
 header .btn.user-triger:after { display: none } 
 header .btn { width: 40px; height: 40px; padding-left: 11px; padding-right: 11px; } 
 header .btn i { margin-right: 0 } 
 header .btn .span-text { display: none } 
.search-triger { display: block; } 
 header .icon-link-flex ul li:has(.search-block) { position: static } 
 .search-block .is-form-style input.is-search-input { min-width: inherit } 
.search-block { position: absolute; left: 0; top: 100%; right: 0; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 10px; background: #265999; } 
 .banner-wrapper .heading,
 .inner-banner .heading { font-size: 36px } 
 .inner-banner .max-width { padding: 0; } 
 .lg-btn { padding: 11px 30px !important; font-size: 16px !important; } 
 .about-wrapper,
 .member-wrapper,
 .education-wrapper,
 .event-wrapper { padding: 30px 0; } 
 .about-wrapper .container { flex-wrap: wrap; display: block } 
 .about-wrapper .img-column { margin: 0 20px 5px 0 } 
 .about-wrapper .text-column { float: none; width: auto; padding-left: 0; } 
 .education-wrapper .bg-box { padding: 15px; flex-wrap: wrap; display: block; overflow: hidden } 
 .education-wrapper .img-column { margin: 0 20px 5px 0 } 
 .education-wrapper .text-column { float: none; width: auto; padding-left: 0; } 
 .education-wrapper .btn,
 .about-wrapper .btn { margin-top: 0; } 
 .top-text-center { margin-bottom: 25px } 
 .event-row .times { top: 20px; left: 20px } 
 .event-row { padding: 20px 0 0 200px; } 
 .event-row.absolute-btn .btn { position: relative; right: auto; top: 0; transform: none; margin-top: -10px; margin-bottom: 10px } 
 .event-row .arrow-link { right: 20px } 
 .event-wrapper .btn-row { padding: 25px 0 0; } 
 .content-row,
 .heading-row { padding: 15px; } 
 .common-wrapper { padding: 30px 0 } 
 .login-wrapper { margin: 20px 0 -4% } 
 .login-wrapper .column { width: 100%; margin-left: 0; padding: 30px; } 
 .login-wrapper h4 { margin-top: 30px; padding-top: 30px; } 
 .left-heading-row { flex-wrap: wrap; } 
 .left-heading-row .heading-column,
 .left-heading-row.layout-2 .heading-column { width: 100%; padding: 0 0 20px } 
 .left-heading-row .text-column { width: 100% } 
 .left-heading-row+.left-heading-row { margin-top: 25px; } 
 .gray-column-row .column { padding: 30px } 
 hr { margin: 30px 0 } 
 .register-wrapper { padding: 30px 0 } 
 .register-wrapper .left-column { width: 100%; padding: 0 0 20px } 
 .register-wrapper .right-column { width: 100% } 
 .event-row.has-img { padding: 0 0 30px; align-items: center } 
 .event-row.has-img .text-column { width: 100%; padding: 0 0 20px } 
 .event-row.has-img .img-column { width: 100% } 
 .event-row.has-img .img-column img { width: 100% } 
 .left-heading-row.layout-3 .heading-column { width: 100%; padding: 0 0 20px; } 
 .left-heading-row.layout-3 .text-column { width: 100%; } 
 .page-template-tpl-contact .left-heading-row.layout-3 .heading-column { padding-right: 0; } 
 .note-wrapper { padding: 20px } 
 .event-details .bottom-text { padding: 30px 0 0; } 
 .registration-row { padding: 20px } 
 .registration-row .column { width: 100% } 
 .registration-row .column:last-child { width: 100%; padding: 25px 0 0; } 
 .speakers-wrapper { padding: 30px 0 0 } 
 .event-schedule { padding: 30px 0 } 
 .event-schedule .left-column { width: 100%; } 
 .event-schedule .event-row { padding-bottom: 20px } 
 .event-schedule p+hr { margin-top: 0 } 
 .event-schedule hr { display: inline-block; } 
 .event-schedule .right-column { width: auto; float: none; display: table; padding: 15px 0 0 } 
 .hotel-wrapper,
 .event-description { padding: 30px 0 } 
 .hotel-wrapper .img-column { width: 100% } 
 .hotel-wrapper .img-column img { margin: 0 auto } 
 .hotel-wrapper .text-column { width: 100%; padding: 30px 0 0; text-align: center } 
 .registration-row .bg-box { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } 
 .registration-row .bg-box .btn { margin: 10px 15px; } 
 .education-row.layout-2 .education-column { width: 48% } 
 .back-btn { margin: -10px 0 20px; } 
 .course-row .text-column { width: 100%; padding: 0 0 30px; } 
 .course-row .img-column { width: 100% } 
 .course-row .img-column:after { bottom: -10%; padding: 6% 0; } 
 ul.border-list li { padding: 10px 30px; } 
 ul.border-list li:before { top: 13px; } 
 .course-row .bottom-text { margin: 30px 0 0; } 
 .Program h3 { margin-top: 0; padding-top: 0; } 
 footer { padding: 10px 0 0 } 
 footer .footer-column:first-child { width: 100% !important; justify-content: center; align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; } 
 footer .footer-column { width: 33.333333% !important; padding-top: 30px } 
 footer .copyright-block { padding: 12px 0; margin-top: 30px; } 
 footer .copyright-block .container { flex-wrap: wrap } 
 footer .copyright-block p { width: 100%; text-align: center; padding: 0 5px } 
 .member-text { align-items: center; padding: 0; margin: 0; } 
 }
@media only screen and (max-width:768px){
 .woocommerce .col2-set .col-1,
 .woocommerce .col2-set .col-2,
 .woocommerce-page .col2-set .col-1,
 .woocommerce-page .col2-set .col-2 { float: none !important; width: 100% !important; padding: 10px 0 !important } 
 .woocommerce table.shop_table_responsive tr td,
 .woocommerce-page table.shop_table_responsive tr td { overflow: hidden } 
 .woocommerce-account .woocommerce-MyAccount-navigation { width: 100% !important; } 
 .woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; padding-left: 0 !important; padding-top: 25px; } 
 .woocommerce table.shop_table td,
 .woocommerce table.shop_table th { border: none; border-top: 1px solid rgba(0, 0, 0, .1); } 
 .woocommerce table.shop_table .quantity { float: right } 
 }
@media only screen and (max-width:767px){
 .banner-wrapper-relative { padding-top: 0 } 
 .banner-wrapper-relative .banner-wrapper { position: relative } 
 .banner-wrapper .banner-media:before { display: none } 
 .banner-wrapper .banner-text { position: relative; bottom: 0; } 
 .banner-wrapper .max-width { max-width: 100%; text-align: center; border: none; padding: 25px 0 } 
 .banner-wrapper .heading { font-size: 30px; color: #000000; } 
 .banner-wrapper p { color: #000000; margin: 15px 0 0; } 
 .banner-wrapper .btn { color: #000000; border-color: #265999; background-color: transparent; margin: 8px auto 0 } 
 .banner-wrapper .btn:before { background-color: #265999; } 
 .banner-wrapper .btn:hover,
 .banner-wrapper .btn:focus { background-color: #265999; bordre-color: #265999; color: #ffffff; } 
 .banner-wrapper.flexslider .flex-control-paging { bottom: auto; top: 10px; justify-content: flex-end; } 
 .member-wrapper { text-align: center } 
 .member-wrapper .column { width: 100% } 
 .member-wrapper .column:first-child { padding: 0 0 30px; } 
 .member-wrapper ul { text-align: left } 
 .member-text { flex-wrap: wrap; text-align: center; justify-content: center } 
 .member-text p { margin: 10px 0 } 
 .member-text p { font-size: 18px } 
 .common-white-column,
 .common-white-column.big, .common-white-column.w-50 { width: 98%; } 
 .education-row { margin-bottom: -30px } 
 .education-column { width: 48%; margin-bottom: 30px; } 
 .team-row { margin-bottom: -30px } 
 .team-column { width: 47%; margin-bottom: 30px; } 
 .team-row+.btn-row.p-t6,
 .education-row+.btn-row.p-t4 { padding-top: 30px !important } 
 .education-row.layout-2 .education-column .text-column { padding: 15px; } 
 .woocommerce ul.order_details { display: block; padding: 0; } 
 .woocommerce ul.order_details li { display: block; border: none !important; border-bottom: 1px solid #e0e0e0 !important; width: 100%; } 
 #coupon_code { width: 48% !important; } 
 .woocommerce form.checkout_coupon #coupon_code { width: 100% !important; } 
 .woocommerce .checkout_coupon p:first-of-type { margin: 0 3px 5px; width: auto !important; display: block !important; padding-left: 0; } 
 .single-event-lists .dashboard-right-column { display: block; } 
 }
@media only screen and (max-width:639px) { header .icon-link-flex ul li { padding: 0 0 0 10px; } 
 .inner-banner { background: #E9E9E9; } 
 .inner-banner .banner-media:before { display: none } 
 .inner-banner .banner-text { position: relative; top: 0; transform: none } 
 .inner-banner .max-width { float: left; width: 100%; max-width: 100%; text-align: center; border: none; padding: 10px 0 5px } 
 .inner-banner .heading { font-size: 30px; color: #000000 } 
 .inner-banner.type-2 .banner-media { display: none } 
 .inner-banner.type-2 .img-column { bottom: auto; left: 0; position: relative; } 
 .inner-banner.type-2 .max-width { max-width: 100%; } 
 .inner-banner.layout-3 { padding: 20px 0 } 
 .inner-banner.layout-3 .max-width { padding: 0 } 
 .inner-banner.layout-4 .banner-media { overflow: hidden; } 
 .inner-banner.layout-4 img { width: 210%; float: right; max-width: inherit } 
 .inner-banner.layout-3 .max-width,
 .inner-banner.layout-4 .max-width { border: none } 
 .inner-banner.layout-4 .max-width { padding: 15px 0; } 
 ul.breadcrumbs li a:hover { color: #000000; text-decoration: underline; } 
 ul.breadcrumbs li a,
 ul.breadcrumbs li,
 ul.breadcrumbs li:after { color: #000000; font-size: 16px } 
 .inner-banner ul.breadcrumbs { margin: 5px 0 0; } 
 .event-row .times { position: relative; top: 0; left: 0; font-size: 18px; margin-bottom: 5px; max-width: 100% } 
 .event-row { padding: 20px 60px 0 0; } 
 .event-schedule .event-row .times { max-width: 100%; } 
 .login-wrapper .column { padding: 20px } 
 .gray-column-row .column { width: 98%; padding: 20px } 
 .speakers-column { width: 46% } 
 .speakers-column h3 { font-size: 20px } 
 .event-schedule .event-row { padding-left: 0 } 
 }
@media only screen and (max-width:580px){
 .alignleft,
 .alignright { max-width: 100%; margin: 10px auto 30px; float: none; display: block } 
 .woocommerce img.alignleft, .woocommerce-page img.alignright { max-width: 100% !important; } 
 .about-wrapper,
 .education-wrapper { text-align: center } 
 .about-wrapper .img-column,
 .education-wrapper .img-column { margin: 0 0 20px; width: 100% } 
 .event-row { padding-right: 0 } 
 .event-row .arrow-link { position: relative; right: auto; top: 0; transform: none; margin: -15px 15px 10px auto; display: table } 
 .team-details img { width: 100% } 
 .team-details h2 { padding-top: 0; } 
 .registration-row .or { width: 100% } 
 .registration-row .bg-box .btn { margin: 10px 0; } 
 .education-row.layout-2 .education-column { width: 98% } 
 .Program h3 { padding-top: 0; } 
 section .field-radio ul li { width: 98% } 
 footer .footer-column { width: 100%!important; text-align: center } 
 }
@media only screen and (max-width:479px){
 .member-wrapper h2 br,
 .member-wrapper h3 br { display: none } 
 .radio-two-column.type-2 label:nth-child(odd),
 .radio-two-column.type-2 label:nth-child(even) { width: 98% } 
 .register-wrapper .btn { margin-top: 10px; } 
 .education-column { width: 98%; } 
 .team-column { width: 97%; } 
 .course-row .price { width: 100% } 
 .course-row .status { width: 100% } 
 .woocommerce form .form-row { padding: 3px 0; } 
 .woocommerce form .form-row-first,
 .woocommerce form .form-row-last,
 .woocommerce-page form .form-row-first,
 .woocommerce-page form .form-row-last,
 .woocommerce .checkout_coupon p.form-row { width: 100% !important; } 
 #coupon_code { width: 100% !important; margin: 0 0 5px 0 !important; } 
 .woocommerce form.checkout_coupon #coupon_code { margin: 0 } 
 .woocommerce .woocommerce-ordering,
 .woocommerce .woocommerce-result-count,
 .woocommerce-page table.cart td.actions .coupon .button { width: 100% !important; } 
 .woocommerce .woocommerce-result-count { margin: 0 !important } 
 .dashboard-right-column .speakers-column { width: 96%; } 
 .variations_form.cart .table-responsive { margin: 0; } 
 .variations_form.cart table td.value { width: 100%; display: block; } 
.variations_form.cart table th { padding: 0; display: block; } 
.search-results-list .search-thumb { float: none; }
}
@media only screen and (max-width:420px) { header .header-left { min-width: 150px; width: 150px; } 
 header+div,
 header+section { margin-top: 68.52px !important; } 
 .dashboard header+div,
 .dashboard header+section { margin-top: 68.52px !important; } 
.nav-trigger span { right: 6px; } 
.nav-trigger.closemenu span { bottom: 4px } 
 header .btn { width: 34px; height: 34px; padding: 0; 
 justify-content: center; align-items: center; } 
.nav-trigger { padding: 17px; } 
 header .icon-link-flex ul li { padding: 0 0 0 5px; } 
}
@media only screen and (max-width:359px) { } 
/******Responsive End*******/
/******Magnific Popup*******/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #000000; opacity: .75 } 
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: 0 !important; -webkit-backface-visibility: hidden } 
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box } 
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle } 
.mfp-align-top .mfp-container:before { display: none } 
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045 } 
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content { width: 100%; cursor: auto } 
.mfp-ajax-cur { cursor: progress } 
.mfp-auto-cursor .mfp-content { cursor: auto } 
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader { -webkit-user-select: none; -moz-user-select: none; user-select: none } 
.mfp-loading.mfp-figure { display: none } 
.mfp-hide { display: none !important } 
.mfp-preloader { color: #ccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -.8em; left: 8px; right: 8px; z-index: 1044 } 
.mfp-preloader a { color: #ccc } 
.mfp-preloader a:hover { color: #fff } 
.mfp-s-ready .mfp-preloader { display: none } 
.mfp-s-error .mfp-content { display: none } 
button.mfp-arrow,
button.mfp-close { overflow: visible; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; display: block; outline: 0; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation } 
button::-moz-focus-inner { padding: 0; border: 0 } 
.mfp-close { width: 30px; height: 30px; line-height: 30px; font-size: 28px; border-radius: 30px 30px 0 0; position: absolute; right: 0; top: 0 !important; text-decoration: none; text-align: center; opacity: .65; padding: 0; color: #ffffff; font-style: normal; font-family: Arial, Baskerville, monospace; background: 0 0 !important } 
div.mfp-close { display: none !important } 
.videoFrame .mfp-close { top: 0 !important; background-color: rgba(236, 223, 223, .5) !important; border-radius: 0; opacity: 0 } 
.videoFrame .mfp-iframe-scaler:hover .mfp-close { opacity: 1 } 
.videoFrame .mfp-iframe-holder .mfp-content { max-width: 90%; max-height: 100% } 
.mfp-close:focus,
.mfp-close:hover { opacity: 1 } 
.mfp-close:active { top: 1px } 
.mfp-close-btn-in .mfp-close { color: #333 } 
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close { color: #fff } 
.mfp-counter { position: absolute; top: 0; right: 0; color: #ccc; font-size: 12px; line-height: 18px; white-space: nowrap } 
.mfp-arrow-left { width: 30px; height: 50px; position: absolute; left: 0; top: 50%; z-index: 90; display: inline-block; margin-top: -25px; font-size: 0; cursor: pointer; border-radius: 0 30px 30px 0 } 
.mfp-arrow-left:before { content: ''; height: 15px; width: 15px; display: block; border: 2px solid #929292; border-right-width: 0; border-bottom-width: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 15px; left: 8px } 
.mfp-arrow-right { width: 30px; height: 50px; position: absolute; right: 0; top: 50%; z-index: 90; display: inline-block; margin-top: -25px; font-size: 0; cursor: pointer; border-radius: 30px 0 0 30px } 
.mfp-arrow-right:before { content: ''; height: 15px; width: 15px; display: block; border: 2px solid #929292; border-left-width: 0; border-top-width: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 15px; right: 8px } 
.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before { border-color: #fff } 
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px } 
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px } 
.mfp-iframe-holder .mfp-close { top: -40px } 
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25% } 
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, .6); background: #000000 } 
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto } 
.img-max-inherit img.mfp-img { max-height: inherit !important } 
.mfp-figure { line-height: 0; position: relative } 
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, .6); background: #444 } 
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 16px } 
.mfp-figure figure { margin: 0 } 
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto } 
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px } 
.mfp-image-holder .mfp-content { max-width: 100% } 
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px){
 .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0 } 
 .mfp-img-mobile img.mfp-img { padding: 0 } 
 .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0 } 
 .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px } 
 .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, .6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box } 
 .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0 } 
 .mfp-img-mobile .mfp-counter { right: 5px; top: 3px } 
 }
@media all and (min-width:900px){
 .caption-frame .mfp-container { left: 50%; display: table; width: auto; padding: 0 45px; margin: 0 auto; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%) } 
 }
@media all and (max-width:900px){
 .mfp-arrow { -webkit-transform: scale(.75); transform: scale(.75) } 
 .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0 } 
 .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100% } 
 .mfp-container { padding-left: 6px; padding-right: 6px } 
 button.mfp-arrow,
 button.mfp-close { background: rgba(255, 255, 255, .95) } 
 }
/******Magnific Popup End*******/
.page-id-148 .user-registration-profile-header { display:none !important; } 
.left-heading-row.layout-3 h6 { color: #000000; } 
.left-heading-row.layout-3 h6 small { color: #878787; font-weight: normal; } 