html,  div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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%;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
select{
-webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important;
}
blockquote, q {
quotes: none;
box-sizing: border-box;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body{
margin: 0 auto;
padding:0;
font-size:16px;
font-family: "Poppins";
-webkit-font-smoothing: antialiased;
overflow-x:hidden!important;
line-height: 1;
}
*{
-webkit-box-sizing: unset;
box-sizing: unset;
}
:root{
--white : #ffffff;
--background : #f6f5fb;
--gray-light : #f5f5f5;
--accend: #153dff;
--text-black: #30353d;
--light-black: #50545a;
}
.clear{
clear:both!important;
}
::selection{
background:var(--accend);
color:white
} .ch-inner-block-element,
.st-container-slot-b .s-one-widget{ } .st-preloader{
width:100%;
height:100%;
position: fixed;
top:0;
left:0;
z-index:100000000000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color:#10172b; 
}
.sk-folding-cube {
margin: 20px auto;
width: 50px;
height: 50px;
position: relative;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; 
} 25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; 
} 90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; 
} 
}
@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; 
} 25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; 
} 90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; 
}
} 
.st-sizing-container{
width:100%;
max-width:1170px;
margin: 0 auto;
} .st-topbar{
height:50px;
width:100%;
background: #232d38;
border-bottom:1px solid #f1f1f1;
}
.st-topbar .st-sizing-container{
height: 100%;
display: flex;
justify-content: space-between;
}
.topbar-slot-a,.topbar-slot-b{
height: 100%;
}
.st-topbar-item{
height: 100%;
display: inline-flex;
align-items: center;
color: rgba(255, 255, 255, 0.77);
font-size: 13px;
margin-right:15px;
font-weight: 400;
}
.st-topbar-item i{
margin-right:10px;
font-size:15px;
color: #ffffff;
}
.topbar-slot-b {
display: flex;
align-items: center;
}
.topbar-slot-b a{
color: #1f87ff;
font-size: 17px;
opacity: .7;
transition: 200ms all;
display: inline-flex; margin: 0 4px;
width: 26px;
height: 26px; justify-content: center;
align-items: center;
text-decoration: none;
color: white;
border-right: 1px solid #5c5f63;
padding-right: 7px;
}
.topbar-slot-b a:hover{
transition:200ms;
opacity:1;
} .st-header{
width:100%;
height:auto;
position: relative;
top:0;
z-index:10;
-webkit-transition:200ms all;
-o-transition:200ms all;
transition:200ms all;
}
.st-header .st-sizing-container{
height: auto;
min-height: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .site-logo{
width:auto;
max-width:17.5%;
height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-decoration: none; 
color:var(--white);
flex-shrink:0;
}
.site-logo img{
max-width:100%;
max-height:100%;
}
.site-logo a{
height:95%;
display: flex;
align-items: center;
}
.header-full-desc{
display: flex;
flex-direction: column;
position: relative;
z-index:1;
}
.header-full-desc::after{
content:"";
width:60px;
height:60px;
background: rgba(85, 85, 91, 0.06);
position: absolute;
left:-15px;
z-index:-1;
top:50%;
transform:translateY(-50%);
border-radius: 50px;
}
.header-full-desc a{
text-decoration: none;
}
.gn-header-desc-title{
font-weight: 600;
font-size:18px;
color:var(--accend);
}
.gn-header-desc-desc{
font-size:14px;
color:var(--light-black);
margin-top:3px;
}
.header-desc{
text-decoration: none;
color: var(--text-black);
font-size: 14px;
line-height: 17px;
}
.ss-header *{
color:#fff!important
}
.ss-header  .header-full-desc::after{
display: none;
}
.ss-header  .header-full-desc::after{
display: none;
}
.ss-header .gn-header-desc-desc{
margin-top:4px;
}
.ss-header .gn-header-desc-title{
font-size:19px;
} .slot-2{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.st-navigation-1{
max-width:50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.st-parent-ul{
list-style: none;
position: relative;
}
.st-parent-ul >li.menu-item-has-children{
padding-right: 15px;
position: relative;;
}
.st-parent-ul >li.menu-item-has-children::after{
content: "\f078";
font-family: fontawesome;
font-size: .6em;
opacity: .6;
position: absolute;
top: 50%;
transform: translatey(-50%);
right: 0;
transition:200ms all;
}
.st-parent-ul >li.menu-item-has-children:hover::after{
transition:200ms all;
top:60%;
color:var(--accend);
opacity:1;
}
.st-parent-ul >li{
display: inline-block;
margin-left:10px;
padding: 5px 5px  5px 5px;
position: relative;
text-align: left;
font-size:16px;
}
.st-parent-ul >li:hover{
transition:200ms;
opacity:1
}
.st-parent-ul >li >a{
text-decoration: none;
color:var(--text-black);
font-weight: 500;
opacity:.9
} 
.st-parent-ul >li >a::after{
content:"";
width: 0 ; 
height: 2px;
background: var(--accend);
position: absolute;
bottom:-2px;
left: 6px;
opacity:.9;
transition:300ms all;
}
.st-parent-ul >li:hover >a{
transition:200ms ; 
color:var(--accend);
opacity:1
}
.st-parent-ul >li:hover >a::after{
transition:200ms ; 
width:20px;
}
.st-parent-ul .sub-menu{
width:200px;
position: absolute;
list-style: none;
padding:0;
background:white;
color:var(--light-black);
list-style: none;
z-index:10000;  
}
.st-parent-ul li >.sub-menu{
left:5px;
}
.st-parent-ul .sub-menu {
padding:25px;
-webkit-box-sizing: unset;
box-sizing: unset;
background:var(--white)
}
.st-parent-ul .sub-menu li {
padding: 10px;
position: relative;
line-height: 1;
word-wrap: break-word;
line-height: 20px;
transition:200ms;
background: white;
}
.st-parent-ul .sub-menu li::before{
content:"";
width: 0;
height: 2px;
background: var(--accend);
position: absolute;
left: 0;
top:50%;
transform:translateY(-50%);
transition:200ms;
}
.st-parent-ul .sub-menu li:hover::before{
transition: 200ms; }
.st-parent-ul >li > .sub-menu{
-webkit-transition:200ms;
-o-transition:200ms;
transition:200ms;
-webkit-transition-delay:200ms;
-o-transition-delay:200ms;
transition-delay:200ms;
opacity:0;
visibility: hidden;
top:70px;
-webkit-box-sizing: unset;
box-sizing: unset;
}
.st-parent-ul >li .sub-menu{
border-radius: 2px;
}
.st-parent-ul >li:hover > .sub-menu{
-webkit-transition:200ms;
-o-transition:200ms;
transition:200ms;
opacity:1;
visibility: visible;
top:37px;
-webkit-box-shadow: 0 1px 17px rgba(0, 0, 0, 0.11);
box-shadow:0 1px 17px rgba(0, 0, 0, 0.11);
}
.st-parent-ul .sub-menu li.menu-item-has-children::after{
content:"\e649";
font-family: themify;
position: absolute;
right:0;
border-radius:100%;
top:50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color:var(--accend);
-webkit-transition:200ms all;
-o-transition:200ms all;
transition:200ms all;
font-size: .6em;
font-weight: 700;
}
.st-parent-ul .sub-menu li a{
text-decoration: none;
color:var(--text-black);
font-size:15px;
font-weight: 500;
opacity: .8;
}
.st-parent-ul .sub-menu li:hover {
-webkit-transition:200ms;
-o-transition:200ms;
transition:200ms; background: #f2f4ff;
}
.st-parent-ul .sub-menu li:hover >a{
-webkit-transition:160ms;
-o-transition:160ms;
transition:160ms;
color:var(--accend);
opacity:1;
}
.st-parent-ul .sub-menu li.menu-item-has-children:hover::after{
-webkit-transition:200ms;
-o-transition:200ms;
transition:200ms;
right:10px;
}
.st-parent-ul >li >.sub-menu li .sub-menu{
position: absolute;
left: calc(100% + 35px);
top:0;
opacity:0;
visibility:hidden;
-webkit-transition:300ms all;
-o-transition:300ms all;
transition:300ms all;
-webkit-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
-webkit-box-shadow:0 1px 17px rgba(0, 0, 0, 0.04);
box-shadow:0 1px 17px rgba(0, 0, 0, 0.04)
}
.st-parent-ul >li >.sub-menu li:hover > .sub-menu{
-webkit-transition:200ms ;
-o-transition:200ms ;
transition:200ms ;
left: calc(100% + 25px);
opacity: 1;
visibility: visible;
}
.st-parent-ul >li:nth-last-child(-n+3):hover ul li ul{
left:-140%!important;
} .st-header-magic-box{
color: white;
background: var(--accend);
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 15px 22px;
border-radius: 2px;
margin-left: 20px;
margin-right: 10px;
font-size: 14px;
text-decoration: none;
letter-spacing: 1px;
white-space: nowrap;
transition: 200ms all;
box-shadow:0 7px 12px rgba(0, 0, 0, 0.08);
opacity:.96;
}
.st-header-magic-box:hover{
-webkit-transition:200ms cubic-bezier(.17,.67,.81,.59) ;
-o-transition:200ms cubic-bezier(.17,.67,.81,.59) ;
transition:200ms cubic-bezier(.17,.67,.81,.59) ;
box-shadow: 1px 0 8px rgba(243, 227, 222, 0);
opacity:1;
}
.st-header-search-icon,.st-header-sidebar,.st-header-cart-icon a{
color:var(--text-black);
margin-left:5px;
cursor:pointer;
padding: 5px 7px;;
display: inline-block;
-webkit-transition:300ms;
-o-transition:300ms;
transition:300ms;
position: relative;
-webkit-transform:rotateZ(0deg);
-ms-transform:rotate(0deg);
transform:rotateZ(0deg)
}  
.st-header-cart-icon{
font-size:1.3em;
margin-right: 5px;
}
.st-header-cart-icon .ti-shopping-cart{
font-size:1.2em;
opacity:.8;
}
.wc-cart-content{
width:220px ; 
height:auto;
display: flex;
align-items: center;
justify-content: center;
padding:25px 20px;
box-sizing: border-box;
background:var(--white);
position:absolute;
right:calc(100% - 25px);
font-size:14px;
color:var(--light-black);
border-radius: 1px;
box-shadow:0 2px 3px rgba(0,0,0,0.1);
transition:200ms ease-in;
top:50px;
opacity:0;
visibility: hidden;
}
.st-header-cart-icon:hover .wc-cart-content{
transition:200ms ease-in;
opacity:1;
visibility: visible;
top:40px;
}
.st-header-cart-icon > a {
position: relative;
}
.wc-head-cart-number {
position: absolute;
top:-5px;
right:0;
padding:4px 5px;
font-size:12px;
background:var(--accend);
border-radius: 100px;
color:white;
}
.st-header-search-icon:hover .show-searchpanel{
-webkit-transition:300ms;
-o-transition:300ms;
transition:300ms;
-webkit-transform:rotateZ(90deg);
-ms-transform:rotate(90deg);
transform:rotateZ(90deg)
}
.st-header-sidebar:hover ,
.st-header-cart-icon span.ti-shopping-cart:hover{
-webkit-animation-name:sdb-icon-anim;
animation-name:sdb-icon-anim;
-webkit-animation-duration: 600ms;
animation-duration: 600ms;
}
@-webkit-keyframes sdb-icon-anim{
0% {-webkit-transform: scale(1.1 );transform: scale(1.1)}
}
.show-searchpanel{
font-size:1.2em;
}
.st-header-sidebar{
padding:0;
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
font-size: 1.4em;
} .header-searchbox-minimal{
width: 250px;
background:white;
position: absolute;
left:-200px;
top:20px;
padding: 30px 25px;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.103);
cursor: default;
opacity:0;
visibility: hidden;
transition:200ms all;
border-top: 2px solid #50545a;
}
.header-searchbox-minimal-enable{
transition:200ms ;
top:40px;
opacity:1;
visibility: visible;
}
.header-searchbox-minimal input{
width: 100%;
box-sizing: border-box;
margin:15px auto;
padding: 11px 10px;
border-radius: 2px;
border:1px solid #eee;
outline:0;
background: #f8faff;
}
.header-searchbox-minimal button{
width: 18%;
padding: 9px 15px;
background: var(--light-black  );
color: var(--white);
font-family: "poppins";
border:none;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.103);
box-sizing: border-box;
cursor:pointer;
right: 26px;
top: 62px;
border-radius: 0 2px 2px 0;
}
.header-searchbox-minimal button:hover{
transition:200ms;
background:var(--accend)
}
.hsb-slot-1{
display:flex!important;
justify-content: space-between
}
.hsb-slot-1 h1{
font-weight: 500;
}
.hsb-slot-1 i{
cursor:pointer;
margin-top: -3px;
margin-right: 2px; width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 16px;
color: #50545a;
}
.hsb-slot-1 i:hover{
transition:200ms;
color: var(--accend);
}
.hsb-slot2,.hsb-slot2 form{
width:100%;
} .header-search-panel{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background:rgba(7, 7, 20, 0.89)  ;
z-index: 11111111;
transition: 300ms ; 
opacity:0;
visibility: hidden;
}
.header-search-panel form{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.show-search-panel{
-webkit-transition : 150ms ease-in-out;
-o-transition : 150ms ease-in-out;
transition : 150ms ease-in-out;
opacity:1;
visibility: visible;
}
.hide-search-panel{
-webkit-transition:150ms ease-in-out;
-o-transition:150ms ease-in-out;
transition:150ms ease-in-out;
opacity: 0;
visibility: hidden;
top:60px;
}
.sch-heading-line{
margin:15px 0;
font-size:18px; 
outline:0;
font-weight: 400;
position: absolute;
right: 0;
padding:40px;
}
.close-searchpanel{
cursor:pointer;
opacity : .8; 
font-size: 24px;
padding: 20px;
color: #eee;
transition:500ms all;
transform:rotateZ(0deg);
}
.close-searchpanel:hover:before{
transition:400ms all;
transform: rotateZ(180deg);
opacity : 1; 
color:var(--accend)
}
.sch-heading-self{
display: inline-block;
width:80%;
}
.sch-sh-input{
width:50%;
border:none;
border-bottom:1px dashed #c0c0c0;
padding:10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline:0;
color:var(--white);
padding:20px 45px 20px 0;
background: transparent;
font-size:40px;
position: relative;
left:2.5%;
font-family: "poppins";
transition:400ms all;
top:0;
}
.sch-sh-input::placeholder{
font-size:40px;
}
.header-search-panel button {
width:5%;
background: transparent;
border:none;
color:white;
margin:15px 0;
padding:10px;
outline:0;
opacity:.95;
cursor:pointer;
-webkit-transition:200ms;
-o-transition:200ms;
transition:200ms;
box-sizing: border-box;
position: relative;
left: -2.5%;
font-size:25px;
transition:500ms all;
top:0;
}
.header-search-panel button:hover{
-webkit-transition:200ms;
-o-transition:200ms;
transition:200ms;
opacity:1;
color:var(--accend);
}
.animation-search-box{
animation-name:animationElementSearchBox ; 
animation-duration: 400ms; 
}
@keyframes animationElementSearchBox{
0%{top:150px;}
}
.animation-search-btn{
animation-name:animationElementSearchBtn ; 
animation-duration: 400ms; 
}
@keyframes animationElementSearchBtn{
0%{top:-150px;}
}
::-webkit-input-placeholder{
color:rgb(192, 192, 192);
font-family: "poppins";
letter-spacing: 1px;
font-size:12px;
}
:-ms-input-placeholder{
color:rgb(192, 192, 192);
font-family: "poppins";
letter-spacing: 1px;
font-size:12px;
}
::-ms-input-placeholder{
color:rgb(192, 192, 192);
font-family: "poppins";
letter-spacing: 1px;
font-size:12px;
}
::placeholder{
color:rgb(192, 192, 192);
font-family: "poppins";
letter-spacing: 1px;
font-size:12px;
}
.menu-right-panel{
width:auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
}
.close-line{
text-align: right;
}
.menu-right-panel *{
display: inline-block
} .chern-sticky-header{
transition:100ms ;
top:-200px;
opacity:0; 
visibility:hidden;
position: fixed;
}
.enable-sticky-header{
display:block;
position: fixed;
top:0;
background: var(--white);
-webkit-transition:500ms all;
-o-transition:500ms all;
transition:500ms all;
-webkit-animation-name : anim-sh;
animation-name : anim-sh;
-webkit-animation-duration:600ms;
animation-duration:600ms;
-webkit-box-shadow:1px 6px 15px rgba(0, 0, 0, 0.09);
box-shadow:1px 6px 15px rgba(0, 0, 0, 0.09);
opacity:1; 
visibility:visible;
}
.enable-sticky-header .st-sizing-container{
height:80px;
min-height:80px;
}
.enable-sticky-header .st-sizing-container .site-logo{
height:100%;
}
.enable-sticky-header .st-sizing-container .site-logo a{
display: flex;
align-items: center;
height:100%;
}
.enable-sticky-header .st-sizing-container .site-logo img{
max-height: 95%
}
.enable-sticky-header .st-parent-ul >li >a,
.enable-sticky-header .header-desc,
.enable-sticky-header .st-header-search-icon,
.enable-sticky-header  .st-header-sidebar, 
.enable-sticky-header .st-header-cart-icon a{
color:var(--text-black)
}
.enable-sticky-header .st-parent-ul li >.sub-menu{
background: white
}
.enable-sticky-header .st-parent-ul li a{
color:var(--text-black)
}
.enable-sticky-header .st-parent-ul li a:hover{
transition: 200ms;
color: var(--accend)
}
.logged-in .enable-sticky-header, .logged-in .sticky-sidebar-self{
top:32px;
}
.blog.logged-in .st-header,
.page-template-uptech-main-template.logged-in  .st-header,
.logged-in.page-template-uptech-fullscreen-template-dt .st-header{
top:0;
}
.blog.logged-in .st-header.enable-sticky-header{
top:32px;   
} .sticky-sidebar-layer{
width:100%;
height:100%;
background:rgba(0,0,0,.6);
position: fixed;
top:0;
left:0;
z-index:100;
opacity:0;
visibility: hidden;
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
overflow: auto;
z-index:111;
}
.show-ss-layer{
-webkit-transition:300ms ;
-o-transition:300ms ;
transition:300ms ; 
opacity:1;
visibility:visible;
}
.close-ss-layer{
-webkit-transition:300ms ;
-o-transition:300ms ;
transition:300ms ; 
-webkit-transition-delay:600ms; 
-o-transition-delay:600ms; 
transition-delay:600ms;
opacity:0;
visibility:hidden;
}
.sticky-sidebar-self{
width:30%;
height:auto;
min-height: 100%;
background: white;
position: absolute;
right:-100%;
-webkit-transition:500ms ;
-o-transition:500ms ;
transition:500ms ; 
-webkit-transition-delay: 100ms; 
-o-transition-delay: 100ms; 
transition-delay: 100ms;
z-index:112;
}
.sticky-sidebar-self .ss-container{
width:100%;
height:auto;
padding:50px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sticky-sidebar-self .ss-container .s-one-widget{
-webkit-box-shadow: none;
box-shadow: none;
border-bottom:1px solid var(--background);
}
.sticky-sidebar-self .ss-container .s-one-widget:last-child{
border-bottom:none;
}
.ss-container .s-widget-title{
background:transparent;
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
color:var(--light-black);
position: relative;
min-height:0;
font-weight: 500;
font-size:1.5em;
padding-bottom:20px;
}
.ss-container  .widget-content{
padding :  0 40px ;
}
.ss-container .s-one-widget{
margin-bottom:40px;
}
.show-ss-self{
-webkit-transition:300ms;
-o-transition:300ms;
transition:300ms; 
-webkit-transition-delay: 300ms; 
-o-transition-delay: 300ms; 
transition-delay: 300ms;
right:0;
}
.close-ss-self{
-webkit-transition:500ms;
-o-transition:500ms;
transition:500ms; 
right:-100%; 
}
.ss-header{
width:100%;
height:100px;
background:#0f3e6e;
color:var(--light-black);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding:0 50px ;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ss-header .header-desc {
color:var(--white)
}
.ss-header img{
position: relative;
max-height:95%;
max-width:70%;
}
.ss-header a {
display:flex;
align-items: center;
height:100%;
}
.cls-ss{
color:var(--white);
font-size:1.1em;
opacity:.9;
cursor: pointer;
}
.cls-ss:hover{
-webkit-transition:600ms ;
-o-transition:600ms ;
transition:600ms ; 
opacity: 1;
-webkit-transform:rotateZ(180deg);
-ms-transform:rotate(180deg);
transform:rotateZ(180deg);
} .st-banner{
width:100%;
height:auto;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position-y: 20%;
}
.st-banner-bgcl{
position: absolute;
width:100%;
height:100%;
background: rgba(10, 21, 34, 0.91);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color:rgba(255, 255, 255, 0.068);
font-size:13em;
pointer-events: none;
z-index:1;
font-weight: 500;
}
.st-banner .st-sizing-container{
width:100%;
height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color:rgb(255, 255, 255);
font-size:5em;
z-index:2;
position: relative;
font-weight: 500;
letter-spacing: 3px;
padding:200px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.banner-heading{
text-align: center;
word-break: break-word;
font-size:.9em;
} .st-site-container{
width:100%;
height:auto; }
.st-site-container .st-sizing-container{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height:auto;
padding:90px 0;
}
.single .st-site-container .st-sizing-container,
.page .st-site-container .st-sizing-container{
padding-bottom: 0!important;
}
.st-container-slot-a{
width:770px;
height:100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.single .st-site-container .st-sizing-container{
padding:90px 0!important;
}
.st-one-post{
width:100%;
height:auto;
margin-bottom: 50px;
background:rgb(255, 255, 255);
position: relative;
z-index:1;
border-radius: 5px;
}
.st-one-post:last-child{
margin-bottom: 0;
}
.st-post-thumbnail{
max-width:100%;
height: auto; display: block;
}
.st-card-content{
width:100%;
height:auto;
padding: 0 0 55px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
img ~ .st-card-content{
padding-top:45px;
}
.card-cats{
width:100%;
height:auto;
display: block;
}
.card-cats ul{
padding : 0;
margin: 0 auto;
}
.card-cats ul li{
display: inline-block;
}
.card-cats ul li a{
text-decoration: none;
background: var(--gray-light);
color: var(--light-black);
padding: 2px 8px;
border-radius: 1px;
font-size: .9em;
}
.card-name-parent{
width:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
margin: 0 0 30px 0;
word-break:break-word;
}
.post-type{
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width:30px;
height:30px;
background:var(--text-black);
color:white;
border-radius: 100%;
border:none;
margin-right:12px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.card-name-self{
width:auto;
font-size:34px;
color:var(--text-black);
text-decoration: none;
font-weight:700;
line-height:32px;
}
.card-name-self:hover{
-webkit-transition:200ms ease-in;
-o-transition:200ms ease-in;
transition:200ms ease-in;
color:var(--accend);
}
.card-textcontent{
line-height: 28px;
display: block;
color:var(--text-black);
opacity:.8;
}
.card-footer{
width:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top:30px;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.card-footer .card-social a{
transition:200ms all;
transform:rotate(0deg) scale(1)
}
.card-footer .card-social a:hover{
transition:300ms all;
transform: rotate(360deg) scale(1.1) 
}
.card-social{
-webkit-box-ordinal-group:3;
-ms-flex-order:2;
order:2;
display: inline-block;
}
.card-social a{
width: 35px;
height: 35px;
display: inline-flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: white;
border-radius: 100%;
margin:auto 1px;
}
.card-readmore{
display: inline-block;
background-color: var(--accend);
color: var(--white);
text-decoration: none;
font-size: 15px;
font-weight: 400;
position: relative;
letter-spacing: 1px;
padding: 19px 40px;
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
border-radius: 2px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
box-shadow: 0 11px 15px rgba(90, 193, 110, 0.16);
position: relative;
}
.card-readmore:hover{
-webkit-transition:200ms ease-in ;
-o-transition:200ms ease-in ;
transition:200ms ease-in ; 
background-color:var(--accend);
box-shadow: 1px 5px 5px transparent;
padding-right: 55px;
}
.card-readmore:hover:after{
transition:200ms ; 
opacity:1;
}
.card-readmore::after{
content: "\f054";
font-family: fontawesome;
color:white;
position: absolute;
top:50%;
right: 30px;;
transform:translateY(-50%);
opacity:0;
}
.card-meta{
width:100%;
}
.st-one-post-footer{
width: 100%;
height:auto;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 28px;
}
.one-post-author{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.one-post-author img{
width:30px;
height:30px;
border-radius: 100%;
margin-right:10px;
border-radius: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ft-meta-one-item:first-child{
padding-left:0;
}
.ft-meta-one-item{
padding:0 10px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ft-meta-one-item::after{
content: "|";
position: absolute;
right:-2px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color:var(--light-black)
}
.ft-meta-one-item:last-child::after{
content:"";
}
.ft-meta-one-item a ,.sch1-comments , .ft-meta-one-item{
text-decoration: none; 
font-size:.95em;
color:var(--light-black);
font-weight: 500; 
opacity: .97;   
}
.ft-meta-one-item  svg{
margin-right:5px!important;
}
.ft-meta-one-item:hover *{
-webkit-transition:200ms ease-in;
-o-transition:200ms ease-in;
transition:200ms ease-in;
color:var(--accend);
opacity: 1;
}
.ft-meta-one-item i{
text-decoration: none; 
font-size:1em;
color:var(--light-black);
margin-right:7px;
}
.st-sf-comments-outer:hover * {
transition:200ms;
color:var(--accend)!important
} .st-post-navigation{
width:100%;
height:40px;
display:none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
margin:50px 0 20px 0 ;
justify-content: center;
}
.st-post-navigation .screen-reader-text{
display: none;
}
.st-post-navigation .navigation .nav-links{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.st-post-navigation a , .st-post-navigation  span.page-numbers{
width:50px;
height:50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
color:var(--light-black);
background:#f7f8ff;
margin:0 3px;
-webkit-transition: 200ms all;
-o-transition: 200ms all;
transition: 200ms all;
border-radius: 2px;
}
.st-post-navigation span.current{
background-color:var(--accend);
color:var(--white);
}
.st-post-navigation .next , .st-post-navigation .prev{
font-size:1em;
font-weight: 700
}
.st-post-navigation a:hover ,
.st-post-navigation > span:hover{
transition: 400ms;
background: var(--light-black);
color: var(--white);
}
.st-post-navigation .active{
border-radius: 100%;
-webkit-box-shadow:0 5px 5px rgba(0, 0, 0, 0.11);
box-shadow:0 5px 5px rgba(0, 0, 0, 0.11);
}
.st-post-list {margin-bottom: 0!important;} .st-container-slot-b{
width:350px; 
height:auto;
margin-left:50px;
margin-top: 0!important;
}
.st-container-slot-b .widget-content{
padding:25px 40px;
background: #f9f9f9;
}
.s-one-widget{
width: 100%;
height:auto;
background:white;
background:rgb(255, 255, 255);
margin-bottom:50px;
border-radius: 5px;
}
.s-one-widget:last-child{
margin-bottom:0;
}
.s-widget-title{
display: block;
width: 100%;
min-height: 60px;
color: var(--light-black);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
font-size: 1.53em;
position: relative;
font-weight: 500;
margin-bottom: 15px;
padding-bottom: 15px;
z-index: 1;
}
.st-site-container.sidebar-right .st-container-slot-b  .s-widget-title::after,
.st-site-container.sidebar-right .st-container-slot-b  .s-widget-title::after{
width: 50px;
height: 3px;
z-index:-1;
left:0;
border-radius: 2px;
}
.st-site-container.sidebar-right .st-container-slot-b  .s-widget-title::before,
.st-site-container.sidebar-right .st-container-slot-b  .s-widget-title::before{
width: 100%;
height: 1px;
z-index:-1;
background:rgb(231, 231, 231); 
left:0;
bottom:4px;  
border-radius: 2px;}
.s-widget-title::after{
content: "";
width: 35px;
height: 2px;
position: absolute;
left: 0;
bottom: 3px;
background: #6b84f9;
}
.s-widget-title::before{
content: "";
width: 15px;
height: 2px;
position: absolute;
left: 40px;
bottom: 3px;
background: var(--accend);
}
.ss-container .s-widget-title::after{
background: var(--accend);
}
.widget-content{
width:100%;
height: auto;
padding:40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.widget-content > img{
max-width: 100%;
height:auto;
display: block;
margin: 0 auto;
}
.widget-content ul {
list-style: none;
padding:0;
}
.widget-content ul li{
padding:15px 0 15px 22px;
border-bottom: 1px solid #f0f0f1;
position: relative; 
line-height:25px;
color:var(--light-black)
}
.widget-content ul li ul li ul li ul {
padding-left:0;
}
.widget-content ul >li> ul >li> ul >li> ul li {
padding-left: 0!important;
}
.widget-content ul >li> ul >li> ul >li> ul li a{
padding-left:25px;
}
.widget-content ul li::after{
content: "\f0da";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translatey(-50%);
-ms-transform: translatey(-50%);
transform: translatey(-50%);
font-family: fontawesome;
color: var(--light-black);
font-size: 18px!important;
}
.widget-content ul li:last-child{
border-bottom:none;
}
.widget-content ul li a{
text-decoration: none;   
color:var(--light-black);
display: inline-block;
font-size:15px
}
.widget-content ul li a:hover{
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms; 
color:var(--accend);
}
.widget-content ul li:hover::after,.widget-content ul li.removeAfter:hover::before{
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms; 
color:var(--accend);
}
.widget-content ul li ul{
padding-left:20px;
}
.widget-content ul li ul li{
position: relative;
padding-left:20px;
}
.widget-content ul li ul li:last-child::after{
top:65%;
}
.widget-content ul li ul li:last-child{
padding:10px 0  0  25px;
}
.widget-content ul li ul li:last-child{
border-bottom:none;
}
.widget-content ul li ul li:first-child{
margin-top:15px;
padding-top:15px;
border-top:1px solid var(--gray-light);
}
footer .widget-content ul li ul li:first-child{
margin-top:0;
}
footer .widget-content .ch-widget-single-post-th {
margin-bottom:10px!important;
}
.ch-widget-thumb{
flex-shrink:0;
} .widget_meta ul li{
padding-left:18px;
} .widget-content .gallery .gallery-item img{
max-width:100%;
height:auto
}
.widget-content  .gallery-columns-3 .gallery-item {
margin : 1px 3px!important;
}
.widget-content   .gallery.gallery-columns-4 .gallery-item{
width:22%;
margin:2px 4px;
}
.widget-content   .gallery.gallery-columns-5 .gallery-item{
width: 18%!important;
margin:0 2px;
}
.widget-content .gallery.gallery-columns-6 .gallery-item{
margin:2px;
}
.widget-content .gallery.gallery-columns-7 .gallery-item{
margin: 2px;
}
.widget-content .gallery.gallery-columns-8 .gallery-item{
margin: 2px;
}
.widget-content .gallery.gallery-columns-9 .gallery-item{
margin: 2px;
} .widget_categories ul li::after{
content : "\f07c";
position: absolute;
left:0;
font-family: fontawesome;
color:var(--light-black);
font-size:14px!important;
}
.widget_categories ul li:hover::after  {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
color:var(--accend)
}
.widget_categories .removeAfter::before{
content:"\f07c"
} .widget_archive ul li::after{
content : "\f187";
position: absolute;
left:0;
font-family: fontawesome;
color:var(--light-black);
font-size:14px!important;
}
.widget_archive ul li:hover::after  {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
color:var(--accend)
}
.widget_archive ul li:hover a {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
color:var(--accend)
}
.widget-content select{
padding:10px; 
margin:15px auto;
border:1px solid #eee;
width:100%;
box-sizing: border-box;
color:var(--light-black);
outline:0;
} .s-widget-title .rsswidget{
text-decoration: none;
color: var(--light-black);
padding: 0 5px;
font-size:1em!important
}
.widget_rss ul li {
padding-left:0;
}
.widget_rss ul li:after{
display: none
}
.widget_rss .widget-content a{
font-weight: 500;
margin-bottom:10px;
font-size: 16px;
}
.widget_rss .widget-content .rss-date{
margin-bottom: 10px;
display: block;
padding-left:20px;
position: relative;
font-size:15px;
}
.widget_rss .widget-content .rss-date:after{
content:"\f017";
position: absolute;
left:0;
font-family: fontawesome;
color:var(--accend);
font-size:16px!important
}
.widget_rss .widget-content cite{
display: block;
margin-top:10px;
padding-left:25px;
position: relative;
font-size: 15px;
}
.widget_rss .widget-content cite:after{
content:"";
width:20px;
height:2px;
background: var(--accend);
position: absolute;
left:0;
font-family: fontawesome;
font-size:16px!important;
top:50%;
transform:translateY(-50%);
border-radius: 4px;
} .widget_text .widget-content .textwidget img{
max-width: 100%;
height:auto;
}
.widget_text .widget-content .textwidget{
line-height:22px;
color:var(--text-black);
font-size:15px;
}
.widget_text .widget-content .textwidget p{
padding:4px 0;
}
.widget_text .widget-content .textwidget span , 
.widget_text .widget-content .textwidget strong , 
.widget_text .widget-content .textwidget b{
margin: 10px 0;
display: inline-block
} .widget_recent_comments ul li::after{
content :"\f086";
position: absolute;
left:0;
top:50%;
-webkit-transform:translatey(-50%);
-ms-transform:translatey(-50%);
transform:translatey(-50%);
font-family: fontawesome;
color:var(--light-black);
font-size:16px!important;
}
.widget_recent_comments ul li:hover::after  {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
color:var(--accend)
}
.widget_recent_comments ul li .comment-author-link a{
font-weight: 500;
position: relative;
}
.widget_recent_comments ul li a:last-child::after,
.widget_recent_comments ul li a:last-child::before{
content : '"';
}
.widget_recent_comments .comment-author-link a::after,
.widget_recent_comments .comment-author-link a::before{
content:""!important;
}
.widget_recent_comments ul li :hover a {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
color:var(--accend)
}
.removeAfter::after{
content:none!important;
}
.removeAfter::before{
content:"\f0da";
font-family: fontawesome;
position: absolute;
left:0;
top:15px;
font-size: 15px;
} .widget_recent_entries ul li::after{
content :"\f044";
position: absolute;
left:0;
top:50%;
-webkit-transform:translatey(-50%);
-ms-transform:translatey(-50%);
transform:translatey(-50%);
font-family: fontawesome;
color:var(--light-black);
font-size:14px!important;
}
.widget_recent_entries ul li:hover::after  {
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
color:var(--accend)
}
.widget_recent_entries ul li:hover   a{
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
color:var(--accend)
}
.widget_recent_entries ul li .post-date{
font-style: italic;
font-size: 13px;
}
.widget_recent_entries ul li .post-date::after{
content:")";
}
.widget_recent_entries ul li .post-date::before{
content:"(";
} .widget_nav_menu  .widget-content ul li::after,
.widget_nav_menu .removeAfter::before{
content:"\f0c1";
font-size:15px!important
}
.widget_nav_menu  .widget-content ul li{
padding-left: 25px;
} .widget_pages  .widget-content ul li::after,
.widget_pages .removeAfter::before{
content:"\f0ea";
font-size:15px!important
}
.widget_pages  .widget-content ul li{
padding-left: 25px;
} .sfrom{
display: block;
width:100%;
position: relative;
}
.sfrom input , #woocommerce-product-search-field-0{
width: 100%;
padding: 10px 20px 10px 20px;
border: 2px solid #f0eff5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
color: var(--light-black);
margin: 15px auto;
border-radius: 3px;
}
#woocommerce-product-search-field-0{
width:70%;
}
#woocommerce-product-search-field-0 + button{
width:27.5%;
padding: 12px;
box-sizing: border-box;
border:none;
background:var(--light-black);
color:var(--white);
opacity:.9;
border-radius: 1px;
cursor:pointer;
}
#woocommerce-product-search-field-0 + button:hover{
transition: 200ms ; 
opacity: 1;
}
.sfrom input::placeholder{
font-family: "poppins";
}
.sfrom button{
padding:12px 20px ;
background:transparent;
color:var(--light-black);
border:none;
cursor:pointer;
position: absolute;
top: 16px ;
right:0;
font-size:16px;
outline:0;
}
.sform-btn i{
-webkit-transition:300ms ;
-o-transition:300ms ;
transition:300ms ;
opacity:.85;
}
.sform-btn:hover i{
-webkit-transition:300ms ;
-o-transition:300ms ;
transition:300ms ;
color:var(--accend  );
opacity:1;
} #wp-calendar{
width:100%;
}
#wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: center;
color: var(--light-black); 
font-size: 14px; 
margin-top: 10px; 
margin-bottom: 20px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
color: var(--text-black)
}
#wp-calendar tbody { 
color: var(--light-black);
font-size: .8em
}
#wp-calendar tbody td {
background: var(--gray-light);
border: 1px solid #ededed;
text-align: center;
padding:10px;
}
#wp-calendar tbody a{
text-decoration: none;
color:#fff;
font-size:.9em;
text-decoration:underline;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
}
#wp-calendar tfoot a{
text-decoration: none;
font-size: 1.2em;
padding: 5px 10px;
display: inline-block
}
.footer-sidebar #wp-calendar tfoot a{
color: #ffffff;
background: #eeeeee14;
} .tagcloud{
padding:20px 0 10px 0;
}
footer .tagcloud{
padding-top:0!important;
}
.tagcloud a{
text-decoration: none;
background: var(--accend);
color: white;
font-weight: 400;
line-height: 30px;
text-transform: capitalize;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
font-size: 14px !important;
display: inline-block;
line-height: 30px;
position: relative;
border: 0;
margin: 0 2px 5px 0;
padding: 1px 9px;
border-radius: 40px;
opacity:0.87;
}
.tagcloud a:hover{
-webkit-transition:200ms ;
-o-transition:200ms ;
transition:200ms ; 
opacity: 1;
} .st-site-container.sidebar-right .st-container-slot-a{
-webkit-box-ordinal-group : 2;
-ms-flex-order : 1;
order : 1;
}
.st-site-container.sidebar-right .st-container-slot-b{
-webkit-box-ordinal-group : 3;
-ms-flex-order : 2;
order : 2;
}
.st-site-container.sidebar-left .st-container-slot-a{
-webkit-box-ordinal-group : 3;
-ms-flex-order : 2;
order : 2;
margin-right:0;
margin-left:50px;
}
.st-site-container.sidebar-left .st-container-slot-b{
-webkit-box-ordinal-group : 2;
-ms-flex-order : 1;
order : 1;
}
.sidebar-left .st-container-slot-b{
margin-left:0;
}
.sidebar-no .st-one-post{
width:80%;
margin:0 auto 50px auto
} .st-info-textcontent{
width:100%;
display: block;
text-align: center;
line-height: 25px;
color:var(--text-black);
font-size:15px;
}
.about-widget-readmore{
width:100px;
display: block;
margin: 0 auto;
margin-top:20px;
padding:10px 15px;
text-decoration: none;
text-align: center;
color:white;
background:var(--light-black);
}
.about-widget-readmore:hover{
-webkit-transition:200ms ease-in;
-o-transition:200ms ease-in;
transition:200ms ease-in;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
} .st-main-footer{
width:100%;
height:auto;
background-image: url(//rmsglobalcorp.com/wp-content/themes/uptech/assets/images/bg-footer.png);
position: relative;
background-size:cover;
background-repeat: no-repeat;
background-position: center center;
}
.st-footer-overlay{
display:block;
width:100%;
height:100%;
background:rgb(13, 15, 23);
position: absolute;
top:0;
left:0;
}
.st-main-footer .st-sizing-container{
height:auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: flex-start;
}
.footer-sidebar{
width:27%;
height:100%;
padding:95px 20px  ;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.footer-sidebar .s-one-widget{
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom:60px;
}
.footer-sidebar .s-one-widget:last-child{
margin-bottom: 0!important
}
.footer-sidebar .s-widget-title{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
background:transparent;
color:#f3f3f3;
font-size:1.6em;
font-weight: 500;
min-height: 0;
margin-bottom:5px;
position: relative;
}
.footer-sidebar .s-widget-title::after,
.footer-sidebar .s-widget-title::before{
content:'';
display: none;
}
.footer-sidebar .widget-content{
padding:0;
}
.footer-sidebar .widget-content ul li ul li:last-child{
position: relative;
}
.footer-sidebar .widget-content ul li a{
font-size:15px;
}
.footer-sidebar .widget-content ul li a:hover{
color:#fff;
}
.footer-sidebar  .widget-content ul li ul li:last-child::after{
top:65%;
}
.footer-sidebar .widget-content ul li{
border:none!important;
}
.footer-sidebar  .s-one-widget{
background: transparent;
}
.footer-sidebar #wp-calendar caption{
color:rgb(212, 212, 212)
}
.footer-sidebar #wp-calendar tbody td{
border-color: #3f4152!important;
color:rgb(212, 212, 212);
background:transparent ;
padding:10px!important
}
.footer-sidebar #wp-calendar thead th{
color:rgb(212, 212, 212)
}
.footer-sidebar .widget ul li {
position: relative;
}
.footer-sidebar .widget-content ul li a{
color: rgb(200, 200, 200);
font-size: 15px;
font-weight: 400;
}
.footer-sidebar .widget ul li::before{
content:"\f0da" !important;
position: absolute;
left:0;
font-family: fontawesome;
color:var(--accend);
font-size:17px;
display: none;
}
.footer-sidebar .widget_recent_comments .widget-content ul li > a{
font-weight: 500!important;
color:#f3f3f3;
}
.footer-sidebar .widget_recent_comments .widget-content .comment-author-link a{
font-style: italic;;
}
.footer-sidebar .widget_text .widget-content .textwidget p{
margin-top:-15px;
}
.footer-sidebar .widget_rss ul li{
margin-bottom: 30px;;
}
.footer-sidebar .widget_rss ul li:last-child{
margin-bottom: 0px;;
}
.footer-sidebar  .widget_rss .widget-content .rss-date{
text-decoration: underline;
}
.footer-sidebar  .widget_rss .widget-content .rss-date:after{
font-size:18px!important;
color:#fff;
bottom:-1px;
}
.footer-sidebar .ch-wgt-about-textcontent{
color:rgb(177, 177, 177);
}
.footer-sidebar .wp-caption-text{
color:var(--white)
}
.footer-sidebar .widget-content ul li ul li ul li ul {
padding-left:0;
}
.footer-sidebar .widget-content ul >li> ul >li> ul >li> ul li {
padding-left: 0!important;
}
.footer-sidebar .widget-content ul >li> ul >li> ul >li> ul li a{
padding-left:25px;
}
.footer-sidebar ul li {
color:rgb(212, 212, 212);
} .footer-sidebar  select,
.footer-sidebar  select option,
.footer-sidebar  input{
background: rgba(0, 0, 0, 0.21);
border:1px solid rgba(0, 0, 0, 0.089);
color:#eee;
}
.footer-sidebar .s-widget-title .rsswidget{
color: #cccccc;
}
.footer-sidebar  li.removeAfter::before{
margin-top:-8px!important;
}
.footer-sidebar .textwidget{
color:rgb(212, 212, 212)!important;
}
.footer-sidebar .textwidget>p{
padding-top:0;
} .footer-sidebar  .widget_rss ul li {
padding-left: 0!important;
}
.footer-sidebar  .widget_rss ul li::before {
display: none
} .st-copyright-block{
width:100%;
height: auto;
background:transparent;
position: relative;
z-index:2;;
}
.st-copyright-block .st-sizing-container{
padding:20px 0;
text-align: center;
border-top:1px solid #434658;
display: flex;
justify-content: space-between;
align-items:center;
}
.st-cp-content{
color:#c5c5c5;
font-size: 13px;
font-weight: 400;
letter-spacing: 1px;
}
.st-copyright-block .st-parent-ul >li a{
text-decoration: none;
color: #c5c5c5;
font-weight: 400;
font-size: 15px;
transition: 240ms;
}
.st-copyright-block .st-parent-ul >li a:hover{
transition: 240ms;
color: #ececec;
}
.st-copyright-block .st-parent-ul >li::after,
.st-copyright-block .st-parent-ul >li a::after{
content:""; display: none;
}
.st-copyright-block .st-parent-ul >li.menu-item-has-children{
padding-right:0;
} .footer-sidebar .removeAfter::before{
content:none!important;
}
.footer-sidebar .widget-content ul li{
padding:6px 0;
}
.footer-sidebar .widget-content ul li::after{
content:none!important;
}
.footer-sidebar .widget-content .gallery .gallery-item img{
transition:240ms ; 
opacity:.8;
}
.footer-sidebar .widget-content .gallery .gallery-item img:hover{
transition:240ms ; 
opacity:1;
} .footer-sidebar .tagcloud a{
font-size:13px;
padding:0 8px;
opacity:.9;
transition:200ms all;
}
.footer-sidebar .widget-content ul li:last-child{
padding-bottom: 0;
}
.footer-sidebar .sfrom input{
margin-bottom: 0;
} .st-single-inner-content{
width:100%;
height:auto; background:white;
border-radius: 5px;
}
.st-single-thumb{
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
.st-single-textcontent-out{
width:100%;
height:auto;
padding: 0 0 50px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px solid #eee;
}
img ~ .st-single-textcontent-out{
padding: 40px 0;
}
.st-single-textcontent-in{
width:100%;
height:auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 30px;
color:var(--text-black)
}
.st-single-textcontent-in p{
margin:1em auto;
}
.st-single-textcontent-in img {
max-width:100%!important;
height:auto;
}
.st-single-textcontent-in blockquote,
.st-comment-content blockquote{
display: block;
max-width: 80%;
padding: 30px;
margin: 30px auto;
font-size: 15px;
font-weight: 400;
background: #f6f5fb;
position: relative;
border-left: 5px solid #eaeaea;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large{
margin:0 auto;
}
.wp-block-quote.is-style-large{
padding:30px;  
margin:30px auto; 
}
.st-single-textcontent-in blockquote cite,
.st-single-textcontent-in blockquote cite em{
font-size:13px;
font-style: italic!important;
}
blockquote p{
position: relative;
z-index:5;
}
.wp-block-pullquote{
margin-right: auto;
margin-left: auto;
}
.wp-block-pullquote.is-style-solid-color{
background: #abb8c3;
margin:30px auto;
}
.st-single-textcontent-in blockquote::after,
#comments blockquote::after{
content : "\f10e";
font-family: fontawesome;
position: absolute;
display: block;
font-size:50px;
color:#a2a2a2;
opacity: .1;
top: 50%;
right:30px;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
}
.st-single-categories{
width:100%;
height:auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom:20px;
}
.st-single-categories  ul{list-style: none; }
.st-single-categories ul li {
display: inline-block;
margin-bottom:6px;
}
.st-single-categories ul li ,.st-single-tags a{
text-decoration: none;
padding:9px 14px;
padding-left:35px;
font-size:13px;
background:var(--background);
color:var(--light-black);
position: relative;
border-radius: 5px;
border:1px solid transparent;
}
.st-single-categories ul li a{
text-decoration: none;  
color:var(--light-black);
}
.st-single-tags{
margin : 30px auto  0 auto;
}
.st-single-tags a{
display: inline-block;
padding-left:30px;
position: relative;
border-radius: 5px 5px 5px 0;
margin-right:4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition:300ms all;
-o-transition:300ms all;
transition:300ms all;
margin-bottom:5px;
}
.st-single-categories ul li:hover,.st-single-tags a:hover{
-webkit-transition:300ms;
-o-transition:300ms;
transition:300ms;
border-color:#eaecef;
}
.st-single-tags a::after,.st-single-categories ul li a::after{
content:"";
font-family: fontawesome;
position: absolute;
left:13px;
color:var(--light-black);
top:50%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
font-size:.9em;
}
.st-single-tags a::after{
content:"\f02c";
}
.st-single-categories ul li a::after{
content:"\f07c";
} .single-post-pagination-in a{
display: inline-flex;
width:25px ; 
height:25px;
margin-right:2px;
align-items: center;
justify-content: center;
background:var(--background);
color:var(--light-black);
border-radius: 2px;
} .st-single-comments{
width:100%;
height:auto;
background: white;
padding: 50px 0 80px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color:var(--light-black);
border-radius: 5px;
}
.st-single-comments #comments > .comment-respond{
padding-top:0px;   
}
.comment-respond{
padding-bottom: 12px;
padding-top: 31px;
position: relative;
}
.st-comments-title{
position: relative;;
}
.comment-reply-title , .st-comments-title{
display: block;
color:var(--text-black);
font-size:34px;
font-weight: 500;
position: relative;
padding-bottom:30px;
letter-spacing: 1px;
}
.st-comments-title{
padding-bottom:50px;
}
.comment-reply-title a{
color:var(--light-black);
text-decoration: none
}
#cancel-comment-reply-link{
font-weight: 500;
margin-left:10px;
font-size:20px;
}
#cancel-comment-reply-link:hover{
-webkit-transition:300ms;
-o-transition:300ms;
transition:300ms;
color: var(--accend)
}
#cancel-comment-reply-link::before{
content:"["
}
#cancel-comment-reply-link::after{
content:"]"
}
.comment-notes{
margin-bottom:45px;
margin-top:5px;
line-height: 25px;
font-size:15px;
color:var(--light-black);
}
.woocommerce .comment-notes{
display: block!important;
}
p.logged-in-as{
margin-top: 10px;
margin-bottom: 40px;
}
.logged-in-as a{
text-decoration: none;
color:var(--text-black);
}
.logged-in-as a:last-child:hover{
transition:200ms ; 
color:var(--accend)
}
.logged-in-as a:last-child{
font-weight: 500;
}
#commentform label{
display: none;
margin:30px 0 12px 0;
font-size:15px;
}
.comment-form-comment textarea{
width:100%;
max-width:100%;
min-width:100%;
min-height: 10%;
padding:20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline:0;
border: 2px solid rgb(243, 245, 255);
border-radius: 2px; margin-bottom: 6px;
}
.comment-form-author , 
.comment-form-email ,
.comment-form-url{
width : 100%;
display: inline-block;
margin: 10px 0;
padding:0;
position: relative;
}
.comment-form-author input , 
.comment-form-email input ,
.comment-form-url input{
width : 100%;
display: inline-block;
padding:17px 20px;
-webkit-box-sizing:border-box;
box-sizing:border-box;
outline:0;
border: 2px solid rgb(243, 245, 255);
position: relative;
border-radius: 2px; }
.comment-form-author input:focus, 
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment textarea:focus{
transition:240ms;
border-color: rgb(224, 224, 224);
}
p.comment-form-email input{
position: relative!important;
}
.form-submit input{
margin:47px auto 18px auto;
padding:18px 40px;
color:var(--white);
background: #232d38;
border:none;
font-family: "poppins";
font-size:15px;
cursor:pointer;
border-radius: 2px;
-webkit-transition:300ms ease-in;
-o-transition:300ms ease-in;
transition:300ms ease-in; outline:0;
}
.form-submit input:hover{
-webkit-transition:200ms ease-in-out;
-o-transition:200ms ease-in-out;
transition:200ms ease-in-out;
box-shadow: 1px 5px 15px transparent;
background: #153dff;
}
.comment-form-cookies-consent{
margin: 40px 0 0 0;
display: flex;
align-items: center;
}
.comment-form-cookies-consent label{
display: inline-block!important;
padding-left: 10px;
margin: 0!important;
font-size: 15!important;
font-weight: 400;
margin-top: -10px!important;
}
input#wp-comment-cookies-consent{
margin:0!important;
}
p.must-log-in a , .comment-reply-login{
color:var(--light-black)!important;
font-weight: 600!important;
text-decoration: none
}
p.must-log-in a:hover,.comment-reply-login:hover{
transition: 200ms;
color:var(--accend)!important
} .comment-respond + .st-comments-title::after{
content: "";
width: 100%;
height: 1px;
background: rgba(0,0,0,0.1);
position: absolute;
top: 41px;
left: 0;
}
.comment-respond + .st-comments-title{
padding-top:100px;
}
li.comment {
padding:20px ; 
border-top:3px solid #eee;
margin-bottom:15px;  
border-radius: 3px;
transition:300ms;   
}
li.comment:hover{
transition:300ms ; 
background:rgb(252, 252, 255);
}
.st-comment-header{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.st-comment-header img{
border-radius: 100%;
margin-right:15px;
}
.st-comment-author-name,.st-comment-author-name a{
text-transform: uppercase;
font-weight: 500;
margin-bottom:8px;
display: block;
text-decoration: none;
color:var(--light-black);
line-height:1.2;
font-size: 17px;
}
.st-comment-date{
font-size:14px;
color:var(--light-black);
font-weight:500;
}
.st-comment-header-b{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.st-comment-content{
padding-left:80px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin:10px 0 25px 0;
font-size:1rem;
color:#666b73;
line-height: 25px;
}
.st-comment-buttons{
padding-left:70px;
}
.comment-reply-link{
margin-left:4px;
margin-bottom:10px;
padding: 9px 17px;
color:white!important;
background: var(--accend);
font-weight: 400!important;
font-size:15px!important;
border-radius: 2px;
position: relative;
transition:300ms all;
}
.comment-reply-link:hover{
transition:300ms ; 
padding-left:35px;
}
.comment-reply-link:hover:after{
transition:300ms ;
opacity:1;
}
.comment-reply-link::after{
content:"\f040";
color:white;
position: absolute;
left:4px;
opacity:0;
}
.comment-reply-link , .comment-edit-link{
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
color: var(--light-black);
font-size: 15px;
position: relative;
font-weight: 500;
}
.comment-reply-link::after , .comment-edit-link::after{
color:white;
position: absolute;
left:15px;
font-family: fontawesome;
}
.comment-list ol.children{
padding-left:50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.comment-list ol.children li{
margin-top:20px;
}
.bypostauthor .st-comment-header .st-comment-avatar{
display:block;
position: relative;
z-index:1;
}
.bypostauthor .st-comment-header .st-comment-avatar::before{
content:"\f007";
width:25px;
height:25px;
position: absolute;;
left:-7px;
top:-7px;
background:var(--light-black);
color:var(--white);
border:2px solid var(--white);
border-radius: 100%;
font-family: fontawesome;
display: flex;
align-items: center;
justify-content: center;
font-size:.7em;
box-shadow:0 0 0 1px rgba(0,0,0,0.03)
}
.st-comment-content p{
margin:2px 0;
}
.comment-list , ol.children{
list-style: none!important;
}
.pingback .st-comment-content{
padding-top:10px;
padding-left:0!important;
} .st-comments-pagination{
text-align: center;
margin-top:50px;
margin-bottom:20px;
} 
.st-comments-pagination .nav-links{
display: flex;
align-items: center;
justify-content: center;
}
.st-comments-pagination .nav-links> a ,
.st-comments-pagination .nav-links>span{
width:40px;
height:40px;
text-decoration: none;
background:var(--gray-light);
color:var(--light-black);
display: inline-flex;
align-items: center;
justify-content: center;
margin: auto 2px;
border:1px solid transparent;
}
.st-comments-pagination .nav-links> a:hover ,
.st-comments-pagination .nav-links>span:hover{
transition:400ms ; 
background:var(--light-black);
color:var(--white);
}
.st-comments-pagination .nav-links>span.current{
background:var(--light-black);
color:var(--white);
}
.st-comments-pagination .screen-reader-text{
display: none;
} .st-single-sticky-footer{
width:100%;
height:90px; 
background:white;
position: fixed;
bottom: -90px;
-webkit-box-shadow :0 -3px 4px rgba(0, 0, 0, 0.068);
box-shadow :0 -3px 4px rgba(0, 0, 0, 0.068);
z-index:9999;
}
.st-sf-content-1 , .st-sf-content-2{
width:100%;
height : 100%;
}
.st-sf-content-1{
-webkit-transition:500ms ;
-o-transition:500ms ;
transition:500ms ;
opacity: 1;
visibility: visible;
}
.st-sf-content-2{
position: absolute;
top:0;
opacity:0;
visibility: hidden;
}
.st-sf-content-1 .st-sizing-container{
height:  100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.st-sf-c1-left-slot , .st-sf-c1-right-slot{
width:40%;
height:auto;
min-height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .st-sf-c1-author-image{
width:60px;
height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right:15px;
}
.st-sf-c1-author-image img{
max-width:100%;
height:auto;
border-radius: 100%;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
box-shadow: 0 0 5px rgba(0,0,0,.1)
}
.st-sf-c1-author-textcontent{
height:100%;
width:auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start ;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;    
}
.st-sf-c1-author-textcontent a{
text-decoration: none;
color:var(--light-black)
}
.st-sf-c1-author-textcontent .author-name a{
font-size:15px;
font-weight:500;
}
.st-sf-c1-author-textcontent .author-name a:hover{
transition:200ms ; 
color:var(--accend)
}
.st-sf-c1-author-textcontent .post-date a{
font-size:12px;
margin-top:2px;
}
.st-sf-c1-right-slot{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.st-sf-comments-outer{
width:auto;
height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.st-sf-comments-outer a , .st-sf-comments-outer i{
text-decoration: none;
font-size:14px;
color:var(--light-black);
font-weight:500;
}
.st-sf-comments-outer i{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 100%;
font-size:18px;
margin-right:7px;
}
.st-sf-content-2 .st-sizing-container{
height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.st-sf-c2-left-slot ,
.st-sf-c2-center-slot ,
.st-sf-c2-right-slot{
width:33%;
height:100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.st-sf-c2-right-slot{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.st-sf-prevpost ,
.st-sf-nextpost{
width:auto;
height:100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.st-sf-prevpost a ,
.st-sf-prevpost i, 
.st-sf-nextpost a ,
.st-sf-nextpost i{
text-decoration: none;
color:var(--light-black);
font-size:15px;
font-weight: 400;
line-height: 20px;
}
.st-sf-prevpost:hover a ,
.st-sf-prevpost:hover i,
.st-sf-nextpost:hover a , 
.st-sf-nextpost:hover i{
transition :200ms ease-in;
transition-delay: 50ms;
color:var(--accend);
}
.st-sf-prevpost:hover i {
-webkit-transition:200ms ease-in;
-o-transition:200ms ease-in;
transition:200ms ease-in;
margin-right:8px;
}
.st-sf-nextpost:hover i {
-webkit-transition:200ms ease-in;
-o-transition:200ms ease-in;
transition:200ms ease-in;
margin-left:8px;
}
.st-sf-prevpost i{
margin-right:12px;
}
.st-sf-nextpost i{
margin-left:12px;
}
.st-sf-c2-center-slot{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; 
}
.st-sf-c2-center-slot a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 35px; 
height:35px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-decoration: none;
border-radius: 100%;
transition: 600ms all;
transform: rotate(0deg) scale(1);
}
.st-sf-c2-center-slot a:hover{
transition:400ms all!important;
transform: rotate(360deg) scale(1.08);
}
.st-sf-c2-center-slot i{
color:white;
}
.soi-fb,.cs-fb{
background:#3b5998;
}
.soi-tw,.cs-tw{
background:#1da1f2;
}
.soi-pn,.cs-pn{
background:#c92228;
}
.soi-wp ,.cs-wp{
background:#33CC66;
} .search-banner-results{
font-size:16px;
display: block;
margin-top:40px;
position: relative;
}
.search-banner-results::after{
content:"";
width:80px;
height:2px;
background:white;
position: absolute;
top:-25px;
left:calc(50% - 40px)
}
.st-search-nocontent{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding:30px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sform-input{
font-family: "poppins";
}
.st-search-nocontent .sfrom{
width:70%;
} 
.st-search-nocontent .sfrom .sform-input{
margin:5px auto;
width: 100%;
padding: 13px 20px 13px 20px;
border: 2px solid #f0eff5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
color: var(--light-black);
border-radius: 0;
}
.st-search-nocontent .sfrom .sform-btn{
top:10px;
}
.search-noresult-message{
font-weight: 500;
font-size: 42px;
color:var(--text-black)
}
.search-noresult-second-message{
display: block;
margin:25px 0;
font-size:15px;
color:var(--text-black);
line-height: 25px;
}
.search-nr-input{
width:50%;
padding:11px 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline:0;
border:1px solid #eee;
-webkit-transition:200ms all;
-o-transition:200ms all;
transition:200ms all;
}
.search-nr-input:focus{
-webkit-transition:200ms ease-in;
-o-transition:200ms ease-in;
transition:200ms ease-in;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 1px 5px rgba(0,0,0,.2);
border:none
}
.nosrch-from {
position: relative; 
}
.search-nr-btn{
width:auto;
padding:10px 35px ;
color:var(--white);
background:var(--light-black);
border:1px solid var(--light-black);
letter-spacing: 1px;
font-weight: 500;
outline:0;
cursor: pointer;
outline:0; 
}
.search-nr-btn:hover{
-webkit-transition:200ms ease-in;
-o-transition:200ms ease-in;
transition:200ms ease-in;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.home-message-nocontent{
display: block;
padding: 20px 0;
color:var(--light-black);
margin-top:10px;
} .sfrom-404{
width:100%;
}
.container-404{
width:100%;
background:#f9fffe;
}
.container-404 .st-sizing-container{
height:auto;
min-height:100vh;
display: flex;
align-items: center;
justify-content: space-between;
}
.container-404 .one-slot{
width:50%;
height: 100%;
display: flex;
align-items:flex-start;
justify-content: center;
flex-direction: column;
}
.container-404 .one-slot img{
max-width: 100%;
height:auto;
}
.slot-a{
width:60%!important;
align-items: flex-end
}
.slot-b{
align-items: flex-end;
padding-left:50px;
}
.logo-404-page , 
.header-text-404{
display: block;
}
.header-text-404{
margin-bottom: 24px;
}
.logo-404-page{
font-size: 5em;
margin-bottom:15px;
}
.main-msg-404{
line-height: 25px;
color:var(--light-black);
margin-bottom: 35px;
width:90%;
}
.or-404{
margin-left: -17px;
margin-right: 12px;
}
.gohome-404{
color:var(--text-black); 
font-size:14px;
}
.header-text-404{
font-size:42px;
font-weight: 500;
}
.sform-input-404{
width:50%;
border: 1px solid #eaf6f4;
padding: 15px 30px;
border-radius: 50px;
outline: 0;
font-family: "poppins"; 
background:#f0faf8
}
.sform-btn-404{
background: transparent;
border: none;
font-size: 18px;
position: relative;
left: -50px;
}
.sform-btn-404 i{
color: var(--light-black);
opacity: .8;
transition: 200ms all;
cursor: pointer;
}
.sform-btn-404 i:hover{
color: var(--accend);
opacity: 1;
transition: 200ms all;  
} .mobile-menu{
width:100%;
height:auto;
padding:0  ;
display: block;
color:white;
background: var(--white);
list-style: none;
margin-bottom:40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 1px;
display: none;
}
.mobile-menu *{
color:var(--light-black);
}
.mobile-menu li{
display: block;
padding:15px 0 15px 0;
position: relative;
border-bottom: 1px solid #eee;
}
.mobile-menu li:last-child{
border:none;
}
.mobile-menu a{
text-decoration: none;
line-height: 22px;
}
.mobile-menu li ul li:first-child{
padding-top:15px;
margin-top:15px;
border-top:1px solid #eee;
}
.mobile-menu li.menu-item-has-children ul  {
margin-bottom:-15px!important;
}
.down-submenu{ 
font-size: 15px!important;
position: absolute;
right: 20px;
}
.down-submenu{
display: none;
}
.menu-item-has-children >.down-submenu{
display: inline-block!important;
margin-top: -5px;
margin-right: -20px;
padding: 7px;
background: #e7f2ff;
}
.mobile-menu .sub-menu{
display: none;
} .st-post-list article{
position: relative;
border-bottom: 2px solid #eee;
}
.st-post-list article:last-child{
border:none!important;
}
.st-post-list .sticky::before{
content : "\e6de";
font-family: themify;
position: absolute;
font-size:12rem;
right: 7.5%;
top:50%;
transform:translateY(-50%);
z-index:-1;
color:var(--light-black);
opacity:.05;
transition:200ms ease-in;
} 
.st-post-list .sticky:hover::before{
transition:200ms ease-in;
opacity:0.07
} .st-single-textcontent-in  {
line-height: 1.85;
}
.st-single-textcontent-in h1 ,
.st-comment-content h1{
font-size:2rem ;
margin : 20px auto;
font-weight: 500;
}
.st-single-textcontent-in h2 ,
.st-comment-content h2{
font-size:1.8rem;
margin : 20px auto; 
font-weight: 500;
}
.st-single-textcontent-in h3 ,
.st-comment-content h3{
font-size:1.6rem;
margin : 20px auto;
font-weight: 500;
}
.st-single-textcontent-in h4 ,
.st-comment-content h4{
font-size:1.4rem;
margin : 20px auto;
font-weight: 500;
}
.st-single-textcontent-in h5 ,
.st-comment-content h5{
font-size:1.2rem;
margin : 20px auto;
font-weight: 500;
}
.st-single-textcontent-in h6 ,
.st-comment-content h6{
font-size: 1rem;
margin : 20px auto;
font-weight: 500;
} .st-single-textcontent-in a ,
.st-comment-content  a{
text-decoration: none; 
color:var(--text-black);
font-weight: 500;
}
.st-single-textcontent-in table ,
.st-comment-content  table{
margin:25px auto;
}
.st-single-textcontent-in table  td,
.st-single-textcontent-in th,
section#comments table td,
section#comments th  {    
border: 1px solid rgba(0,0,0,0.076);
text-align: center;
}
section#comments table  ,
.ch-single-entry-content table  {
border-collapse: collapse;
width: 100%;
}
.st-single-textcontent-in  b ,
.st-single-textcontent-in  strong,
.st-comment-content b ,
.st-comment-content strong{
margin:15px auto;
}
.st-single-textcontent-in  th,
.st-single-textcontent-in   td  ,
section#comments th,
section#comments td{
padding: 15px;
}
.st-single-textcontent-in  dl dt ,
.st-comment-content  dl dt{
font-weight: 600!important;
}
.st-single-textcontent-in  dl dd,
.st-comment-content  dl dd{
padding-left:40px;
}
.st-single-textcontent-in  dl   dd,
.st-comment-content dl dd{
padding:5px 0 5px 35px;
}
.st-single-textcontent-in>  ul  ,
.st-comment-content > ul {
list-style: inherit;
list-style-position: inside
}
.st-single-textcontent-in>  ol  ,
.st-comment-content > ol {
padding-left:20px;
}
.st-single-textcontent-in>  ul ul  ,
.st-comment-content ul ul
{
list-style: circle;
}
.st-single-textcontent-in ul ul,
.st-single-textcontent-in ol ol,
.st-comment-content ul ul ,
.st-comment-content ol ol {
padding-left:40px;
}
.st-single-textcontent-in  code ,
.st-single-textcontent-in  tt,
.st-comment-content code,
.st-comment-content  tt{
display: inline-block;
padding:3px 15px;
margin:5px 0;
color:var(--text-black);
background:rgb(243, 243, 243);
font-size:14px;
line-height: 25px;
border-radius: 2px;
}
.st-single-textcontent-in  pre,
.st-comment-content pre{ 
background:rgb(243, 243, 243);
white-space: pre-wrap; 
padding:25px 20px;
margin:20px auto;
}
.st-comment-content blockquote a{
color:var(--white)
} .st-single-textcontent-in img:not(.woocommerce div.product div.images img){
max-width:100%!important;
display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
max-width: 1000%!important;
}
.st-single-textcontent-in   img{
margin:10px 10px  auto auto;;
}
.wp-caption.alignright , .wp-caption.alignleft{
padding:0 25px ;
}
.wp-caption{
max-width: 100%!important;
}
.wp-caption img{
max-width:100%!important;
}
.alignright { 
float: right;
margin: 0 0 1em 1em;
}
.alignleft { 
float: left; 
margin: 0 1em 1em 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; 
}
.alignright {
float: right;
padding-right: 0!important;
}
.alignleft {
float: left;
padding-left: 0!important;
}
.aligncenter {
display: block;
margin-left: auto!important;
margin-right: auto!important;
}
.wp-caption ,
.wp-caption-text,
.gallery-caption{
font-style:italic;
text-align: center;
font-size:.8rem;
margin : -10px 0 0 0 ;
padding:0;
}
.wp-caption-text{
line-height: 20px;
color:var(--light-black);
text-align: center;
margin-top:5px;
}
.gallery .gallery-item img{
margin: 0; 
} .gallery{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.gallery-icon{
text-align: center;
}
.gallery-item{
display: flex;
flex-direction: column;
align-items: center;
margin:10px;
}
.gallery-columns-3 .gallery-item{
width:30%!important;
display: inline-block;
margin:10px  2px;
}
.gallery-item figcaption{
font-size: 12px;
text-align: center;
line-height: 17px;
padding: 2px 5px;
} .gallery.gallery-columns-1 {
flex-direction: column;
justify-content: center;
align-items: center;
}
.gallery.gallery-columns-1 .gallery-item{
width:50%!important;
display: flex;
flex-direction: column;
align-items: center;
} .gallery.gallery-columns-2 .gallery-item{
width:35%!important;
} .gallery.gallery-columns-4 .gallery-item{
width:20%!important;
} .gallery.gallery-columns-5 .gallery-item{
width:16%!important;
margin:10px;
}
.gallery .gallery-item img{
height:auto;
} .gallery.gallery-columns-6 .gallery-item{
width:13%!important;
margin:5px;
} .gallery.gallery-columns-7 .gallery-item{
width:12%!important;
margin:5px;
} .gallery.gallery-columns-8 .gallery-item{
width:10%!important;
margin:5px;
} .gallery.gallery-columns-9 .gallery-item{
width:9.5%!important;
margin:3px;
}
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption{
display: none;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .st-single-textcontent-in input{
padding:10px ;
outline:0;
margin:20px 0;
}
.st-single-textcontent-in input[type=submit]{
background:var(--light-black);
border:none;
color:var(--white);
border:2px solid var(--light-black);
padding:10px 15px;
cursor:pointer;
} .st-single-textcontent-in .wp-block-separator:not(.is-style-wide):not(.is-style-dots){
width: 100px;
}
.st-single-textcontent-in .wp-block-separator{
margin:40px auto;
}
.st-single-textcontent-in .wp-block-table{
width: 100%;
min-width: 300px; 
}
.wp-block-latest-posts.is-grid li{
display:flex;
align-items: center;
justify-content: center;
padding:20px 40px;
background:var(--gray-light);
box-sizing: border-box;
}
.wp-block-latest-posts{
margin:40px auto;
}
.wp-block-quote.is-large{
padding:40px ;
}
.wp-block-button .wp-block-button__link:not(.has-background){
background:var(--light-black);
color:var(--white);
font-weight: 400;
}
.wp-block-button .wp-block-button__link:not(.has-background):hover{
opacity: 0.9;
}
.wp-block-button{
margin:30px;
}
.st-single-textcontent-in .wp-block-archives.aligncenter,
.st-single-textcontent-in  .wp-block-categories.aligncenter{
text-align: center;
list-style-position: inside
}
.wp-block-cover .wp-block-cover-text{
line-height: 45px;
font-size: 36px;
}
.wp-block-cover__inner-container p{
line-height: 45px;
}
figure.wp-block-pullquote {
margin:30px;
border-top:3px solid  #555d66;
border-bottom:3px solid #555d66;
}
blockquote.wp-block-pullquote{
background: var(--accend)!important;
padding:30px;
}
blockquote.wp-block-pullquote p{
color:white;
}
.wp-block-pullquote.is-style-default blockquote{
background: var(--accend);
color:var(--white)
}
.wp-block-pullquote.is-style-solid-color blockquote{
background:transparent;   
}
.wp-block-cover-image.alignleft{
margin:20px;
}
.wp-block-cover-image.alignright{
margin:20px;
}
.st-single-textcontent-in .wp-block-archives.aligncenter ul,
.st-single-textcontent-in .wp-block-categories.aligncenter ul{
list-style-position: inside;
}
@media (max-width:700px){
.st-single-textcontent-in blockquote{
box-sizing: border-box;
margin:20px auto!important;
}
}
.wp_block_cover p {
line-height: 45px;
}
.wp-block-cover__inner-container{
line-height:45px;
}
.wp-block-cover, .wp-block-cover-image{
margin:1.5em auto;
}
.wp-block-media-text{
margin:30px auto
}
.has-uptech-gray-background-color{
background-color:#333333!important ;
}
.has-uptech-green-background-color{
background-color:#5ac16e!important;
}
.has-uptech-orange-background-color{
background-color:#ff7542!important;
}
.has-uptech-orange-color{
color:#ff7542!important;
}
.has-uptech-green-color{
color:#5ac16e!important;
}
.has-uptech-white-color{
color:#ffffff!important;
}
.has-uptech-gray-color{
color:#333!important;
}
.has-large-font-size{
line-height: 50px
}
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover-text{
color: var(--text-black);
} .wp-block-button.is-style-outline a.wp-block-button__link{
background:transparent;
border-color:inherit;
color : inherit;
} .footer-sidebar .info-widget-item{
border-color:transparent;
font-size:15px;
color:rgb(212, 212, 212)
}
.footer-sidebar .info-widget-item:hover{
color:rgb(255, 255, 255)
}
.info-widget-item{
padding-left:0!important;
}
.info-widget-item:hover{
transition:200ms ; 
color:#fff!important;
}
.info-widget-item::after{content:""!important;}
.ch-icon-container{
margin-right: 10px;
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50px;
transition:200ms all;
transform:scale(1);
background: #f6f5fb;
color: #6d6d6d;
margin-right: 10px;
} 
.st-main-footer .ch-icon-container{
background:  rgba(255, 255, 255, 0.05) ;
color:#f5f5f5
}
.info-widget-item:hover .ch-icon-container{
transition:200ms;
transform:scale(1.15)
} 
.page-template-blank-page-default .ch-icon-container{
background: #eff8ff;
}
.ch-icon-container i {
font-family: fontawesome!important;
} .st-posts-widget li {
padding-left:0!important;
display: flex;
align-items: center;
line-height: 20px!important;
}
.st-posts-widget li:after{
content:""!important;
}
.st-posts-widget li img{
width:65px;
height:65px;
margin-right:15px;
border-radius: 2px;
line-height: 0;
margin-bottom: -6px;
border-radius: 100%;
}
.st-posts-widget li:first-child{
margin-top:10px;
}
.st-posts-widget li .ch-widget-content{
display: flex;
flex-direction: column;
}
.sticky-sidebar-self .ch-custom-widget-post-permalink,
.st-container-slot-b .ch-custom-widget-post-permalink
{
font-size: 16px!important;
font-weight: 500;
}
.ch-custom-widget-post-permalink:hover{
transition:200ms ease-in;
color:var(--accend)
}
.ch-custom-widget-post-date{
font-size:14px;
}
.footer-sidebar .ch-custom-widget-post-date{
color: #a5a5a5!important;
font-style: italic;
text-decoration: underline;
} .ch-wgt-about-img{
max-width:100%;
margin-top:20px!important;
display: block!important;
}
.ch-wgt-about-textcontent{
margin-top:20px!important;
margin-bottom:20px!important;
display: block;
color:var(--light-black);
font-size: 15px;
line-height: 26px;
} .footer-sidebar .ch-wgt-about-img{
margin :0!important;
} .st-blank-container{overflow: hidden;}  .wp-block-columns{
margin-bottom:25px;
}
.wp-block-image figcaption{
line-height: 20px;
}
.has-uptech-green-color{
color:#5ac16e!important
}
.has-uptech-orange-color{
color:#ff7542!important
}
.has-dark-gray-color{
color:#333!important
}
.has-uptech-white-color{
color:#ffffff!important
} 
.has-uptech-white-background-color{
background:#ffffff!important
} .wp-block-cover.alignleft{
margin-right: 30px;
margin-bottom: 30px;
}
.wp-block-cover.alignright{
margin-left: 30px;
margin-bottom: 30px;
} .wp-block-gallery.alignleft {
margin-right:20px;
}
.wp-block-gallery.alignwide {
width:100%;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
line-height: 14px;
}
.blocks-gallery-item {
overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item figcaption{
padding: 0;
} .has-large-font-size{
margin:30px auto;
}
.has-very-light-gray-color.has-very-light-gray-color{
margin:30px auto
}
.header_class_creator + .st-header{
background: red!important;
}
.no-comments{
margin-bottom: 25px;
}@media (max-width:1100px){
.site-logo{
max-width:30%;
}
.st-post-list {
margin-bottom:60px;
}
.st-site-container .st-sizing-container{
padding:60px 0px;
}
.st-header .st-sizing-container{
width:90%;
}
.st-main-footer .st-sizing-container{
width:90%
}
}
.header-mobile-menu-open{
display: none!important;
}
@media (max-width:980px){
.ss-container .widget-content{padding:0}
.st-post-list {
margin-bottom:60px;
}
.st-container-slot-b{
margin-top:60px;
}
.st-parent-ul,
.st-header-magic-box{
display: none;
}
.mobile-menu ,
.header-mobile-menu-open{
display: block!important;
}
.sticky-sidebar-self{
width:60%;
}
.sticky-sidebar-self .ss-container{
padding:35px;
}
.ss-header{
padding:0px 35px;
}
.st-site-container .st-sizing-container{
flex-direction: column;
justify-content: center;
align-items: center;
}
.st-search-nocontent{
margin-bottom:50px!important;
}
.st-container-slot-a , 
.st-container-slot-b{
width:95%;
}
.st-container-slot-a{
margin-left:0px!important;
}
.st-container-slot-b{
margin-left:0px;
}
.st-site-container .st-container-slot-a{
order : 1!important;
}
.st-site-container  .st-container-slot-b{
order : 2!important;
}
.st-banner .st-sizing-container{
padding:180px 0px;
}
.banner-heading{
font-size:.7em; 
max-width:90%;
}
.st-sf-content-1 .st-sizing-container,
.st-sf-content-2 .st-sizing-container{
width:90%;
}
.st-single-comments{
margin-bottom:50px;
}
.footer-sidebar{
width:30%;
}
.st-single-textcontent-in blockquote{
max-width:100%;
}
.comment-edit-link{
margin-bottom:2px;
} .container-404 .one-slot{
width:100%!important;
align-items: center;
}
.slot-a{
margin-bottom:60px
}
.main-msg-404{
width:70%;
}
.sfrom-404{
display: flex;
align-items: center;
justify-content: center;
}
.container-404 .st-sizing-container{
flex-direction: column;
}
.one-slot{
padding:30px 0px!important;
}
.slot-a{
padding-bottom: 0px!important;
}
.slot-b{
padding-bottom: 50px!important;
}
}
@media (max-width:900px){
.st-topbar{display: none;}
.site-logo{
max-width:32%;
} .st-header .st-sizing-container{
height:80px;
min-height:80px;
} .st-main-footer .st-sizing-container{
flex-wrap: wrap;
justify-content: space-around;
}
.footer-sidebar{
width:45%;
padding:80px 0px 0px 0px;
}
.footer-sidebar:last-child{
padding-bottom:80px;
}
}
@media (max-width: 782px){
.logged-in .enable-sticky-header,
.logged-in .sticky-sidebar-self{
top:46px
}
.blog.logged-in .st-header.enable-sticky-header {
top:45px;
}
.logged-in.page-template-uptech-fullscreen-template-dt .st-header,
.logged-in.page-template-uptech-fullscreen-template-dt .st-topbar ~ .st-header{
top:45px!important;
}
}
@media (max-width:700px){ .site-logo{
width:auto;
max-width:35%!important;
}
.sticky-sidebar-self{
width:70%;
} .st-one-post{
margin-bottom:40px
}
.sidebar-no .st-one-post{
width:100%
}
.st-card-content{
padding: 0 10px 50px 10px;
}
img ~ .st-card-content{
padding: 35px 10px 50px 10px;
}
.card-name-parent{
margin:22px 0px;
}
.card-name-self{
font-size:28px;
}
.card-cats ul li a{
padding:2px 6px;
}
.card-textcontent{
font-size:15px; 
line-height: 24px;
}
.st-post-navigation a, 
.st-post-navigation >span,
.st-post-navigation span.current,
span.page-numbers.dots{
width:35px;
height:35px;
font-size:15px;
}
.card-name-parent{
margin-top:0px!important;
} .st-sf-comments-outer a,
.st-sf-comments-outer i,
.st-sf-prevpost a,
.st-sf-prevpost i,
.st-sf-nextpost a,
.st-sf-nextpost i{
font-size:13px;
} .footer-sidebar{
width:90%;
padding:80px 0px 0px 0px;
} .comment-form-author, 
.comment-form-email,
.comment-form-url{
width:100%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
width:100%;
}
.form-submit{
text-align: center;
} .sch-sh-input{
width:90%;
font-size:30px;
}
.header-search-panel button{
right:-7%;
}
.st-search-nocontent .sfrom{
width:100%!important;
}
.st-copyright-block .st-sizing-container{
flex-direction: column;
}
.st-copyright-block .st-parent-ul >li >a{
font-size:15px;
} .main-msg-404{
text-align: center;
}
.sfrom-404{
flex-direction: column;
align-items: center;
}
.sform-input-404{
width:75%;
}
.sform-btn-404{
width:75%;
background : var(--accend);
left:0px;
padding:15px 30px;
color:white;
margin:10px auto 20px auto;
border-radius: 50px;
}
.sform-btn-404 i{
color:white;
}
.header-text-404{
font-size: 36px;
}
.or-404{
margin:0 auto;
}
.gohome-404{
font-size:16px;
margin:10px auto;
}
.main-msg-404{
width:90%;
}
.comment-list ol.children{
padding-left:0px;
} .wpcf7 label{
width:95%;
}
}
@media (max-width:630px){ .gallery.gallery-columns-5 .gallery-item {
width: 16%!important;
margin: 4px;
}
.gallery.gallery-columns-6 .gallery-item {
width: 13%!important;
margin: 4px;
}
.gallery.gallery-columns-7 .gallery-item {
width: 12%!important;
margin: 3px;
}
.gallery.gallery-columns-8 .gallery-item {
width: 10%!important;
margin: 3px;
}
.gallery.gallery-columns-9 .gallery-item {
width: 9.5%!important;
margin: 2px;
}
.comment-reply-title{
font-size:30px;
}
#cancel-comment-reply-link{
font-size:16px;
}
.woocommerce .comment-reply-title,
.woocommerce-Reviews-title{
font-size:1.5em!important;
}
}
@media (max-width:600px){ .st-banner .st-sizing-container{
padding:140px 0px;
}
.banner-heading{
font-size:.6em;
}
.heading-404{
font-size:60px!important;
}
.st-banner-bgcl{
font-size:10em;
}
.sticky-sidebar-layer{
z-index:999999
}
.logged-in .sticky-sidebar-self{
top:0px!important;
z-index:555555555;
}
.sticky-sidebar-self{
width:80%;
}
.st-post-list {
margin-bottom:40px;
}
.st-container-slot-b{
margin-top:40px
}
.footer-sidebar{
padding:40px 0px 0px 0px;
}
.footer-sidebar:last-child{
padding-bottom:40px;
} .st-single-categories ul li a, .st-single-tags a{
font-size:13px;
} .logged-in .enable-sticky-header {
top:0!important;    
}
.one-post-date::after{
content:"";
}
.card-footer{
flex-direction: column;  
align-items: flex-start
}
.card-readmore{
min-width:38%;
margin-bottom: 10px;
box-sizing: border-box;
text-align: center;
order:1;
padding: 14px 30px;
}
.card-readmore::after{
content:none;
}
.card-readmore:hover{
padding:14px 30px!important;
}
.card-social{
margin-top:25px;
display: none
} .wp-block-button{
margin:15px 5px;
}
.wp-block-button a{
font-size:15px;
padding:10px 15px;
}
.wp-block-quote{
padding:20px!important;
}
.wp-block-pullquote.is-style-solid-color blockquote{
max-width:100%;
}
.post-password-form input{
width:90%!important;
}
.st-single-textcontent-in input[type=submit]{
padding:10px;
}
.post-password-form input[name='post_password']{
margin:5px auto;
}
}
@media (max-width:500px){
.one-post-comment-info{
display: none;
}
.gn-header-desc-desc{
display: none!important;
}
.header-full-desc::after{
width:40px;
height:40px;
} .header-desc{
font-size:15px;
}
.enable-sticky-header ,
.enable-sticky-header .st-sizing-container{
height:60px;
}
.enable-sticky-header .st-sizing-container{
min-height:60px;
}
.st-header-social {
display: none!important;
} .banner-heading{
font-size:.5em;
}
.search-banner-results{
font-size:15px;
} .st-card-content{ }
.card-cats ul li{
margin-bottom:11px;
}
.card-name-parent{
margin:15px 0px;
}
.card-name-self{
font-size:26px;
}
.post-type{
width:25px ;
height:25px;
margin-right:8px;
}
.post-type i{
font-size: 14px;
}
.card-cats ul li a{
font-size:.75em;
}
.cs-item{
width:30px ; 
height:30px;
margin-left:0px;
margin-right:1px;
}
.st-one-post-footer{
margin-bottom: 18px;
} .ss-header{
height:80px;
}   
.st-sf-c1-author-textcontent .post-date a{
font-size: 11px;
}
.st-sf-c1-right-slot{
display: none;
}
.st-sf-c1-left-slot{
width:100%;
}
.st-single-textcontent-in{
line-height:1.6;
} .st-single-comments{
padding: 40px 20px;
}
.st-comment-content{
padding-left:5px;
padding-top:5px;
}
.st-comment-header-b{
padding-right:0px
}
.st-comment-buttons{
padding-left:0px;
}
.comment-edit-link{
display:none;
}
.st-comments-pagination .nav-links> a,
.st-comments-pagination .nav-links>span{
width:30px;
height:30px;
}
.st-comment-author-name,
.st-comment-author-name a{
font-size:15px;
}
.st-comments-pagination{
margin-top:30px;
margin-bottom:10px;
}
.st-single-textcontent-in blockquote,
.st-comment-content blockquote{
max-width:100%;
width:100%;
}
.comment-reply-title,
.st-comments-title{
font-size:25px;
}
#comments blockquote{
width:100%;
max-width: 100%;
margin: 0px;
}
.comment-notes{
font-size:14px;
}
.comment-respond{
padding-top:21px;
}
.comment-respond .logged-in-as{
text-align:center;
}
.comment-respond .comment-form-comment{
text-align: center;
}
.comment-respond .form-submit input{
margin-top:35px;
margin-bottom:7px;
}
#cancel-comment-reply-link{
display: block;
margin-top:10px;
color:var(--accend)
}
.st-single-textcontent-in th,
.st-single-textcontent-in td,
section#comments th, section#comments td{
padding:10px;
line-height: 20px;
font-size:14px!important;
}
.form-submit input{
margin:30px auto 20px auto;
} .st-single-sticy-footer{
height:60px;
}
.st-sf-c2-left-slot ,
.st-sf-c2-right-slot{
display: none;
}
.st-sf-c2-center-slot{
width:100%;
}
.st-sf-c1-author-image{
width:45px;
margin-right:10px;
} .logo-404-page{
font-size:3.5em
}
.header-text-404{
font-size:30px;
}
.search-nr-input ,
.search-nr-btn{
width:100%;
box-sizing: border-box;
margin:2px auto;
}
.sch-sh-input::placeholder{
font-size:30px;
}
.sch-sh-input{
width:90%;
font-size:30px;
padding:10px 10px 10px 0px;
}
.header-search-panel button{
right:-7%;
}
.sch-heading-line{
padding: 15px;
}
p.logged-in-as{
margin-top:0px;
margin-bottom: 0px;
}
.widget-content ul li ul{
padding-left:5px;
}
.st-container-slot-b .widget-content{
padding: 20px;
}
}
@media (max-width:400px){
.header-desc{
font-size:13px;
}
.st-header .st-sizing-container{
min-height:60px;
height:60px;
}
.site-logo{
width:40%;
}
.sch-sh-input ,
.header-search-panel button{
padding:8px;
}
.st-banner .st-sizing-container{
padding:100px 0px;
}
.banner-heading{
font-size:.3em;
}
.st-banner-bgcl{
font-size:7em;
}
.sticky-sidebar-self{
width:100%;
}
.sticky-sidebar-self .ss-container{
padding:30px;
}
.mobile-menu{
padding:0px;
}
.st-post-navigation a,
span.page-numbers.dots,
.st-post-navigation >span,
.st-post-navigation span.current{
width:30px;
height:30px;
font-size: 12px
}
.st-post-navigation{
margin:30px auto!important;
} .st-single-textcontent-out{
padding:40px 20px;
} .search-noresult-message{
font-size:26px;
} .st-copyright-block .st-parent-ul >li >a .st-cp-content{
font-size:13px;
} .comment-reply-link,
.comment-edit-link{
font-size:12px;
padding:6px 20px 6px 30px;
}
.comment-reply-link{
padding:7px 15px ;
}
.st-comment-content{
font-size:14px; 
} .sch-sh-input{
font-size:24px;
}
.header-search-panel button{
left:-8.5%;
}
.card-readmore{
padding: 14px 30px;
}
.st-cp-content{
font-size:12px!important
}
.footer-sidebar .s-widget-title{
font-size:1.4em;
}
}.page-template-uptech-main-template .topbar-slot-b a i,
.page-template-uptech-fullscreen-template .topbar-slot-b a i ,
.topbar-slot-b a i{
font-family:fontawesome!important;
font-weight:400!important;         
} .page-template-uptech-landing-template-lh .gn-header-desc-title ,
.page-template-uptech-landing-template-lh .gn-header-desc-desc{
color:white
}
.page-template-uptech-landing-template-lh .gn-header-desc-desc{
opacity:.7;
}
.page-template-uptech-landing-template-lh .st-parent-ul >li.menu-item-has-children::after{
color:white;
opacity:.9;
}
.page-template-uptech-landing-template-lh .st-topbar{
border-color: rgba(255, 255, 255, 0.38)!important;
}
.page-template-uptech-landing-template-lh .wc-head-cart-number{
background:white;
color:#4b4b4b
}
.page-template-uptech-landing-template-lh .wc-head-cart-number{
background:white;
color:#343a5d;
}
.page-template-uptech-landing-template-lh .st-parent-ul >li >a{
color:#fdfdfd;
}
.page-template-uptech-landing-template-lh .st-topbar-item i{
color:white;
}
.page-template-uptech-landing-template-lh .ss-header{background:#0d2867}
.page-template-uptech-landing-template-lh .st-parent-ul >li >a::after{background:#fff;}
.page-template-uptech-landing-template-lh .st-header-search-icon,
.page-template-uptech-landing-template-lh .st-header-sidebar,
.page-template-uptech-landing-template-lh .st-header-cart-icon a{
color:#ffffff;
}
.page-template-uptech-landing-template-lh .st-header-magic-box{
color:#343a5d;
background:white;
opacity:1;
} .page-template-uptech-landing-template-lh .gn-header-desc-desc{
color:white;
opacity:.7;
}
.page-template-uptech-fullscreen-template .st-topbar,
.page-template-uptech-landing-template-lh .st-topbar,
.page-template-uptech-fullscreen-template-dt .st-topbar{
position:absolute;
background:transparent;
z-index:1;
border-color: rgba(255, 255, 255, 0.27);
}
.page-template-uptech-fullscreen-template .st-topbar-item,
.page-template-uptech-landing-template-lh .st-topbar-item{
color: rgb(239, 239, 239);
font-family:poppins;
font-size:13px;
}
.page-template-uptech-fullscreen-template  .topbar-slot-b a,
.page-template-uptech-landing-template-lh .topbar-slot-b a,
.page-template-uptech-fullscreen-template-dt .topbar-slot-b a{
background:transparent;
font-size:17px;
}
.page-template-uptech-fullscreen-template   .topbar-slot-b a:hover,
.page-template-uptech-landing-template-lh .topbar-slot-b a:hover,
.page-template-uptech-fullscreen-template-dt .topbar-slot-b a:hover
{
background:transparent;
opacity:1;
}
.page-template-uptech-landing-template-red .st-header,
.page-template-uptech-fullscreen-template .st-header,
.page-template-uptech-landing-template-lh .st-header,
.page-template-uptech-fullscreen-template-dt .st-header{
position:absolute;
background:transparent;
z-index:1;
}
.page-template-uptech-fullscreen-template .st-topbar ~ .st-header,
.page-template-uptech-landing-template-lh .st-topbar ~ .st-header,
.page-template-uptech-fullscreen-template-dt .st-topbar ~ .st-header {
position:absolute;
top: 50px;
}
.logged-in.page-template-uptech-fullscreen-template .st-topbar ~ .st-header,
.logged-in.page-template-uptech-landing-template-lh .st-topbar ~ .st-header,
.logged-in.page-template-uptech-fullscreen-template-dt .st-topbar ~ .st-header
{
position:absolute;
top:80px; 
}
.logged-in.page-template-uptech-fullscreen-template-dt  .st-header{
top:30px
}
@media (max-width:900px){
.logged-in.page-template-uptech-fullscreen-template .st-topbar ~ .st-header,
.logged-in.page-template-uptech-landing-template-lh .st-topbar ~ .st-header,
.logged-in.page-template-uptech-fullscreen-template-dt .st-topbar ~ .st-header {
top:32px!important;
}
.page-template-uptech-fullscreen-template .st-topbar ~ .st-header,
.page-template-uptech-landing-template-lh .st-topbar ~ .st-header,
.page-template-uptech-fullscreen-template-dt .st-topbar ~ .st-header{
top:0!important;
}
}
.page-template-uptech-fullscreen-template .st-parent-ul >li >a,
.page-template-uptech-fullscreen-template-dt .st-parent-ul >li >a{ 
color:#fff;
font-family:poppins;
font-size:13px;
text-transform:uppercase;
letter-spacing:1px
}
.page-template-uptech-fullscreen-template .st-parent-ul >li.menu-item-has-children::after{
color:white;
opacity:.8;
}
.page-template-uptech-fullscreen-template  .st-header-search-icon,
.page-template-uptech-fullscreen-template .st-header-sidebar,
.page-template-uptech-fullscreen-template .st-header-cart-icon a,
.page-template-uptech-fullscreen-template-dt  .st-header-search-icon,
.page-template-uptech-fullscreen-template-dt .st-header-sidebar,
.page-template-uptech-fullscreen-template-dt .st-header-cart-icon a{
color:#fff;
}
.page-template-uptech-fullscreen-template .st-topbar-item i{
color:#dddddd;
}
.page-template-uptech-fullscreen-template .gn-header-desc-desc{
color:white;
opacity:.7;
} .page-template-uptech-fullscreen-template-dt .gn-header-desc-desc{
color:white;
opacity:.7;
}
.page-template-uptech-fullscreen-template-dt .st-topbar{
background: rgba(23, 28, 33, 0.21);
}
.page-template-uptech-fullscreen-template-dt .st-header{
background: rgba(23, 28, 33, 0.21);
}
.page-template-uptech-fullscreen-template-dt .st-parent-ul >li:hover >a::after{
background:white;
}
.page-template-uptech-fullscreen-template-dt .st-topbar .st-topbar-item{
color: #e5e5e5;
}
.page-template-uptech-fullscreen-template-dt .st-topbar .st-topbar-item i{
color: #efefef;
}
.page-template-uptech-fullscreen-template-dt .st-parent-ul >li.menu-item-has-children::after{
color:white;
opacity:.8;
} .wpcf7 label{
display:block ; 
width:100%;
}
.wpcf7 label select{
-webkit-appearance: none!important; -moz-appearance: none!important; appearance: none!important;
}
.cf7-two-columns input,
.wpcf7 label input , 
.wpcf7 label select,
.wpcf7 label textarea{
display: block;
width: 100%;
padding: 17px;
margin-bottom: 20px;
border: 1px solid #eee;
background: #eee;
border-radius: 2px;
outline: 0;
}
.wpcf7 h1{
font-size: 24px;
color: #404040;
margin-bottom: 15px;
}
.uptech-banner-appointment .wpcf7 h1{
text-align:center;
font-size:22px;
}
.uptech-banner-appointment .wpcf7 p{
text-align:center;
font-size:13px;
color:#696969;
}
.wpcf7 p {
font-size: 14px;
margin-bottom: 20px;
color:#959595;
display:block;
line-height:18px;
}
.wpcf7 input[type='submit']{
padding: 16px 30px;
border-radius: 2px;
background: #281EFF!important;
color: white;
font-family: poppins;
letter-spacing: 2px;
font-weight: 500;
box-shadow:0 7px 12px rgba(0, 0, 0, 0.08);
border: none;
cursor: pointer;
transition:280ms all;
transform:translateY(0px);
}
.wpcf7 input[type='submit']:hover{
transition:380ms all;
transform:translateY(10px);
}
.uptech-banner-appointment .wpcf7 input[type='submit']{
display:block ;
margin: 0 auto;
padding: 16px 55px;
} .cf7-two-columns{
display:flex;
justify-content: space-between;
margin-bottom: 11px;
}
.cf7-two-columns span{
width:47.5%;
}
.cf7-two-columns span input{
width:100%;
}
.uptech-cf-contact input,
.uptech-cf-contact label select,
.uptech-cf-contact label textarea{
margin-bottom:0;
background:#edf1f5!important;
}
.uptech-cf-contact label textarea{
margin-top:-8px;
} .uptech-cf-btn-center .wpcf7 p:last-of-type{
text-align:center!important;
margin-top:30px;
}
.uptech-cf-contact .wpcf7 p:last-of-type{
margin-top:30px;
} .uptech-footer-contact-form .wpcf7 p{
margin-bottom:0!important;
}
.uptech-footer-contact-form .wpcf7 label input,
.uptech-footer-contact-form .wpcf7 label textarea{margin-bottom:10px!important;background:#1d2434;border-radius: 2px;border:none;padding:19px;color:#cecece;font-family:poppins;}
.uptech-footer-contact-form .wpcf7 input[type='submit']{
border-radius: 2px;
padding:19px 65px;
display:block;
} .uptech-footer-contact-form-light .wpcf7 label input , 
.uptech-footer-contact-form-light .wpcf7 label textarea {
margin-bottom:-10px!important;
}
.uptech-footer-contact-form-light  .wpcf7 input[type='submit']{
display :block ;
margin:0 auto!important;
padding: 15px 55px;
background:#8918ff !important;
}
.cf7-center-btn .wpcf7 input[type='submit']{margin:0 auto;} .uptech-element-translate-20{
transition:240ms ease-in;
transform:translateY(0px);
}
.uptech-element-translate-20:hover{
transition:280ms ease-in;
transform:translateY(-20px);
}
.uptech-element-translate-30{
transition:280ms ease-in;
transform:translateY(0px);
} 
.uptech-element-translate-30:hover{
transition:280ms ease-in;
transform:translateY(-30px);
} .uptech-faq-v1 .elementor-tab-title{
}
.uptech-faq-v1 .elementor-accordion-item{
overflow: hidden;
margin-bottom:15px;
}
.uptech-faq-v2 .elementor-tab-title.elementor-active{
border-bottom:1px solid #e7e7e7!important;
}
.uptech-faq-v1-radius .elementor-accordion-item{
overflow:hidden;
border-radius:5px;
margin-bottom:20px;
} .uptech-servicelist .uptech-element-translate-20 > div:last-child{
position:relative;
overflow:hidden;
} 
.uptech-servicelist .uptech-element-translate-20 > div:last-child::after{
content:"";
width:55px;
height:1px;
position:absolute;
bottom:0;
left:0;
background:#ffffff;
transition:340ms all;
}
.uptech-servicelist .uptech-element-translate-20 > div:last-child:hover::after{
content:"";
width:100%;
background:#1f87ff;
transition:340ms all;
}
.uptech-servicelist .uptech-element-translate-20 > div:last-child::before{
content: "";
width: 240px;
height: 240px;
background: rgba(31, 135, 255, 0.02);
position: absolute;
top: 0;
left: 0;
border-radius: 100%;
transform: translate(-80px,-80px);
transition:340ms all;
}
.uptech-servicelist .uptech-element-translate-20 > div:last-child:hover::before{
transition:340ms;
transform:translate(-109px,-100px);
background: rgba(31, 135, 255, 0.064);
}
.uptech-servicelist .uptech-element-translate-20 > div:last-child:hover i{
transition:340ms;
color: #1f87ff!important
} .uptech-pricing-table .uptech-element-translate-20 > div:last-child{
overflow:hidden;
position:relative;
z-index:1;
}
.uptech-pricing-table .uptech-element-translate-20 > div:last-child::after{
content: "";
width: 200px;
height: 200px;
background: rgba(31, 135, 255, 0.02);
top: 40px;
position: absolute;
left: 50%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: -1;
transform: translatex(-50%);
animation: uptech_bounce_animation 6s infinite;
transition:340ms all
}
.uptech-pricing-table .uptech-element-translate-20 > div:last-child:hover::after{
transition:340ms;
background:rgba(31, 135, 255, 0.064);
}
@keyframes uptech_bounce_animation {
0% {
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% { 
border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
}
} .uptech-testimonial-list .uptech-element-translate-20 > div:last-child{
position:relative;
z-index:1;
}
.uptech-testimonial-list .uptech-element-translate-20 > div:last-child::after{
content: "\f10d";
position: absolute;
width: 60px;
height: 60px;
background: white;
display: flex;
align-items: center;
justify-content: center;
font-family: fontawesome;
border-radius: 75% 25% 71% 29% / 30% 68% 32% 70%;
top: -30px;
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10196078431372549);
color: #1f87ff;
transform: rotate(0deg);
transition: 280ms all;
}
.uptech-testimonial-list .uptech-element-translate-20 > div:last-child:hover::after{
transition:300ms;
transform:scale(1.1) rotate(360deg);
}
.uptech-testimonial-list .uptech-element-translate-20 > div:last-child::before{
content: "";
width: 120px;
height: 120px;
background:rgb(245, 250, 255);
top: 30px;
position: absolute;
left: 50%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index: -1;
transform: translatex(-50%);
animation: uptech_bounce_animation 6s infinite;
transition:340ms all
}
.uptech-testimonial-list .uptech-element-translate-20  > div:last-child:hover::before{
transition:340ms;
background:rgba(31, 135, 255, 0.08);
} .uptech-one-progressbar .elementor-widget-container span{
display:block;
margin-bottom:4px;
} .uptech-feature-about:hover i , 
.uptech-feature-about:hover .elementor-heading-title , 
.uptech-feature-about:hover p {
transition:400ms ease-in all;
color:#ffffff!important;
}
.uptech-feature-about:hover  .elementor-view-stacked .elementor-icon{
transition:400ms ; 
background:rgba(242, 248, 255, 0.1607843137254902)!important;
} .banner_loon_effect{
position:relative;
}
.banner_loon_effect::after{
content:"";
width:140%;
height:120%;
background:#b4bcf912;
position:absolute;
top:-10%;
left:-40%;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
z-index:-1;
animation: uptech_bounce_animation 6s infinite;
} 
.banner_image_animation_circle{
animation:bannerimage_translate 6s infinite;
animation-play-state: runnig;
animation-direction: alternate;
}
@keyframes bannerimage_translate{
0%{transform:translateX(-20px)  translateY(-50px)}
}
.banner_circle_effect,
.banner_fancy_effect{
position:relative;
z-index:1;
}
.banner_circle_effect:after,
.banner_fancy_effect_innerelements::after{
content:"";
width:550px;
height:550px;
position:absolute;
top:0;
background:transparent;
border-radius:100%;
border:45px solid #ffffff0f;
z-index:-1;
animation:bannercircle 6s infinite;
animation-play-state: runnig;
animation-direction: alternate;
}
@keyframes bannercircle{
0%{transform:translateX(-100px)}
}
.banner_fancy_effect::after,
.banner_fancy_effect_innerelements::after{
content:"";
width:250px;
height:250px;
position:absolute;
top:0;
background:#ffffff0f;
border-radius:30% 70% 66% 34% / 29% 41% 59% 71%;
z-index:-1;
animation:bannercircle 6s infinite;
animation-play-state: runnig;
animation-direction: alternate;
}
.banner_fancy_effect::before,
.banner_fancy_effect_innerelements::before{
content:"";
width:250px;
height:250px;
position:absolute;
bottom:0;
right:80px;
background:#ffffff00;
border:40px solid #ffffff0f;
border-radius:100%;
z-index:-1;
animation:bannercircle 7s infinite;
animation-play-state: runnig;
animation-direction: alternate;
} 
.banner_fancy_effect_innerelements::before,
.banner_fancy_effect_innerelements::after{
background:#eff3f829;
} .uptech-team-member {
overflow:hidden!important;
z-index:2;
}
.uptech-team-member img {
overflow:hidden!important;
z-index:1;
} .uptech-layem-elem-blue,
.uptech-layem-elem-red,
.uptech-layem-elem-yellow,
.uptech-layem-elem-green{
position:relative;
z-index:2;
overflow:hidden;
}
.uptech-layem-elem-blue .elementor-widget-wrap,
.uptech-layem-elem-red .elementor-widget-wrap ,
.uptech-layem-elem-yellow .elementor-widget-wrap ,
.uptech-layem-elem-green .elementor-widget-wrap {
z-index:2;
}
.uptech-layem-elem-blue::after,
.uptech-layem-elem-red::after,
.uptech-layem-elem-yellow::after,
.uptech-layem-elem-green::after{
content:'';
width:calc(100% - 10px);
height:100%;
position:absolute;
z-index:1;
transition:300ms all;
transform:translateY(-100%);
}
.uptech-layem-elem-blue::after{
background:#1489e8;
}
.uptech-layem-elem-red::after{
background:#f71652;
}
.uptech-layem-elem-yellow::after{
background:#ffbe25;
}
.uptech-layem-elem-green::after{
background:#05ffa7;
}
.uptech-layem-elem-red::after,
.uptech-layem-elem-green::after{
right:0!important;
}
.uptech-layem-elem-blue:hover::after,
.uptech-layem-elem-red:hover::after,
.uptech-layem-elem-yellow:hover::after,
.uptech-layem-elem-green:hover::after{
transition:300ms;
opacity:1;
transform:translateY(0px);
}
.uptech-layem-elem-blue:hover i,
.uptech-layem-elem-red:hover i,
.uptech-layem-elem-green:hover i,
.uptech-layem-elem-yellow:hover i {
color:white;
transition:300ms ease-in;
}
.uptech-layem-elem-blue:hover h2,
.uptech-layem-elem-red:hover h2,
.uptech-layem-elem-green:hover h2,
.uptech-layem-elem-yellow:hover h2{
color:white !important;
}
.uptech-layem-elem-blue:hover p,
.uptech-layem-elem-red:hover p,
.uptech-layem-elem-green:hover p,
.uptech-layem-elem-yellow:hover p{
color:white !important;
} .uptech-one-testimonial {
position:relative;
}
.uptech-one-testimonial::after{
content:"\f10d";
font-family:fontawesome;
width:60px;
height:60px;
background:#ff3a46;
right:40px;
color:white;
top:-30px;
position:absolute;
display:flex;
justify-content:center;
align-items:center;
border-radius: 75% 25% 71% 29% / 30% 68% 32% 70%;
transition:600ms all;
transform:rotateZ(0deg)  scale(1) ;  
box-shadow:0px 0px 7px #d8ffe2;
}
.uptech-one-testimonial:hover::after{
transition:600ms ;
transform:rotateZ(180deg)
} .page-template-uptech-landing-template-red .st-header .st-sizing-container{
min-height:120px;
}
.page-template-uptech-landing-template-red .st-header-magic-box,
.page-template-uptech-landing-template-red .ss-header,
.page-template-uptech-landing-template-red .st-parent-ul >li:hover >a::after,
.page-template-uptech-landing-template-red .st-parent-ul .sub-menu li::before,
.page-template-uptech-landing-template-red .wc-head-cart-number{
background:#ff3946;
}
.page-template-uptech-landing-template-red .st-parent-ul >li:hover >a,
.page-template-uptech-landing-template-red .gn-header-desc-title,
.page-template-uptech-landing-template-red .footer-sidebar .widget-content ul li a:hover,
.page-template-uptech-landing-template-red .st-parent-ul .sub-menu li:hover >a,
.page-template-uptech-landing-template-red .st-parent-ul >li.menu-item-has-children:hover::after,
.page-template-uptech-landing-template-red .close-searchpanel:hover:before{
color:#ff3946;
}
.uptech-number-lefttext .elementor-counter-number-prefix{
display:none;
}
.uptech-number-lefttext .elementor-counter-title{
text-align:left!important;
}
.page-template-uptech-landing-template-lh .st-header .st-sizing-container{
min-height:120px
}
.uptech-mobile-background-loon-blue{
position:relative;
z-index:1;
}
.uptech-mobile-background-loon-blue::after,
.uptech-mobile-background-loon-orange::after{
content:"";
width:500px;
height:100%;
background:#ff7648;
position:absolute;
z-index:-1;
top:0;
left:0;
display:block;
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
animation:uptech_bounce_animation 7s infinite;
}
.uptech-mobile-background-loon-blue::after,
.uptech-mobile-background-loon-orange::after{
}
.uptech-mobile-background-loon-blue::after{
background:#2777d00d;
}
@keyframes uptech_bounce_animation {
0% {
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% { 
border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
}
} .uptech-one-feature-main{
transition:400ms all;
animation:featurebox_anim_main_back 650ms ;
}
.uptech-one-feature-main:hover{
animation:featurebox_anim_main 750ms ;
transform:scale(1.04);
}
@keyframes featurebox_anim_main{
0%{   transform:perspective(900px) rotateX(15deg) scale(1);}
50%{   transform:perspective(900px) rotateX(-15deg) scale(1.01) ;}
100%{   transform:perspective(900px) rotateX(0deg) scale(1.04) ;}
}
@keyframes featurebox_anim_main_back{
0%{   transform:perspective(900px) rotateX(-10deg) scale(1.07) ;}
50%{   transform:perspective(900px) rotateX(15deg) scale(1.03) ;}
100%{   transform:perspective(900px) rotateX(0deg) scale(1);}
}
.uptech_innertext_block{
display:block;
margin: 0 auto;
}
.bordtest {
border-radius: 34% 56% 70% 30% / 49% 30% 60% 51%
;	
}
.uptech-faq-border .elementor-accordion-item{
border-radius:5px;
}
.page-template-uptech-landing-template-red .double-bounce1,
.page-template-uptech-landing-template-red .double-bounce2{
background:#ff424e!important;
opacity: 0.8;
} .uptech-team-member .elementor-social-icons-wrapper{
transition:280ms;
transform:translateY(-110px);
opacity:0;
visibility:hidden;
}
.uptech-team-member:hover .elementor-social-icons-wrapper{
transition:340ms ease-in-out;
transform:translateY(-170px);
opacity:1;
visibility:visible;
} .image_background_circle_gray,
.textb_background_circle_double{
z-index:1;
}
.image_background_circle_gray::after{
content:'';
width:430px;
height:430px;
background:transparent;
position:absolute;
top:0;
left:0;
z-index:-1;
border-radius:100%;
border:50px solid #281eff;
animation:bannerimage_translate 4s infinite;
animation-play-state: runnig;
animation-direction: alternate;
}
.textb_background_circle_double::after,
.textb_background_circle_double::before{
content:'';
width:700px;
height:700px;
background:transparent;
position:absolute;
top:5%;
right:-40%;
z-index:-1;
border-radius:100%;
border:2px solid #f5f5f5;
animation:bannerimage_translate 6s infinite;
animation-play-state: runnig;
animation-direction: alternate;
}
.textb_background_circle_double::before{
width:600px!important;
height:600px!important;
right:-10%;
animation:bannerimage_translate 4s infinite;
animation-play-state: runnig;
animation-direction: alternate;
}
.uptech-arrow-top-bottom-anim{
transform :translateY(0px) ;
animation : upth_arrow_bottomtop_anim 2s infinite;
animation-play-state: runnig;
animation-direction: alternate;
}
@keyframes upth_arrow_bottomtop_anim{
0% {  transform :translateY(80px) scale(1) ; }
50% {  transform :translateY( 0px) scale(1.1) ; }
750% {  transform :translateY( 0px) scale(1.1) ; }
}
.page-template-uptech-fullscreen-template-dt .st-header-magic-box{
padding:17px 30px;
border-radius:2px;
background:rgba(255, 255, 255, 0.18823529411764706);
box-shadow:0px 10px 10px #0707073d;
}
.page-template-uptech-fullscreen-template-dt .st-header-magic-box:hover{
transition:200ms ease-in;
color:#2e2e2e;
background:#fff;
box-shadow:0px 10px 10px #0707073d;
} .uptech-one-feature-main-v2,
.uptech-one-feature-main-v2 .elementor-column-wrap,
.uptech-one-feature-main-v2-purple .elementor-column-wrap,
.uptech-one-feature-main-v2-blue .elementor-column-wrap{
position:relative;
overflow:hidden;
}
.uptech-one-feature-main-v2::after,
.uptech-one-feature-main-v2-purple:after,
.uptech-one-feature-main-v2-blue:after{
content:"";
width:35px;
height:35px;
background:#ff8d6a;
display:block;
position:absolute;
top:0;
left:0;
border-radius:100%;
transform:translate3d(31px,37px,0) scale(1); 
z-index:2; 
transition:400ms all;
}
.uptech-one-feature-main-v2-purple::after{
background:#c38aff
}
.uptech-one-feature-main-v2-blue::after{
background:#68a4ff
}
.uptech-one-feature-main-v2:hover::after,
.uptech-one-feature-main-v2-purple:hover::after,
.uptech-one-feature-main-v2-blue:hover::after{
transition:500ms all;
transform:translate3d(38px,46px,0) scale(1.2);  
}
.uptech-one-feature-main-v2 .elementor-column-wrap::before,
.uptech-one-feature-main-v2-purple .elementor-column-wrap::before,
.uptech-one-feature-main-v2-blue .elementor-column-wrap::before,
.feature_box_v2 .elementor-column-wrap::after,
.feature_box_v2 .elementor-column-wrap::before{
content:"";
width:35px;
height:35px;
background:#f8f8f86b;
display:block;
position:absolute;
bottom:0;
right:0;
z-index:1;
border-radius:100%;
transform:translate(-31px,-37px) scale(1);  
transition:300ms all;
}
.uptech-one-feature-main-v2 .elementor-column-wrap:hover::before,
.feature_box_v2 .elementor-column-wrap:hover::after,
.uptech-one-feature-main-v2-purple .elementor-column-wrap:hover::before,
.uptech-one-feature-main-v2-blue .elementor-column-wrap:hover::before{
transition:600ms all;
transform:translate(-41px,-47px) scale(11);  
opacity:1;
}
.feature_box_v2 .elementor-column-wrap::before{
background:#fdfdff0a;
opacity:0;
}
.feature_box_v2 .elementor-column-wrap:hover::before{
transition:600ms all;
transform:translate(-41px,-47px) scale(7);  
opacity:1;
} .feature_box_v2 .elementor-column-wrap{
position:relative;
overflow:hidden;
}
.feature_box_v2 .elementor-column-wrap::after{
content:"";
position:absolute;
background:#ffffff12;
opacity:0;
transition:300ms all;
}
.feature_box_v2 .elementor-icon{
transition:300ms all;
transform:scale(1) rotate(0deg);
}
.feature_box_v2:hover .elementor-icon{
transition:600ms all;
transform:scale(1.2) rotate(360deg);
}@font-face{font-family:'fontawesome';src:url(//rmsglobalcorp.com/wp-content/themes/uptech/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'themify';
src:url(//rmsglobalcorp.com/wp-content/themes/uptech/assets/fonts/themify.ttf?-fvbane) format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}