/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:always;-webkit-text-size-adjust:100%;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;word-break:break-word;word-wrap:break-word;}
*,::after,::before{box-sizing:border-box}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;font-size:16px;line-height:1.5;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;width:100%;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}
.cf:before,.cf:after,.row:before,.row:after,ul:before,ul:after,.wrap:after,.wrap:after{content:" ";display:table;}
.cf:after,.cf:after,ul:after,.wrap:after,.row:after{clear:both;}

/*Common CSS*/
body,button,input,select,textarea{font-family:'Open Sans',sans-serif;padding:0;margin:0;font-size:14px;color:#333;font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;}
.h1,h1{font-size:1.75rem}
.h2,h2{font-size:1.625rem;color:#0080FF;}
.h3,h3{font-size:1.5rem;color:#0080FF;}
.h4,h4{font-size:1.25rem}
.h5,h5{font-size:1.125rem}
a{background:transparent;transition:all 0.4s ease-out;-webkit-transition:all 0.4s ease-out;color:#10abb3;text-decoration:none;}
a:active,a:hover{outline:0;}
a,area,button,[role="button"],input:not([type="range"]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation;}
abbr[title]{border-bottom:0.063rem dotted;}
strong{font-weight:bold;}
dfn{font-style:italic;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;max-width:100%;height:auto;}
svg:not(:root){overflow:hidden;}
pre{overflow:auto;}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}
hr{display:block;height:0.063rem;border:0;border-top:0.063rem solid #ccc;margin:1.25rem 0;padding:0;}
p,h1,h2,h3,h4,h5,h6,ul,ol,dd,table,fieldset,address{margin:0 0 1.563rem;}
/*ul,ol{padding:0 0 0 0.938rem;}*/
ul ul,ol ol{margin:0.313rem 0}
ul.bulletText{list-style:none;padding:0;}
ul li{line-height:1.5;padding-bottom:0.313rem;list-style:none;}
ul.bulletText li{padding:0.125rem 0 0.313rem 1.25rem;position:relative;}
ul.bulletText li:after{content:" ";position:absolute;left:0;top:0.375rem;border:solid #563d7c;border-width:0 0.063rem 0.063rem 0;display:inline-block;padding:4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
ol li{padding:0.125rem 0 0.313rem 0;}
ol ul{margin-bottom:0;}

/*Forms Fields*/
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;background:rgb(0,185,255);background:linear-gradient(90deg,rgba(0,185,255,1) 0%,rgba(0,76,255,1) 100%);color:#fff;border-radius:30px;padding:10px 20px;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
/*input{line-height:normal;}*/
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:0.063rem solid #c0c0c0;margin:0 0.125rem;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
/*input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="url"],input[type="password"],input[type="search"],select,textarea{border:1px solid #e5e5e5;width:100%;/* height: 42px; */padding:9px 15px;outline:none;}*/
input[type="submit"],input[type="button"],input[type="reset"],button,.button{cursor:pointer;background:rgb(0,185,255);background:linear-gradient(90deg,rgb(0 128 255) 0%,rgb(58 157 255) 100%);color:#fff;border-radius:30px;padding:10px 30px;}
input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,.button:hover{color:#0080FF;background:#fff;border:1px solid #0080FF;border-radius:30px;}
input[type="submit"].cancelBtn,input[type="button"].cancelBtn,input[type="reset"].cancelBtn{color:#0080FF;background:#fff;border:1px solid #0080FF;border-radius:30px;}

/*BootSTrap Grid System*/
.container{width:100%;padding-right:0.938rem;padding-left:0.938rem;margin-right:auto;margin-left:auto}

/* @media (min-width:576px) {.container {max-width:540px}}
@media (min-width:768px) {.container {max-width:720px}}
@media (min-width:992px) {.container {max-width:960px}}
@media (min-width:1200px) {.container {max-width:1240px}} */
.container-fluid{width:100%;padding-right:0.938rem;padding-left:0.938rem;margin-right:auto;margin-left:auto}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-0.938rem;margin-left:-0.938rem}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.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-md-auto,.col-sm,.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-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:0.063rem;padding-right:0.938rem;padding-left:0.938rem}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
@media (min-width:576px){
	.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
	.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
	.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
	.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
	.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
	.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
	.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
	.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
	.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
	.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
	.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
	.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
	.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
	.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}
@media (min-width:768px){
	.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
	.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
	.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
	.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
	.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
	.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
	.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
	.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
	.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
	.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
	.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
	.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
	.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
	.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}
@media (min-width:992px){
	.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
	.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
	.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
	.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
	.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
	.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
	.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
	.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
	.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
	.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
	.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
	.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
	.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
	.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}
@media (min-width:1200px){
	.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
	.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
	.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
	.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
	.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
	.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
	.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
	.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
	.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
	.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
	.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
	.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
	.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
	.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}
table{border-collapse:collapse;border-spacing:0;}

/********** Table **********/
table{border-collapse:separate;border-spacing:0;width:100%;empty-cells:show;border:none;border-top:0.063rem solid #E9E9EA;border-left:0.063rem solid #E9E9EA;}
table table{margin:0}
th,td{border:none;padding:8px 10px;border-bottom:0.063rem solid #E9E9EA;border-right:0.063rem solid #E9E9EA;}
table tr:nth-child(odd) td{background-color:#efefef;}
caption,th,td{font-weight:normal;background:#fff}
th{background:#f1f1f1;text-align:left;font-weight:bold;}
table td,table th{text-align:right;}
table tr td:first-child{text-align:center;}

/*Menu*/
.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

/*Menu Blue*/
.sm-blue{background:transparent;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.2);}
.sm-blue a,.sm-blue a:hover,.sm-blue a:focus,.sm-blue a:active{padding:10px 20px;/* make room for the toggle button (sub indicator) */padding-right:58px;background:#3092c0;background-image:linear-gradient(to bottom,#3298c8,#2e8cb8);color:#fff;font-size:18px;font-weight:bold;line-height:23px;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,0.2);}
.sm-blue a.current{background:#006892;background-image:linear-gradient(to bottom,#006188,#006f9c);color:#fff;}
.sm-blue a.disabled{color:#a1d1e8;}
.sm-blue a .sub-arrow{position:absolute;top:50%;margin-top:-17px;left:auto;right:4px;width:34px;height:34px;overflow:hidden;font:bold 16px/34px monospace!important;text-align:center;text-shadow:none;background:rgba(0,0,0,0.1);border-radius:4px;}
.sm-blue a .sub-arrow::before{content:'+';}
.sm-blue a.highlighted .sub-arrow::before{content:'-';}
.sm-blue > li:first-child > a,.sm-blue > li:first-child >:not(ul) a{border-radius:8px 8px 0 0;}
.sm-blue > li:last-child > a,.sm-blue > li:last-child > *:not(ul) a,.sm-blue > li:last-child > ul,.sm-blue > li:last-child > ul > li:last-child > a,.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a,.sm-blue > li:last-child > ul > li:last-child > ul,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul{border-radius:0 0 8px 8px;}
.sm-blue > li:last-child > a.highlighted,.sm-blue > li:last-child > *:not(ul) a.highlighted,.sm-blue > li:last-child > ul > li:last-child > a.highlighted,.sm-blue > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted{border-radius:0;}
.sm-blue ul{background:#fff;}
.sm-blue ul ul{background:rgba(102,102,102,0.1);}
.sm-blue ul a,.sm-blue ul a:hover,.sm-blue ul a:focus,.sm-blue ul a:active{background:transparent;color:#2b82ac;font-size:16px;text-shadow:none;border-left:8px solid transparent;}
.sm-blue ul a.current{background:#006892;background-image:linear-gradient(to bottom,#006188,#006f9c);color:#fff;}
.sm-blue ul a.disabled{color:#b3b3b3;}
.sm-blue ul ul a,.sm-blue ul ul a:hover,.sm-blue ul ul a:focus,.sm-blue ul ul a:active{border-left:16px solid transparent;}
.sm-blue ul ul ul a,.sm-blue ul ul ul a:hover,.sm-blue ul ul ul a:focus,.sm-blue ul ul ul a:active{border-left:24px solid transparent;}
.sm-blue ul ul ul ul a,.sm-blue ul ul ul ul a:hover,.sm-blue ul ul ul ul a:focus,.sm-blue ul ul ul ul a:active{border-left:32px solid transparent;}
.sm-blue ul ul ul ul ul a,.sm-blue ul ul ul ul ul a:hover,.sm-blue ul ul ul ul ul a:focus,.sm-blue ul ul ul ul ul a:active{border-left:40px solid transparent;}
.sm-blue ul li{border-top:1px solid rgba(0,0,0,0.05);}
.sm-blue ul li:first-child{border-top:0;}
@media (min-width:768px){

	/* Switch to desktop layout-----------------------------------------------   These transform the menu tree from   collapsible to desktop (navbar + dropdowns)-----------------------------------------------*/

	/* start... (it's not recommended editing these rules) */.sm-blue ul{position:absolute;width:12em;}
	.sm-blue li{float:left;}
	.sm-blue.sm-rtl li{float:right;}
	.sm-blue ul li,.sm-blue.sm-rtl ul li,.sm-blue.sm-vertical li{float:none;}
	.sm-blue a{white-space:nowrap;}
	.sm-blue ul a,.sm-blue.sm-vertical a{white-space:normal;}
	.sm-blue .sm-nowrap > li > a,.sm-blue .sm-nowrap > li >:not(ul) a{white-space:nowrap;}

	/* ...end */
	.sm-blue{background:#3092c0;background-image:linear-gradient(to bottom,#3298c8,#2e8cb8);border-radius:8px;box-shadow:0 1px 1px rgba(0,0,0,0.2);}
	.sm-blue a,.sm-blue a:hover,.sm-blue a:focus,.sm-blue a:active,.sm-blue a.highlighted{padding:13px 24px;background:#3092c0;background-image:linear-gradient(to bottom,#3298c8,#2e8cb8);color:#fff;}
	.sm-blue a:hover,.sm-blue a:focus,.sm-blue a:active,.sm-blue a.highlighted{background:#2b82ac;background-image:linear-gradient(to bottom,#2d89b4,#297ca3);}
	.sm-blue a.current{background:#006892;background-image:linear-gradient(to bottom,#006188,#006f9c);color:#fff;}
	.sm-blue a.disabled{background:#3092c0;background-image:linear-gradient(to bottom,#3298c8,#2e8cb8);color:#a1d1e8;}
	.sm-blue a .sub-arrow{top:auto;margin-top:0;bottom:2px;left:50%;margin-left:-5px;right:auto;width:0;height:0;border-width:5px;border-style:solid dashed dashed dashed;border-color:#a1d1e8 transparent transparent transparent;background:transparent;border-radius:0;}
	.sm-blue a .sub-arrow::before{display:none;}
	.sm-blue > li:first-child > a,.sm-blue > li:first-child >:not(ul) a{border-radius:8px 0 0 8px;}
	.sm-blue > li:last-child > a,.sm-blue > li:last-child >:not(ul) a{border-radius:0 8px 8px 0!important;}
	.sm-blue > li{border-left:1px solid #2b82ac;}
	.sm-blue > li:first-child{border-left:0;}
	.sm-blue ul{border:1px solid #a8a8a8;padding:7px 0;background:#fff;border-radius:0 0 4px 4px!important;box-shadow:0 5px 12px rgba(0,0,0,0.2);}
	.sm-blue ul ul{border-radius:4px!important;background:#fff;}
	.sm-blue ul a,.sm-blue ul a:hover,.sm-blue ul a:focus,.sm-blue ul a:active,.sm-blue ul a.highlighted{border:0!important;padding:9px 23px;background:transparent;color:#2b82ac;border-radius:0!important;}
	.sm-blue ul a:hover,.sm-blue ul a:focus,.sm-blue ul a:active,.sm-blue ul a.highlighted{background:#3092c0;background-image:linear-gradient(to bottom,#3298c8,#2e8cb8);color:#fff;}
	.sm-blue ul a.current{background:#006892;background-image:linear-gradient(to bottom,#006188,#006f9c);color:#fff;}
	.sm-blue ul a.disabled{background:#fff;color:#b3b3b3;}
	.sm-blue ul a .sub-arrow{top:50%;margin-top:-5px;bottom:auto;left:auto;margin-left:0;right:10px;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #a1d1e8;}
	.sm-blue ul li{border:0;}
	.sm-blue .scroll-up,.sm-blue .scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px;}
	.sm-blue .scroll-up-arrow,.sm-blue .scroll-down-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border-width:8px;border-style:dashed dashed solid dashed;border-color:transparent transparent #2b82ac transparent;}
	.sm-blue .scroll-down-arrow{top:6px;border-style:solid dashed dashed dashed;border-color:#2b82ac transparent transparent transparent;}
	.sm-blue.sm-rtl.sm-vertical a .sub-arrow{right:auto;left:10px;border-style:dashed solid dashed dashed;border-color:transparent #a1d1e8 transparent transparent;}
	.sm-blue.sm-rtl > li:first-child > a,.sm-blue.sm-rtl > li:first-child >:not(ul) a{border-radius:0 8px 8px 0;}
	.sm-blue.sm-rtl > li:last-child > a,.sm-blue.sm-rtl > li:last-child >:not(ul) a{border-radius:8px 0 0 8px!important;}
	.sm-blue.sm-rtl > li:first-child{border-left:1px solid #2b82ac;}
	.sm-blue.sm-rtl > li:last-child{border-left:0;}
	.sm-blue.sm-rtl ul a .sub-arrow{right:auto;left:10px;border-style:dashed solid dashed dashed;border-color:transparent #a1d1e8 transparent transparent;}
	.sm-blue.sm-vertical{box-shadow:0 1px 4px rgba(0,0,0,0.2);}
	.sm-blue.sm-vertical a{padding:9px 23px;}
	.sm-blue.sm-vertical a .sub-arrow{top:50%;margin-top:-5px;bottom:auto;left:auto;margin-left:0;right:10px;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #a1d1e8;}
	.sm-blue.sm-vertical > li:first-child > a,.sm-blue.sm-vertical > li:first-child >:not(ul) a{border-radius:8px 8px 0 0;}
	.sm-blue.sm-vertical > li:last-child > a,.sm-blue.sm-vertical > li:last-child >:not(ul) a{border-radius:0 0 8px 8px!important;}
	.sm-blue.sm-vertical > li{border-left:0!important;}
	.sm-blue.sm-vertical ul{border-radius:4px!important;}
	.sm-blue.sm-vertical ul a{padding:9px 23px;}
}
#menu-toggle{width:55px;height:55px;background:#1c56c4;border-radius:50%;cursor:pointer;position:relative;display:none;clear:both;}
#menu-icon{position:absolute;left:10px;top:15px;}
#menu-toggle:hover .bar{width:25px;}
#menu-toggle.closeMenu .bar{width:25px;}
#menu-toggle.closeMenu .bar:first-child{-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg);}
#menu-toggle.closeMenu .bar:nth-child(2){-webkit-transform:scale(0);transform:scale(0);}
#menu-toggle.closeMenu .bar:last-child{-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg);}
.bar{width:25px;height:2px;background:#fff;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}
.bar:nth-child(2){margin:5px 0;}
.bar:last-child{}

/*# sourceMappingURL=sm-blue.css.map */
@media (max-width:767px){
	#menu-toggle{display:block;width:45px;height:45px;}
	#main-menu{display:none;}
	#main-menu.showMenu{display:block;}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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;touch-action:manipulation;-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)}
.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)}
.owl-carousel .owl-item{min-height:0.063rem;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout: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-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;/*border:none;*/padding:0!important;font:inherit;box-shadow:none;outline:none;border-radius:0;}
.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-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;}
.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;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/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-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{/* margin-top:10px */}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{/*background:#869791;*/color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;border:none;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791;outline:none;}
.owl-nav{position:absolute;top:50%;width:100%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);margin-top:0;}
.owl-next,.owl-prev{position:absolute;text-indent:-99999px;width:39px;height:30px;cursor:pointer;transition:all 0.3s ease 0ms;-webkit-transition:all 0.3s ease;outline:none;}
.owl-next{right:20px;height:35px;width:35px;border:none;border-right:3px solid #0080FF;border-top:3px solid #0080FF;transform:rotate(45deg);text-indent:-1000px;overflow:hidden;}
.owl-prev{left:20px;height:35px;width:35px;border:none;border-left:3px solid #0080FF;border-bottom:3px solid #0080FF;transform:rotate(45deg);text-indent:-1000px;overflow:hidden;}
.owl-next:hover,.owl-prev:hover{background-color:transparent;outline:none;}
.owl-next:hover{border-right:3px solid #0749CF;border-top:3px solid #0749CF;}
.owl-prev:hover{border-left:3px solid #0749CF;border-bottom:3px solid #0749CF;}
.owl-dots{position:absolute;bottom:25px;left:0;right:0;}

/*Home Page Banner Slider*/
#slider .item{background-size:cover;background-position:center top;height:25rem;position:relative;z-index:2;margin-bottom:1.25rem}
#slider .item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.45);z-index:1;}
#slider .item .container{height:100%;}
#slider .owl-item img{width:auto;display:block;margin:0 auto;}
#slider .captionBanner{top:50%;left:50%;position:absolute;width:60%;z-index:2;text-align:center;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);}
#slider .item .animated2{opacity:0;text-transform:uppercase;color:#fff;text-align:center;font-weight:900;}
#slider .item .animated3{opacity:0;font-size:18px;color:#fff;margin-bottom:30px;font-weight:600;}
#slider .item .animated4{opacity:0;font-size:18px;display:inline-block;padding:10px 25px;background:#28b87a;color:#fff;font-weight:700;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;}
#slider .item .animated4:hover{background-color:#081c4f;}
#slider .owl-item.active .animated2{-webkit-animation:bounceInDown 1s ease-in 200ms both;animation:bounceInDown 1s ease-in 200ms both;opacity:1;}
#slider .owl-item.active .animated3{-webkit-animation:bounceInRight 1s ease-in-out 400ms both;animation:bounceInRight 1s ease-in-out 400ms both;opacity:1;}
#slider .owl-item.active .animated4{-webkit-animation:bounceInUp 1s ease-in-out 400ms both;animation:bounceInUp 1s ease-in-out 400ms both;opacity:1;}

/*Animation*/
@keyframes bounceInDown{
	0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
	0%{opacity:0;transform:translate3d(0,-3000px,0)}
	60%{opacity:1;transform:translate3d(0,25px,0)}
	75%{transform:translate3d(0,-10px,0)}
	90%{transform:translate3d(0,5px,0)}
	to{transform:none}
}
@keyframes bounceInRight{
	0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
	0%{opacity:0;transform:translate3d(3000px,0,0)}
	60%{opacity:1;transform:translate3d(-25px,0,0)}
	75%{transform:translate3d(10px,0,0)}
	90%{transform:translate3d(-5px,0,0)}
	to{transform:none}
}
@keyframes bounceInUp{
	0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
	0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}
	60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}
	75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}
	90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}
	to{-webkit-transform:translateZ(0);transform:translateZ(0)}
}

/* Magnific Popup CSS */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!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-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}
.mfp-ajax-cur{cursor:progress;}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}
.mfp-auto-cursor .mfp-content{cursor:auto;}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-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:-0.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-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation;}
button::-moz-focus-inner{padding:0;border:0;}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}
.mfp-close:hover,.mfp-close:focus{opacity:1;}
.mfp-close:active{top:0.063rem;}
.mfp-close-btn-in .mfp-close{color:#333;}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%;}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap;}
.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;}
.mfp-arrow:active{margin-top:-54px;}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;}
.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}
.mfp-arrow:after{top:8px;height:35px;width:35px;border:none;border-left:3px solid #e5e6f9;border-bottom:3px solid #e5e6f9;transform:rotate(45deg);}
.mfp-arrow:before{opacity:0.7;}
.mfp-arrow-left{left:0;}
.mfp-arrow-left:after{  /*border-right: 17px solid #FFF;*/  margin-left:31px;}
.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F;}
.mfp-arrow-right{right:0;}
.mfp-arrow-right:after{  /*border-left: 17px solid #FFF;*/height:35px;width:35px;border:none;border-right:3px solid #e5e6f9;border-top:3px solid #e5e6f9;transform:rotate(45deg);text-indent:-1000px;margin-left:39px;}
.mfp-arrow-right:before{border-left:27px solid #3F3F3F;}
.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,0.6);background:#000;}

/* Main image in popup */
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;}

/* The shadow behind the image */
.mfp-figure{line-height:0;}
.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,0.6);background:#444;}
.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px;}
.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%;}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){

	/**     * Remove all paddings around the image on small screen     */
	.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,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;}
	.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0;}
}
@media all and (max-width:900px){
	.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.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;}
}
#small-dialog{background:white;padding:20px 30px;text-align:left;max-width:400px;margin:40px auto;position:relative;}

/*** Fade-zoom animation for first dialog*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0;}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8;}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0;}
.popup-gallery{margin:0 0 1.5625rem;}
.youTubeWrap{margin:25px;}
.youTubeWrap a{display:block;padding:15px;border:#CCC solid 1px;}

/*Tab Style*/
.r-tabs .r-tabs-nav{margin:0;padding:0;}
.r-tabs .r-tabs-tab{display:inline-block;margin:0;list-style:none;}
.r-tabs .r-tabs-panel{padding:15px;display:none;opacity:0.6;transition:all 2s;}
.r-tabs .r-tabs-accordion-title{display:none;}
.r-tabs .r-tabs-panel.r-tabs-state-active{display:block;opacity:1}

/* Accordion responsive breakpoint */
@media only screen and (max-width:768px){
	.r-tabs .r-tabs-nav{display:none;}
	.r-tabs .r-tabs-accordion-title{display:block;}
}

/* Tabs container */
.r-tabs{position:relative;/*background-color: #00c5ad;*/border-top:1px solid #00c5ad;border-right:1px solid #00c5ad;border-left:1px solid #00c5ad;border-bottom:4px solid #00c5ad;border-radius:4px;}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab{position:relative;background-color:#00c5ad;}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor{display:inline-block;padding:10px 12px;text-decoration:none;text-shadow:0 1px rgba(0,0,0,0.4);font-size:14px;font-weight:bold;color:#fff;}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled{opacity:0.5;}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{color:#00c5ad;text-shadow:none;background-color:white;border-top-right-radius:4px;border-top-left-radius:4px;}

/* Tab panel */
.r-tabs .r-tabs-panel{background-color:white;border-bottom:4px solid white;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor{display:block;padding:10px;background-color:#00c5ad;color:#fff;font-weight:bold;text-decoration:none;text-shadow:0 1px rgba(0,0,0,0.4);font-size:14px;border-top-right-radius:4px;border-top-left-radius:4px;position:relative;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{background-color:#fff;color:#00c5ad;text-shadow:none;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled{opacity:0.5;}
.r-tabs-accordion-title a:after{transition:transform 0.2s ease-out;content:'';transform:translate(0,-50%) rotate(45deg);position:absolute;top:21px;right:20px;z-index:0;margin-top:-2px;padding:3px;border-width:0 2px 2px 0;border-style:solid;color:#fff;}
.r-tabs-state-active a:after{transform:translate(0,-50%) rotate(225deg);color:#ccc}

/*Accordian */
*Faq page start*/
.faqCol{border:1px solid #e3e3e3;border-bottom:0;box-shadow:8px 14px 30px 0px rgba(0,0,0,0.04);}
.faqBox{line-height:0;}
.faqBoxInner{background-color:#fff;border-radius:5px;overflow:hidden;display:inline-block;width:100%;}
.faqTitle{display:table;width:100%;cursor:pointer;}
.faqAccoIcon{width:50px;height:auto;border-radius:5px 0 0 5px;display:table-cell;vertical-align:top;position:relative;text-align:center;line-height:43px;border-left:1px solid transparent;}
.faqTitleText,.faqAccoIcon{border-bottom:1px solid #e3e3e3;}
.faqAccoIcon::before{content:"";position:absolute;top:50%;left:calc(50% - 4px);width:8px;height:8px;border-width:0 2px 2px 0;border-style:solid;border-color:#ffffff;-webkit-transform:rotate(45deg) translate(-50%,-50%);-ms-transform:rotate(45deg) translate(-50%,-50%);-o-transform:rotate(45deg) translate(-50%,-50%);transform:rotate(45deg) translate(-50%,-50%);z-index:1;}
.faqAccoIcon::after{content:"";position:absolute;top:50%;left:50%;background-color:#252C4B;border-radius:100%;width:26px;height:26px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.faqTitle .faqAccoIcon::after{-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.faqTitleText{display:table-cell;vertical-align:middle;padding:18px;font-size:18px;color:#000;line-height:22px;-webkit-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.faqTitleText,.faqAccoIcon{border-bottom:1px solid #e3e3e3;}
.faqBody.cmsPage{padding-top:12px;padding-bottom:12px;display:none;}
.faqBody{padding:12px 20px;font-size:18px;color:#737373;line-height:24px;display:none;background-color:#fafafa;border-bottom:1px solid #e3e3e3;}
.faqTitle.faqMinus .faqAccoIcon{border-bottom-color:transparent;}
.faqMinus .faqAccoIcon{border-radius:0px 0px 0 0;background-color:#fafafa;border-left:1px solid #e3e3e3;}
.faqTitle.faqMinus .faqAccoIcon::after{background-color:#DB3A3F;}
.faqTitle.faqMinus .faqAccoIcon::before{top:calc(50% - 2px);left:calc(50% + 2px);border-color:#fff;border-width:2px 2px 0 0;-webkit-transform:rotate(-45deg) translate(-50%,-50%);-ms-transform:rotate(-45deg) translate(-50%,-50%);-o-transform:rotate(-45deg) translate(-50%,-50%);transform:rotate(-45deg) translate(-50%,-50%);}
.faqTitle:hover .faqAccoIcon::before{border-color:#fff;}
.faqTitle:hover .faqAccoIcon::after{background-color:#DB3A3F;}
.faqTitle:hover .faqTitleText{color:#d5002c;}

/**/
#backtotop{cursor:pointer;display:none;font-size:30px;color:#fff;background:#192557;height:40px;width:40px;overflow:hidden;position:fixed;right:10px;bottom:20px;z-index:999;display:none;border-radius:50%;-webkit-border-radius:50%;text-align:center;vertical-align:middle;line-height:40px;}
#backtotop:hover{background:#32a0ff;color:#fff;}
#backtotop .arrow-up{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:6px;transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}

/* Accordian Style */

/* #faq{padding:40px 0;margin-top:40px;}

.accordion {background-color:#fff;color: #000;cursor: pointer;padding: 25px 18px;width: 100%;text-align: left;outline: none;font-size: 15px;transition: 0.4s;margin:12px 0 0 0;font-weight:bold;border: 1px solid #dddde5;border-left: 5px solid #dddde5;}
.active, .accordion:hover {
color:#3452ff;
outline:none; 
/* border-left: 5px solid #3452ff; */}

/* .panel {
  padding: 16px 20px;
  display: none;
  background-color: white;
  overflow: hidden;
  
}

.aboutUs{
padding:30px 0 0 0;
} */ */
