.navigation {
width: 100%;
height: 80px;
display: table;
position: relative;
font-family: inherit;
background-color: #3484b4; }
.navigation-fixed-wrapper{
background-color: #3484b4;  z-index: 2;
position: relative;
}
@media (max-width: 991px) {
.navigation {
padding: 15px 0px;
}
}
.navigation * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
height: 48px;
}
.navigation-fixed-wrapper {
width: 100%;
left: 0;
z-index: 19998; padding-top: 6px;
}
.navigation-fixed-wrapper.fixed {
position: fixed !important;
-webkit-animation: fade .50s;
animation: fade .50s;
}
@keyframes fade {
from {
opacity: 0.999;
}
to {
opacity: 1;
}
}
.navigation-fixed-wrapper .navigation {
margin-right: auto;
margin-left: auto;
}
.navigation-fixed-placeholder {
width: 100%;
display: none;
}
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
display: block;
}
.navigation-hidden {
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
position: absolute;
top: -9999px;
}
.align-to-right {
float: right;
}
.nav-header {
float: left;
}
.nav-header-center{
float: none;
text-align: center;
display: block;
}
.navigation-hidden .nav-header {
display: none;
}
.nav-brand { padding: 0px 15px 0px 0px;
color: #70798b;
font-size: 24px;
text-decoration: none !important;
}
@media (max-width: 991px) {
.nav-brand {
padding: 0px 15px;
}
}
.nav-brand:hover, .nav-brand:focus {
color: #70798b;
}
.navigation-portrait .nav-brand {
font-size: 18px;
line-height: 48px;
}
.nav-logo > img {
height: 48px;
margin: 11px auto;
padding: 0 15px;
float: left;
}
.nav-logo:focus > img {
outline: initial;
}
.navigation-portrait .nav-logo > img {
height: 36px;
margin: 6px auto 6px 15px;
padding: 0;
}
.nav-toggle {
width: 30px;
height: 30px;
padding: 6px 2px 0;
position: absolute;
top: 50%;
margin-top: -14px;
right: 15px;
display: none;
cursor: pointer;
}
.nav-toggle:before {
content: "";
position: absolute;
width: 24px;
height: 2px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
.navigation-portrait .nav-toggle {
display: block;
}
.navigation-portrait .nav-menus-wrapper {
width: 320px;
height: 100%;
top: 0;
left: -400px;
position: fixed;
background-color: #296e98;
z-index: 999999;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition-duration: .8s;
transition-duration: .8s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
left: auto;
right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
left: auto;
right: 0;
}
.nav-menus-wrapper-close-button {
width: 30px;
height: 40px;
margin: 10px 7px;
display: none;
float: right;
color: #70798b;
font-size: 26px;
cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
display: block;
}
.nav-menu {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
font-size: 0;
}
.navigation-portrait .nav-menu {
width: 100%;
}
.nav-menu.nav-menu-centered {
text-align: center;
}
.nav-menu.nav-menu-centered > li {
float: none;
}
.nav-menu > li {
display: inline-block;
float: left;
text-align: left;
}
.navigation-portrait .nav-menu > li {
width: 100%;
position: relative;
border-top: solid 1px #f7f7f7;
}
.navigation-portrait .nav-menu > li:last-child {
border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
border-top: none;
}
.nav-menu > li > a {
height: 80px;
padding: 32px 16px 0px 16px;
display: inline-block;
position: relative;
text-decoration: none;
font-size: 1.100rem;
font-weight: 400; color: #fff;
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s;
}
.nav-menu > li > a:hover {
height: 80px;
padding: 32px 16px 0px 16px;
display: inline-block;
position: relative;
text-decoration: none;
font-size: 1.100rem;
font-weight: 400; color: #ff9b5e !important;
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
width: 100%;
height: auto;
padding: 12px 15px 12px 26px;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
width: 18px;
height: 16px;
line-height: 16px;
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
width: 16px;
display: inline-block;
-webkit-transform: scale(1.8);
-ms-transform: scale(1.8);
transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
width: 100%;
text-align: center;
}
.nav-menu.nav-menu-social > li {
text-align: center;
float: none;
border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
padding: 15px;
}
.submenu-indicator {
margin-left: 7px;
margin-top: 7px;
float: right;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-portrait .submenu-indicator {
width: 54px;
height: 44px;
margin-top: 0;
position: absolute;
top: 0;
right: 0;
text-align: center;
z-index: 20000;
}
.submenu-indicator-chevron {
height: 7px;
width: 7px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
border-color: transparent #fff #fff transparent;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border 0.3s;
transition: border 0.3s;
}
.navigation-portrait .submenu-indicator-chevron {
position: absolute;
top: 18px;
left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.nav-overlay-panel {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: none;
z-index: 99999;
}
.no-scroll {
touch-action: none;
overflow-x: hidden;
} .nav-search {
height: 70px;
float: right;
z-index: 19998;
}
.navigation-portrait .nav-search {
height: 48px;
padding: 0 10px;
margin-right: 52px;
}
.navigation-hidden .nav-search {
display: none;
}
.nav-search-button {
width: 40px;
height: 70px;
line-height: 70px;
text-align: center;
cursor: pointer;
background-color: transparent;
margin-top: 3px;
} .nav-search-button i{
font-size: 15px;
font-weight: 600;
}
@media (max-width: 991px) {
.nav-search-button{
margin-top: 0px;
width: 25px !important;
height: 50px;
padding-top: 3px;
}
.nav-search-button i{
font-size: 17px;
font-weight: 600;
}   
.nav-search-inner input{
margin-top: 15px !important;
}
.nav-search-close-button{
top: 25px !important; 
}
}
.navigation-portrait .nav-search-button {
width: 50px;
height: 48px;
line-height: 46px;
font-size: 22px;
}
.nav-search-icon {
width: 14px;
height: 14px;
margin: 2px 8px 8px 4px;
display: inline-block;
vertical-align: middle;
position: relative;
color: #70798b;
text-align: left;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.nav-search-icon:after, .nav-search-icon:before {
content: '';
pointer-events: none;
}
.nav-search-icon:before {
width: 2px;
height: 11px;
top: 11px;
position: absolute;
left: 50%;
border-radius: 0 0 1px 1px;
box-shadow: inset 0 0 0 32px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.nav-search > form {
width: 100%;
height: 100%;
padding: 0 auto;
display: none;
position: absolute;
left: 0;
top: 0;
background-color: #ffffff;
z-index: 99;
}
.nav-search-inner {
width: 70%;
height: 85px;
margin: auto;
display: table;
}
.navigation-portrait .nav-search-inner {
height: 48px;
}
.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
height: 85px;
width: 100%;
margin: 0;
padding: 0 12px;
font-size: 26px;
text-align: center;
color: #70798b;
outline: none;
line-height: 70px;
border: none;
background-color: transparent;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
height: 48px;
font-size: 18px;
line-height: 48px;
}
.nav-search-close-button {
width: 28px;
height: 28px;
display: block;
position: absolute;
right: 20px;
top: 30px;
line-height: normal;
color: #222;
font-size: 20px;
cursor: pointer;
text-align: center;
outline: none;
}
.navigation-portrait .nav-search-close-button {
top: 10px;
right: 14px;
}
.nav-button:hover, .nav-button:focus {
color: #fff;
text-decoration: none;
opacity: 0.85;
}
.navigation-portrait .nav-button {
width: calc(100% - 52px);
margin: 17px 26px;
} .nav-text {
margin: 25px 15px;
display: inline-block;
color: #70798b;
font-size: 14px;
}
.navigation-portrait .nav-text {
width: calc(100% - 52px);
margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
margin-top: 15px;
} .nav-dropdown {
min-width: 200px;
margin: 0;
padding: 0;
display: none;
position: absolute;
list-style: none;
z-index: 98;
white-space: nowrap;
-webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
box-shadow: 0 6px 50px rgba(0,0,0,.04);
}
.navigation-portrait .nav-dropdown {
width: 100%;
position: static;
left: 0;
}
.nav-dropdown .nav-dropdown {
left: 100%;
}
.nav-menu > li > .nav-dropdown { }
.nav-dropdown > li {
width: 100%;
float: left;
clear: both;
position: relative;
text-align: left;
}
.nav-dropdown > li > a {
width: 100%; padding: 9px 24px 3px 18px;
display: inline-block;
text-decoration: none;
float: left;
font-size: 0.9rem;
font-weight: 400;
color: #fff;
background-color: #3484b4;
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li > a:hover {
width: 100%; padding: 9px 24px 3px 18px;
display: inline-block;
text-decoration: none;
float: left;
font-size: 0.9rem;
font-weight: 400;
color: #ff9b5e !important;
background-color: #3484b4;
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li:hover > ul.nav-dropdown {display: block !important;}
.nav-dropdown.nav-dropdown-left {
right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
left: auto;
right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
right: 15px;
top: 9px;
position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
right: 0;
top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} .nav-dropdown-horizontal {
width: 100%;
left: 0;
background-color: #fdfdfd;
border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
width: 100%;
top: 100%;
left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
border-top: none;
}
.nav-dropdown-horizontal > li {
width: auto;
clear: none;
position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
width: 100%;
}
.nav-dropdown-horizontal > li > a {
position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
height: 18px;
top: 11px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
height: 42px;
top: 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
} .megamenu-panel {
width: 100%;
padding: 15px;
display: none;
position: absolute;
font-size: 14px;
z-index: 98;
text-align: left;
color: inherit;
border-top: solid 1px #f7f7f7;
-webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
box-shadow: 0 6px 50px rgba(0,0,0,.04);
background-color: #fff;
}
.navigation-portrait .megamenu-panel {
padding: 25px;
position: static;
display: block;
}
.megamenu-panel [class*="container"] {
width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
padding: 0;
}
.megamenu-panel-half {
width: 50%;
}
.megamenu-panel-quarter {
width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
width: 100%;
} .megamenu-panel-row {
width: 100%;
}
.megamenu-panel-row:before, .megamenu-panel-row:after {
display: table;
content: "";
line-height: 0;
}
.megamenu-panel-row:after {
clear: both;
}
.megamenu-panel-row [class*="col-"] {
display: block;
min-height: 20px;
float: left;
margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
float: none;
display: block;
width: 100% !important;
margin-left: 0;
margin-top: 15px;
}
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
margin-top: 0;
}
.megamenu-panel-row .col-1 {
width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
width: 22.75%;
}
.megamenu-panel-row .col-4 {
width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
width: 48.5%;
}
.megamenu-panel-row .col-7 {
width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
width: 74.25%;
}
.megamenu-panel-row .col-10 {
width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
width: 100%;
} .megamenu-tabs {
width: 100%;
float: left;
display: block;
}
.megamenu-tabs-nav {
width: 20%;
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
width: 100%;
}
.megamenu-tabs-nav > li > a {
width: 100%;
padding: 10px 16px;
float: left;
font-size: 13px;
text-decoration: none;
color: #70798b;
border: solid 1px #eff0f2;
outline: 0;
background-color: #ffffff;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
background-color: #f5f5f5;
}
.megamenu-tabs-pane {
width: 80%;
min-height: 30px;
padding: 20px;
float: right;
display: none;
opacity: 0;
font-size: 13px;
color: #70798b;
border: solid 1px #eff0f2;
background-color: #ffffff;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.megamenu-tabs-pane.active {
display: block;
opacity: 1;
}
.navigation-portrait .megamenu-tabs-pane {
width: 100%;
} .megamenu-lists {
width: 100%;
display: table;
} .megamenu-list {
width: 100%;
margin: 0 0 15px;
padding: 0;
display: inline-block;
float: left;
list-style: none;
}
.megamenu-list:last-child {
margin: 0;
border: none;
}
.navigation-landscape .megamenu-list {
margin: -15px 0;
padding: 20px 0;
border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
border: none;
}
.megamenu-list > li > a {
width: 100%;
padding: 10px 15px;
display: inline-block;
color: #70798b;
text-decoration: none;
font-size: 12px;
font-weight: 500;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.megamenu-list > li.megamenu-list-title > a {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
opacity: 0.8;
color: #222;
}
.megamenu-list > li.megamenu-list-title > a:hover {
opacity: 1;
background-color: transparent;
}
.navigation-landscape .list-col-2 {
width: 50%;
}
.navigation-landscape .list-col-3 {
width: 33%;
}
.navigation-landscape .list-col-4 {
width: 25%;
} @media (min-width: 991px) {
#nav-transparent{
height: 0px !important; 
}
#nav-transparent .navigation{
width: 100%;
height: 80px;
display: table;
position: relative;
font-family: inherit;
background-color: transparent;
padding-top: 9px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;     
}
#nav-transparent .navigation-fixed-wrapper{
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, .1);
box-shadow: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;     
} #nav-transparent .nav-menu > li > a {
height: 80px;
padding: 26px 16px 0px 16px;
display: inline-block;
position: relative;
text-decoration: none;
font-size: 13px;
font-weight: 600;
color: #fff;
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s;
}
#nav-transparent .navigation-portrait .nav-menu > li > a {
width: 100%;
height: auto;
padding: 12px 15px 12px 26px;
}
#nav-transparent .submenu-indicator-chevron {
border-color: transparent #fff #fff transparent;
-webkit-transition: border 0.3s;
transition: border 0.3s;
}
#nav-transparent .nav-dropdown .submenu-indicator-chevron {
border-color: transparent #70798b #70798b transparent;
-webkit-transition: border 0.3s;
transition: border 0.3s;
}  
#nav-transparent .nav-search-button i{
font-size: 15px;
font-weight: 600;
color: #fff;
}
@media (max-width: 991px) {
#nav-transparent .nav-search-button{
margin-top: 0px;
}
#nav-transparent .nav-search-button i{
font-size: 17px;
font-weight: 600;
}   
} #nav-transparent .nav-white-bg{
background: #fff;
border-bottom: 1px solid #eee;
box-shadow: 0 0 65px rgba(0,0,0,.09);    
}
#nav-transparent .nav-white-bg{
background: #fff;
}  
#nav-transparent .nav-white-bg .nav-menu > li > a {
height: 80px;
padding: 26px 16px 0px 16px;
display: inline-block;
position: relative;
text-decoration: none;
font-size: 13px;
font-weight: 600;
color: #222;
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s;
}  
#nav-transparent .nav-white-bg .submenu-indicator-chevron {
border-color: transparent #222 #222 transparent;
-webkit-transition: border 0.3s;
transition: border 0.3s;
}
#nav-transparent .nav-white-bg .nav-search-button i{
font-size: 15px;
font-weight: 600;
color: #222;
} 
#main_logo{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;   
}
#light_logo{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;   
}  
} .push-content{
margin-left: 300px;
}
@media screen and (max-width: 991px) {
.push-content{
margin-left: 0px;
}   
}
#navigation-push .navigation{
z-index: 999;
}
#navigation-push .navigation-portrait .nav-menus-wrapper{
width: 300px;
max-width: 100%;
}
#navigation-push .navigation-portrait .nav-menu > li > a {
width: 100%;
height: auto;
padding: 16px 15px 16px 26px;
}
#navigation-push .nav-menus-wrapper{
-webkit-box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
}
#navigation-push .nav-menu{
padding-bottom: 30px;
}
#navigation-push .nav-brand img{
margin: 40px 0px;
}
#navigation-push .nav-menus-wrapper::-webkit-scrollbar {
width: 4px;
}
#navigation-push .nav-menus-wrapper::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
border-radius: 0px;
}
#navigation-push .nav-menus-wrapper::-webkit-scrollbar-thumb {
border-radius: 0px;
-webkit-box-shadow: inset 6px 6px 6px rgba(0,0,0,0.3); 
}
#navigation-push .btn-show{
font-size: 25px;
color: #70798b;
margin-top: 6px;
}
#navigation-push .small-size-header{
padding: 15px 0px;
text-align: right;
} .container{
max-width: 1200px;
}
html, body {
font-family: Poppins;
color: #1c303e;
height: 100%;
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Poppins;
color: #565656;
line-height: 1.3;
margin: 0px;
}
h1,
h2,
h3,
h4 {
font-weight: 700;
}
h5,
h6 {
font-weight: 600;
}
img{
max-width: 100%;
height: auto;
-webkit-transition-duration: .3s;
transition-duration: .3s;		
}
a{
color: #336f9d;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
a:active, a:hover, a:focus {
outline: 0 none;
text-decoration: none;
}
button{
cursor: pointer;
background: none;
outline: 0 none !important;
border: none;
}
iframe{
border: 0px;
}
input, textarea{
outline: none;
max-width: 100%;
}
p{
font-size: 16px;
line-height: 1.7;
font-weight: 400 !important;
margin-bottom: 0px;
letter-spacing: 0px;
color: #565656 !important;
}
::-moz-selection {
background: #222;
color: #fff;
text-shadow: none;
}
::selection {
background: #222;
color: #fff;
text-shadow: none;
} .left-holder{
text-align: left !important;
}
.right-holder{
text-align: right !important;
}
.center-holder{
text-align: center !important;
}
@media screen and (max-width:767px) {
.text-center-xs{
text-align: center !important;
}
.center-holder-xs{
text-align: center !important;
}
}
@media screen and (max-width:991px) {
.text-center-sm{
text-align: center !important;
}
}
.vertical-middle{
vertical-align: middle;
}
.vertical-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
@media (max-width: 991px) {
.vertical-center{
display: block;
}
} .modal {
text-align: center;
padding: 0!important;
border-radius: 10px;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
border-radius: 10px;  
z-index: 1;
}
.modal-dialog {
width: 100%;
display: inline-block;
text-align: left;
vertical-align: middle;
z-index: 1;
}
@media screen and (max-width:767px) {
.modal:before {
content: '';
display: inline-block;
height: 0%;
width: 100%;
vertical-align: middle;
margin-right: -4px;
border-radius: 10px;  
z-index: 1;
}
}
.modal-backdrop.show {
opacity: .8;
z-index: 2;
}  .ml-0{
margin-left: 0px !important;
}
.ml-15{
margin-left: 15px;
} .mt-0 { margin-top: 0 !important}
.mt-1 { margin-top: 1px}
.mt-2 { margin-top: 2px}
.mt-3 { margin-top: 3px}
.mt-3 { margin-top: 4px}
.mt-5 { margin-top: 5px !important}
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px !important;}
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-125 { margin-top: 125px }
.mt-130 { margin-top: 130px }
.mt-135 { margin-top: 135px }
.mt-140 { margin-top: 140px }
.mt-145 { margin-top: 145px }
.mt-150 { margin-top: 150px }
.mt--15{
margin-top: -15px;
}
.margin-minus-120{
margin-top: -120px;
}
@media screen and (max-width:767px) {
.margin-minus-120{
margin-top: 0px;
}
}
@media screen and (max-width:767px) {
.mt-0-xs{
margin-top: 0px !important;
} 
}
.mt-15-xs{
margin-top: 0px;
}
@media screen and (max-width:767px) {
.mt-15-xs{
margin-top: 15px;
} 
}
.mt-30-xs{
margin-top: 0px;
}
@media screen and (max-width:767px) {
.mt-30-xs{
margin-top: 30px;
} 
}
@media screen and (max-width:767px) {
.mt-35-xs{
margin-top: 35px;
} 
}
.mt-60-md{
margin-top: 60px;
}
@media screen and (max-width:991px) {
.mt-60-md{
margin-top: 0px;
}
} .mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-95 { margin-bottom: 95px }
.mb-100 { margin-bottom: 100px }
.mb-105 { margin-bottom: 105px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-125 { margin-bottom: 125px }
.mb-130 { margin-bottom: 130px }
.mb-135 { margin-bottom: 135px }
.mb-140 { margin-bottom: 140px }
.mb-145 { margin-bottom: 145px }
.mb-150 { margin-bottom: 150px }
.mb-15-xs{
margin-bottom: 0px;
}
@media screen and (max-width:767px) {
.mb-15-xs{
margin-bottom: 15px;
} 
} .mr-20-md{
margin-right: 20px;
}
@media screen and (max-width:767px) {
.mr-30-md{
margin-right: 0px;
} 
} .no-padding{
padding: 0px !important;
}
.pb-0{
padding-bottom: 0px !important;
}
.pt-0{
padding-top: 0px !important;
}
.pl-0{
padding-left: 0px;
}
.pl-0-md{
padding-left: 0px;
}
@media screen and (max-width:991px) {
.pl-0-md{
padding-left: 15px;
}
}
.pr-0{
padding-right: 0px;
}
.p-15{
padding: 15px;
}
.pl-15-md{
padding-left: 15px; 
}
@media screen and (max-width:991px) {
.pl-15-md{
padding-left: 0px; 
}
}
.pl-30-md{
padding-left: 30px; 
}
@media screen and (max-width:991px) {
.pl-30-md{
padding-left: 0px; 
}
}
.pl-45-md{
padding-left: 45px; 
}
@media screen and (max-width:991px) {
.pl-45-md{
padding-left: 0px; 
}
}
.pl-75-md{
padding-left: 75px; 
}
@media screen and (max-width:991px) {
.pl-75-md{
padding-left: 0px; 
}
}
.pr-30-md{
padding-right: 30px; 
}
@media screen and (max-width:991px) {
.pr-30-md{
padding-right: 0px; 
}
}
.pr-45-md{
padding-right: 45px; 
}
@media screen and (max-width:991px) {
.pr-45-md{
padding-right: 0px; 
}
}
.pr-75-md{
padding-right: 75px; 
}
@media screen and (max-width:991px) {
.pr-75-md{
padding-right: 0px; 
}
}
.padding-3-perc {
padding: 3%;
}
.padding-5-perc {
padding: 5%;
}
.padding-10-perc {
padding: 10%;
}
@media screen and (max-width:776px) {
.padding-10-perc {
padding: 70px 15px;
}
}
.inner-5{
padding: 5px;
}
.inner-10{
padding: 10px;
}
.inner-15{
padding: 15px;
}
.inner-30{
padding: 30px;
}
.inner-40{
padding: 40px;
}
@media screen and (max-width: 767px) {
.inner-40{
padding: 30px;
}
}
.inner-45{
padding: 45px;
}
@media screen and (max-width: 767px) {
.inner-45{
padding: 30px;
}
} .background-center{
background-position: center !important;
}
.background-left{
background-position: left !important;
}
.background-right{
background-position: right !important;
}
.background-no-repeat{
background-repeat: no-repeat;
}
.background-contain{
background-size: contain;
}
.background-cover{
background-size: cover;
}
.full-background{
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.background-offset{
width: 100%;
height: 100%;
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}
.background-80{
background-size: 80%;
background-repeat: no-repeat;
background-position: center;
}
.background-70{
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
.background-60{
background-size: 60%;
background-repeat: no-repeat;
background-position: center;
}
.background-50{
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
}
.background-40{
background-size: 40%;
background-repeat: no-repeat;
background-position: center;
}
.background-30{
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
} .clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }/*\*/* html .clearfix { height: 1%; }
.clearfix { display: block; }/**/ .overflow-hidden{
overflow: hidden;
}
.display-b{
display: block;
} .invisible {
visibility: hidden !important; }
.hidden-xs-up {
display: none !important; }
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important; } }
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important; } }
@media (max-width: 767px) {
.hidden-sm-down {
display: none !important; } }
@media (min-width: 768px) {
.hidden-md-up {
display: none !important; } }
@media (max-width: 991px) {
.hidden-md-down {
display: none !important; } }
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important; } }
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important; } }
.hidden-xl-down {
display: none !important; }
@media (max-width: 767px) {
.reverse-xs {
flex-direction: column-reverse;
}
}
.z-index-9{
z-index: 9;
}
.z-index-99{
z-index: 99; 
}
.z-index-999{
z-index: 999;
} #style-switcher {
left: -180px;
position: fixed;
top: 250px;
width: 180px;
z-index: 9999;
background: #fff;
border-radius: 0 0 3px;
box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
-webkit-transition-duration: .7s;
transition-duration: .7s;
}
#style-switcher div {
padding: 5px 10px;
}
#style-switcher h2 {
color: #222;
font-size: 15px;
font-weight: 600;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding: 15px 0px 7px 0px;
text-align: center;
}
#style-switcher.opened{
left: 0px;
}
#style-switcher h2 a {
background: #222;
border-radius: 0px 3px 3px 0px;
display: block;
height: 40px;
position: absolute;
right: -40px;
top: 0;
width: 40px;
}
#style-switcher h2 a i {
color: #fff;
font-size: 17px;
left: 11px;
position: absolute;
top: 11px;
}
.colors {
padding-left: 7px;
}
.colors {
list-style: none;
margin: 0px 0px 10px 0px;
overflow: hidden;
}
.colors li {
float: left;
}
.colors li a {
cursor: pointer;
display: block;
height: 30px;
margin: 7px 9px;
width: 30px;
border-radius: 30px;
}
.style1 {
background: #46bfe2;
}
.style2 {
background: #d21825;
}
.style3 {
background: #0570fb;
}
.style4 {
background: #94c727;
}
.style5 {
background: #f35007;
}
.style6 {
background: #26b575;
}
.max-width800 {max-width: 800px !important;}
.announcement_wrap
{
background: #f3f4f6; 
padding: 10px; 
overflow: hidden; 
transition: all 0.2s ease-in-out 0s; 
height: auto;
}
.announcement_wrap .fontsize-14 {
font-size:13px; 
color:#3484b4; 
font-weight:bold;  
}
.announcement_wrap .blue_text {
font-size:13px; 
color:#3484b4; 
font-weight:bold; 
}
.announcement_wrap .announcement_btn, .announcement_wrap .announcement_btn:hover {
font-size: 15px;
font-weight: 500;
border-style: solid;
border-radius: 8px;
border-color: transparent;
border: 1px solid transparent;
padding: 6px 12px;
text-align: center;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
letter-spacing: 0;
color: #fff !important;
background: #f0823e;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.announcement_wrap {
display:block;
}
.clients_logo_wrap {
margin:0 auto; 
display: flex;
align-items: center;
}
.clients_logo_wrap .item {
display: inline-block;
text-align: center;
padding:15px;
}
.announcement_wrap {
display: none !important;
} @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900"); .section-block{
position: relative;
background-color: #fff;
padding: 45px 0px 45px 0px;
overflow: hidden;
}
@media (max-width: 767px){
.section-block{
padding: 60px 0px 60px 0px;
}
}
.section-block-grey{
position: relative;
padding: 80px 0px 80px 0px;
background-color: #fafafa;
}
@media (max-width: 767px){
.section-block-grey{
padding: 60px 0px 60px 0px;
}
}
.section-block-greyer{
position: relative;
padding: 80px 0px 80px 0px;
background-color: #f5f5f5;
}
@media (max-width: 767px){
.section-block-greyer{
padding: 60px 0px 60px 0px;
}
}
.section-block-dark{
position: relative;
padding: 80px 0px 80px 0px;
background-color: #222;
}
@media (max-width: 767px){
.section-block-dark{
padding: 60px 0px 60px 0px;
}
}
.section-block-parallax{
position: relative;
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
padding: 90px 0px 90px 0px;
}
@media (max-width: 767px){
.section-block-parallax{
padding: 60px 0px 60px 0px;
}
}
.section-block-bg{
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 80px 0px 80px 0px;
}
@media (max-width: 767px){
.section-block-bg{
padding: 60px 0px 60px 0px;
}
}
.section-lg{
padding: 100px 0px 100px 0px;
}
.section-md{
padding: 90px 0px 90px 0px;
}
.section-sm{
padding: 18px 0px 18px 0px;
}
.section-xs{
padding: 45px 0px 45px 0px;
}
.jarallax{
position: relative;
}
.jarallax > .jarallax-img{
position: absolute;
object-fit: cover;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.video-section{
position: relative;
}
.video-content{
position: relative;
padding: 90px 0px 90px 0px;
}
.full-screen{
position: relative;
background-position: center;
width: 100%;
height: 100%;
background-size: cover;
}
.block-primary-bg{
position: relative;
background: #46bfe2;
}
.block-dark-bg{
position: relative;
background: #222;
}
.block-dark-bg-transparent{
position: relative;
background: rgba(0, 0, 0, .6);
}
.block-white-bg{
position: relative;
background: #fff;
}
.primary-bg{
background-color: #46bfe2 !important;
}
.grey-bg{
background-color: #fafafa !important;
}
.blue-bg{
background-color: #3484b4 !important;
}
.light-grey-bg{
background: #f7f9fb !important;
}
.dark-bg{
background-color: #222 !important;
}
.dots-bg:before{
overflow: hidden;
position: absolute;
content: '';
left: 35px;
top: 80px;
width: 484px;
height: 316px;
display: inline-block;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/bg4.png);
}
.dots-bg-2:before{
overflow: hidden;
position: absolute;
content: '';
left: 35px;
top: 80px;
width: 484px;
height: 150px;
display: inline-block;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/bg4.png);
} .section-heading{
position: relative;
margin-bottom: 10px;
}
.section-heading h2 strong,.section-heading h3 strong, .section-heading h4 strong, .section-heading h5 strong, .section-heading h6 strong{
font-weight: 700;
}
.section-heading h2 i,.section-heading h3 i, .section-heading h4 i, .section-heading h5 i, .section-heading h6 i{
font-style: normal;
}
.section-heading h2{
position: relative;
font-size: 40px;
font-weight: 600;
color: #585858;
line-height: 130%;
margin-bottom: 10px;
margin-top: 5px;
}
@media (max-width: 767px){
.section-heading h2{
font-size: 30px;
}
}
.section-heading h3{
position: relative;
font-size: 32px;
font-weight: 400;
color: #585858;
line-height: 130%;
margin-bottom: 10px;
margin-top: 5px;
}
@media (max-width: 767px){
.section-heading h3{
font-size: 30px;
}
}
.section-heading h4{
position: relative;
font-size: 30px;
font-weight: 400;
color: #585858;
line-height: 130%;
margin-bottom: 10px;
margin-top: 5px;
}
@media (max-width: 767px){
.section-heading h4{
font-size: 30px;
}
}
.section-heading h5{
position: relative;
font-size: 24px;
font-weight: 400;
color: #585858;
line-height: 130%;
margin-bottom: 10px;
margin-top: 5px;
}
@media screen and (max-width: 767px){
.section-heading h5{
font-size: 23px;
}
}
.section-heading h6{
position: relative;
font-size: 21px;
font-weight: 600;
color: #585858;
line-height: 130%;
margin-bottom: 10px;
margin-top: 5px;
}
.section-heading p{
font-size: 16px;
font-weight: 400;
color: #565656;
line-height: 1.8;
padding-top: 15px;
margin-bottom: 0px;
}
.section-heading small{
display: inline-block;
font-size: 14px;
font-weight: 600;
color: #46bfe2;
padding-bottom: 5px;
}
.large-heading{
position: relative;
margin-bottom: 15px;
}
.large-heading h2{
position: relative;
font-size: 45px;
font-weight: 700;
color: #222;
line-height: 1.4;
margin-bottom: 15px;
}
@media (max-width: 767px){
.large-heading h2{
font-size: 30px;
}
}
.large-heading h3{
position: relative;
font-size: 39px;
font-weight: 700;
color: #222;
line-height: 140%;
margin-bottom: 15px;
}
.large-heading h4{
position: relative;
font-size: 36px;
font-weight: 600;
color: #222;
line-height: 140%;
margin-bottom: 15px;
}
.large-heading h5{
position: relative;
font-size: 32px;
font-weight: 700;
color: #222;
line-height: 130%;
margin-bottom: 15px;
}
.large-heading small{
font-size: 14px;
font-weight: 700;
color: #46bfe2;
line-height: 250%;
text-transform: uppercase;
padding-bottom: 5px;
}
.section-heading-line{
content: '';
display: block;
width: 100px;
border-radius: 10px;
height: 6px;
background: #f0823e;
margin: auto;
margin-top: 20px;
margin-bottom: 10px;
}
.section-heading-line-white{
content: '';
display: block;
width: 100px;
border-radius: 10px;
height: 6px;
background: #fff;
margin: auto;
margin-top: 20px;
margin-bottom: 10px;
}
.text-left .section-heading-line{
content: '';
display: inline-block;
width: 100px;
border-radius: 10px;
height: 6px;
background: #46bfe2;
margin-top: 10px;
margin-bottom: 0px;
}
.text-right .section-heading-line{
text-align: right;
content: '';
display: inline-block;
width: 100px;
border-radius: 10px;
height: 6px;
background: #46bfe2;
margin-top: 10px;
margin-bottom: 0px;
}
.line-thin{
height: 4px !important;
}
.line-extra-thin{
height: 3px !important;
}
.line-wide{
width: 130px !important;
} #preloader{
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff;
display: flex;
align-items: center;
}
.loader{
display: table-cell;
vertical-align: middle;
position: relative;
width: 200px;
height: 200px;
}
.loader-icon{
width: 100px;
height: 100px;
border: 2px solid #46bfe2;
border-right-color: transparent;
border-radius: 50%;
position: relative;
animation: loader-rotate 1s linear infinite;
margin: 0 auto;
}
@keyframes loader-rotate{
0%{
transform: rotate(0);
}
100%{
transform: rotate(360deg);
}
}
.lds-ellipsis{
display: inline-block;
position: relative;
width: 64px;
height: 64px;
margin: auto;
}
.lds-ellipsis div{
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #46bfe2;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1){
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2){
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3){
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4){
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1{
0%{
transform: scale(0);
}
100%{
transform: scale(1);
}
}
@keyframes lds-ellipsis3{
0%{
transform: scale(1);
}
100%{
transform: scale(0);
}
}
@keyframes lds-ellipsis2{
0%{
transform: translate(0, 0);
}
100%{
transform: translate(19px, 0);
}
} .main-logo{
width: 200px;
}
#top-bar{
position: relative;
z-index: 99999;
background: #3484b4; max-height: 20px !important;
}
.top-bar-info li{
font-size: 13px;
font-weight: 400;
color: #aaa; list-style-type: none;
float: left;
margin: 0px;
padding: 8.5px 8px 8.5px 8px;
}
.top-bar-info li a {
color: #fff !important;
}
.top-bar-info li i{
font-size: 15px;
color: #222;
padding-right: 8px;
}
.social-icons{
padding: 0px;
float: right;
margin: 0px;
}
.social-icons li{
font-size: 14px;
list-style-type: none;
float: left;
width: 50px;
text-align: center;
border-left: 1px solid #eee;
margin: 0px;
padding: 12px;
}
.social-icons li:last-child{
border-right: 1px solid #eee;
}
.social-icons li a{
color: #222;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.social-icons a:hover{
color: #46bfe2;
} .nav-menu > li:hover > a,.nav-menu > li.active > a,.nav-menu > li.focus > a{ }
.nav-menu > li:hover > a .submenu-indicator-chevron,.nav-menu > .active > a .submenu-indicator-chevron,.nav-menu > .focus > a .submenu-indicator-chevron{
border-color: transparent #296e98 #296e98 transparent;
}
.nav-search-button:hover .nav-search-icon{
color: #46bfe2;
}
.nav-button{
height: auto !important;
margin: 18px 15px 0;
padding: 8px 14px;
display: inline-block;
color: #fff;
font-size: 14px;
text-align: center;
text-decoration: none;
border-radius: 4px;
background-color: #46bfe2;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.megamenu-list > li > a:hover{
color: #46bfe2;
}
@media (min-width: 991px){
#nav-transparent .nav-menu > li:hover > a,#nav-transparent .nav-menu > li.active > a,#nav-transparent .nav-menu > li.focus > a{
color: #46bfe2;
}
#nav-transparent .nav-menu > li:hover > a .submenu-indicator-chevron,#nav-transparent .nav-menu > .active > a .submenu-indicator-chevron,#nav-transparent .nav-menu > .focus > a .submenu-indicator-chevron{
border-color: transparent #46bfe2 #46bfe2 transparent;
}
#nav-transparent .nav-dropdown > li:hover > a .submenu-indicator-chevron,#nav-transparent .nav-dropdown > .focus > a .submenu-indicator-chevron{
border-color: transparent #46bfe2 #46bfe2 transparent;
}
#nav-transparent .nav-white-bg .nav-menu > li:hover > a{
color: #46bfe2;
}
}
.nav-dropdown > li:hover > a,.nav-dropdown > li.focus > a{
color: #46bfe2;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron,.nav-dropdown > .focus > a .submenu-indicator-chevron{
border-color: transparent #46bfe2 #46bfe2 transparent;
}  .extra-light{
font-weight: 100 !important;
}
.lighter{
font-weight: 300 !important;
}
.light{
font-weight: 400 !important;
}
.regular{
font-weight: 500 !important;
}
.semi-bold{
font-weight: 600 !important;
}
.bold{
font-weight: 700 !important;
}
.extra-bold{
font-weight: 800 !important;
}
.italic{
font-style: italic;
} .font-size-14{
font-size: 14px !important;
}
.font-size-15{
font-size: 15px !important;
}
.font-size-16{
font-size: 16px !important;
}
.font-size-18{
font-size: 18px !important;
}
.font-size-20{
font-size: 20px !important;
}
.font-size-25{
font-size: 25px !important;
}
.font-size-30{
font-size: 30px !important;
}
.font-size-32{
font-size: 32px !important;
}
.font-size-36{
font-size: 36px !important;
}
@media (max-width: 767px){
.font-size-32{
font-size: 30px !important;
}
}
.font-size-35{
font-size: 35px !important;
}
@media (max-width: 767px){
.font-size-35{
font-size: 30px !important;
}
}
.font-size-40{
font-size: 40px !important;
}
@media (max-width: 767px){
.font-size-40{
font-size: 30px !important;
}
}
.font-size-45{
font-size: 45px !important;
}
@media (max-width: 767px){
.font-size-45{
font-size: 30px !important;
}
} .scroll-to-top{
font-size: 11px;
padding: 12px 6px;
text-align:center;
color: #fff;
text-decoration: none;
position:fixed;
bottom:80px;
right: 10px;
display:none;
border-radius: 50%;
background: #111;
width: 40px;
height: 40px;
z-index: 9999;
outline: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.scroll-to-top i{
color: #fff;
}
.scroll-to-top:hover{
color: #fff;
background: #2d2d2d;
}
.scroll-to-top:hover i{
color: #fff;
}
.scroll-to-top:visited{
color: #fff;
text-decoration:none;
} a:hover{
color: #ff9b5e !important;
} .text-content-small{
position: relative;
}
.text-content-small p{
font-size: 13px !important;
font-weight: 600;
color: #999;
line-height: 190%;
margin-bottom: 15px;
}
.text-content{
position: relative;
}
.text-content p{
font-size: 15px;
font-weight: 500;
color: #777;
line-height: 190%;
margin-bottom: 15px;
}
.text-content-big{
position: relative;
}
.text-content-big p{
font-size: 16px;
font-weight: 400;
color: #777;
line-height: 1.9;
margin-bottom: 15px;
}
.small-text{
color: #222;
font-size: 13px;
font-weight: 600;
}
.icon-holder-md i{
font-size: 55px;
color: #46bfe2;
}  .semi-rounded{
border-radius: 3px !important;
}
.rounded-border{
border-radius: 5px !important;
}
.extra-rounded-border{
border-radius: 10px !important;
}
.extra-rounded{
border-radius: 50px !important;
}
.circled-border{
border-radius: 50% !important;
}
.no-rounded{
border-radius: 0px !important;
} .shadow-black{
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.35);
box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
@media (max-width: 767px){
.shadow-black{
margin-bottom: 15px;
}
}
.shadow-primary{
box-shadow: 0 20px 30px rgba(0,0,0,.2);
}
@media (max-width: 767px){
.shadow-primary{
margin-bottom: 15px;
}
}
.shadow-light{
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.06);
box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}
@media (max-width: 767px){
.shadow-light{
margin-bottom: 15px;
}
}
.shadow-extra-light{
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.05);
box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}
@media (max-width: 767px){
.shadow-extra-light{
margin-bottom: 15px;
}
} .black-white{
filter: grayscale(100%);
}
.solid-border{
border: 1px solid #eee;
}
.border-top{
border-top: 1px solid #eee !important;
}
.border-bottom{
border-bottom: 1px solid #eee !important;
}
.border-left{
border-left: 1px solid #eee !important;
}
.border-right{
border-right: 1px solid #eee !important;
}
.full-width{
width: 100%;
}
.full-height{
height: 100% !important;
}
.min-350{
min-height: 350px;
}
.h-49{
height: 49px;
} .button-text{
display: inline-block;
position: relative;
font-size: 16px;
color: #46bfe2;
font-weight: 500;
background: transparent;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-text:hover{
color: #222
}
.button-primary{
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 400 !important;
background: #296e98;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-primary:hover {
background: #f0823e;
color: #fff !important;
}
.button-dark{
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 500;
background: #222;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-dark:hover{
background: #46bfe2;
color: #fff;
}
.button-dark-bordered{
display: inline-block;
position: relative;
font-size: 16px;
color: #222;
border: 2px solid #222;
font-weight: 500;
background: transparent;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-dark-bordered:hover{
background: #222;
color: #fff;
}
.button-grey{
display: inline-block;
position: relative;
font-size: 16px;
color: #222;
font-weight: 600;
background: #eee;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-grey:hover{
background: #222;
color: #fff;
}
.button-gradient{
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 500;
background-image: linear-gradient(to right, #46bfe2 0%, #afcdff 100%);
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-gradient:hover{
color: #fff;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
transform: translateY(-5px);
}
.button-white{
display: inline-block;
position: relative;
font-size: 16px;
color: #222;
font-weight: 500;
border: 2px solid #fff;
background: #fff;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-white:hover{
background: transparent;
color: #fff;
}
.button-white-bordered{
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 500;
border: 2px solid #fff;
background: transparent;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-white-bordered:hover{
background: #ff9b5e;
border: 2px solid #fff !important;
color: #fff !important;
}
.button-grey-bordered{
display: inline-block;
position: relative;
font-size: 16px;
color: #222;
font-weight: 600;
border: 2px solid #eee;
background: transparent;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-grey-bordered:hover{
background: #46bfe2;
border-color: #46bfe2;
color: #fff;
}
.button-primary-bordered{
display: inline-block;
position: relative;
font-size: 16px;
color: #46bfe2;
font-weight: 600;
border: 2px solid #46bfe2;
background: transparent;
border-radius: 5px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-primary-bordered:hover{
background: #46bfe2;
border-color: #46bfe2;
color: #fff;
}
.button-simple{
display: inline-block;
color: #222;
font-size: 14px;
font-weight: 600;
padding-left: 0px !important;
padding-right: 0px !important;
}
.button-simple i{
color: #222;
font-size: 12px;
margin-left: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-simple:hover i{
color: #46bfe2;
margin-left: 10px;
}
.button-simple-primary{
display: inline-block;
color: #296e98;
font-size: 15px;
font-weight: 500;
}
.button-simple-primary i{
color: #46bfe2;
font-size: 12px;
margin-left: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.button-simple-primary:hover{
color: #222;
}
.button-simple-primary:hover i{
color: #222;
margin-left: 10px;
}
.button-tag{
display: inline-block;
background: #eee;
font-size: 12px;
font-weight: 500;
padding: 9px 15px;
margin: 4px;
}
.button-tag:hover{
background: #222;
color: #fff;
}
.button-xs{
font-size: 12px;
padding: 9px 18px;
}
.button-sm{
font-size: 12px;
padding: 12px 20px;
}
.button-md{
font-size: 16px;
font-weight: 600;
padding: 10px 27px;
letter-spacing: 0.90px;
}
.button-lg{
font-size: 16px;
font-weight: 500;
padding: 18px 28px;
}
.buttons-group [class^="button-"]{
margin: 3px 2px;
} .primary-list{
padding-left: 0px;
}
.primary-list li{
list-style-type: none;
color: #222;
font-size: 14px;
font-weight: 600;
margin-top: 15px;
}
.primary-list li i{
color: #46bfe2;
font-size: 18px;
padding-right: 10px;
transform: translateY(2px);
}
.grey-list{
padding-left: 0px;
}
.grey-list li{
list-style-type: none;
color: #999;
font-size: 14px;
font-weight: 500;
margin-top: 15px;
}
.grey-list li i{
color: #46bfe2;
font-size: 18px;
padding-right: 10px;
transform: translateY(2px);
}
.dark-list{
padding-left: 0px;
}
.dark-list li{
list-style-type: none;
color: #565656;
font-size: 15px;
font-weight: 600;
margin-top: 10px;
line-height: 26px;
}
.dark-list li i{
color: #565656;
padding-right: 15px;
}
.dark-list li a{
text-decoration: none;
color: #565656 !important;
font-size: 15px;
font-weight: 600;
margin-top: 10px;
}
.dark-list li a:hover {
text-decoration: none;
color: #ff9b5e !important;
font-size: 15px;
font-weight: 600;
margin-top: 10px;
}
.white-list{
padding-left: 0px;
}
.white-list li{
list-style-type: none;
color: #fff !important;
font-size: 14px;
font-weight: 600;
margin-top: 15px;
}
.white-list li a {
list-style-type: none;
color: #fff !important;
font-size: 16px;
font-weight: 600;
margin-top: 15px;
}
.white-list li i{
color: #46bfe2;
padding-right: 15px;
} .dark-color,.dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6, .dark-color p, .dark-color i, .dark-color strong, .dark-color span{
color: #222 !important;
}
.grey-color, .grey-color h1, .grey-color h2, .grey-color h3, .grey-color h4, .grey-color h5, .grey-color h6, .grey-color p, .grey-color i, .grey-color strong, .grey-color span{
color: #999 !important;
}
.white-color, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color p, .white-color i, .white-color strong, .white-color span{
color: #fff !important;
}
.primary-color,.primary-color h1,.primary-color h2,.primary-color h3,.primary-color h4,.primary-color h5,.primary-color h6,.primary-color p,.primary-color i,.primary-color strong,.primary-color span{
color: #46bfe2 !important;
} .video-video-box{
position: relative;
display: block;
width: 100%;
height: auto;
}
.video-video-box img{
width: 100%;
}
.video-video-box-overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 1;
transition: .5s ease;
}
.video-video-box-button{
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.video-video-box-button button{
color: #222;
font-size: 25px;
background: rgba(255, 255, 255, 1);
width: 100px;
height: 100px;
border-radius: 50%;
padding-top: 5px;
padding-left: 12px;
margin: 30px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-video-box-button button:hover{
color: #222;
background: rgba(255, 255, 255, .7);
}
@media (max-width: 991px){
.video-video-box-button button{
color: #222;
font-size: 15px;
background: rgba(255, 255, 255, .7);
width: 60px;
height: 60px;
border-radius: 50%;
padding-top: 1px;
padding-left: 9px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
} .video-video-box-button-sm{
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.video-video-box-button-sm button{
color: #222;
font-size: 20px;
background: rgba(255, 255, 255, 1);
width: 80px;
height: 80px;
border-radius: 50%;
padding-top: 2.5px;
padding-left: 8.5px;
margin: 30px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-video-box-button-sm button:hover{
color: #222;
background: rgba(255, 255, 255, .7);
}
@media (max-width: 991px){
.video-video-box-button-sm button{
color: #222;
font-size: 15px;
background: rgba(255, 255, 255, .7);
width: 60px;
height: 60px;
border-radius: 50%;
padding-top: 1px;
padding-left: 9px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
} .video-video-box-button-xs{
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.video-video-box-button-xs button{
color: #222;
font-size: 15px;
background: rgba(255, 255, 255, 1);
width: 70px;
height: 70px;
border-radius: 50%;
padding-top: 2.5px;
padding-left: 8.5px;
margin: 30px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-video-box-button-xs button:hover{
color: #222;
background: rgba(255, 255, 255, .7);
}
@media (max-width: 991px){
.video-video-box-button-xs button{
color: #222;
font-size: 15px;
background: rgba(255, 255, 255, .7);
width: 60px;
height: 60px;
border-radius: 50%;
padding-top: 1px;
padding-left: 9px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
} .video-button button{
position: relative;
color: #fff;
font-size: 25px;
background: transparent;
border: 2px solid #fff;
width: 100px;
height: 100px;
border-radius: 50%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-button button:hover{
color: #222;
background: #fff;
}
.video-button h4{
color: #fff;
font-weight: 400;
margin-top: 15px;
} .video-button-sm button{
position: relative;
color: #fff;
font-size: 20px;
background: transparent;
border: 2px solid #fff;
width: 80px;
height: 80px;
border-radius: 50%;
padding-top: 5px;
padding-left: 12px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-button-sm button:hover{
color: #222;
background: #fff;
}
.video-button-sm h4{
color: #fff;
font-weight: 400;
margin-top: 10px;
} .video-button-xs button{
position: relative;
color: #222;
font-size: 15px;
background: rgba(255, 255, 255, 1);
width: 70px;
height: 70px;
border-radius: 50%;
padding-top: 2px;
padding-left: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.video-button-xs button:hover{
color: #222;
background: rgba(255, 255, 255, .7);
}
.video-button-xs h4{
color: #fff;
font-weight: 400;
margin-top: 10px;
} .pagination{
position: relative;
display: block;
text-align: center;
}
.pagination a{
display: inline-block;
color: #222;
font-size: 14px;
font-weight: 500;
text-align: center;
border-radius: 3px;
width: 30px;
height: 30px;
padding-top: 5px;
}
.pagination a:hover{
background: #eee;
}
.pagination a.active{
background: #46bfe2;
color: #fff;
} .background-shape{
position: absolute;
background: rgba(0, 52, 86, 0.03);
height: 100%;
width: 100%;
content: '';
top: 0;
left: 50%;
transform: skewX(33deg);
transform-origin: left bottom;
}
.background-shape:before, .background-shape:after{
position: absolute;
background: rgba(255, 255, 255, 0.03);
height: 100%;
width: 100%;
content: '';
top: 0;
}
.background-shape:before{
left: 280px;
}
.background-shape:after{
left: 560px;
}
.background-shape.bs-right{
left: 90%;
}
.background-shape.bs-right.bs-bototm{
left: 54%;
transform: rotate(54deg);
}
.background-shape{
background: rgba(0, 0, 0, 0.02);
}
.background-shape:before, .background-shape:after{
background: rgba(0, 0, 0, 0.02);
}
.background-shape-2{
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/bg5.png);
background-position: left;
}
.background-shape-3{
position: relative;
overflow: hidden;
}
.background-shape-3:before{
left: 50%;
margin-left: -125px;
height: 800px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.03) 100%);
transform: rotate(-60deg);
transform-origin: bottom right;
}
.background-shape-3:before, .background-shape-3:after{
position: absolute;
bottom: 0;
content: '';
width: 300px;
}
.background-shape-3:after{
right: 50%;
margin-right: -125px;
height: 3600px;
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 10%, rgba(0, 0, 0, 0.03) 100%);
transform: rotate(60deg);
transform-origin: bottom right;
}
.banner-rounded-bg{
position: absolute;
right: 50%;
top: -750px;
width: 120%;
height: 1350px;
z-index: 0;
border-radius: 0 0 250px 0;
transform: rotate(-8deg) skew(10deg);
transform-origin: top right;
padding: 0 120px 110px 0;
overflow: hidden;
}
.banner-shade-1, .banner-shade-2, .banner-shade-3{
display: block;
height: 100%;
width: 100%;
}
.banner-shade-1{
border-radius: 0 0 160px 0;
background-image: linear-gradient(to top left, #999 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
opacity: .15;
padding: 0 100px 90px 0;
}
.banner-shade-2{
border-radius: 0 0 110px 0;
background-image: linear-gradient(to top left, #888 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
padding: 0 90px 80px 0;
}
.banner-shade-3{
border-radius: 0 0 80px 0;
background-image: linear-gradient(to top left, #777 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 991px){
.banner-rounded-bg{
right: 0;
top: -550px;
border-radius: 0 0 0 0;
transform: rotate(0) skew(0);
padding: 0 180px 210px 0;
}
.banner-shade-1{
transform: rotate(-8deg) skew(10deg);
}
.theme-lavendar .dropdown-toggle::after{
right: 40px;
}
.theme-lavendar .navbar-btns{
margin: 0 0 30px 0;
}
}
@media only screen and (max-width: 575px){
.banner-rounded-bg{
top: -700px;
}
}  .primary-form{
position: relative;
}
.primary-form label{
font-size: 14px;
color: #222;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
}
.primary-form input, .primary-form textarea, .primary-form select{
display: block;
border-radius: 0px;
border: none;
border-bottom: 1px solid #e8e8e8;
outline: 0;
background: transparent;
font-size: 14px;
font-weight: 400;
width: 100%;
margin-bottom: 17px;
padding: 13px 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.primary-form input:focus, .primary-form textarea:focus, .primary-form select:focus{
border-color: #ccc;
}
.primary-form select{
color: #757575;
}
.primary-form textarea{
min-height: 100px;
}
.primary-form button{
margin-top: 0px;
} .primary-form-2{
position: relative;
z-index: 999;
}
.primary-form-2 label{
font-size: 14px;
color: #222;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
}
.primary-form-2 input, .primary-form-2 textarea, .primary-form-2 select{
display: block;
border-radius: 0px;
border: none;
border-radius: 5px;
border: 1px solid #eee;
outline: 0;
background: #fff;
font-size: 13px;
font-weight: 500;
width: 100%; padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.primary-form-2 input:focus, .primary-form-2 textarea:focus, .primary-form-2 select:focus{
border-color: #e8e8e8;
}
.primary-form-2 select{
color: #757575;
}
.primary-form-2 textarea{
min-height: 120px;
}
.primary-form-2 button{
margin-top: 0px;
} .primary-form-3{
position: relative;
}
.primary-form-3 label{
font-size: 14px;
color: #222;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
}
.primary-form-3 input, .primary-form-3 textarea, .primary-form-3 select{
display: block;
border-radius: 0px;
border: none;
border-radius: 5px;
outline: 0;
background: #f7f7f7;
font-size: 13px;
font-weight: 500;
width: 100%;
margin-bottom: 25px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.primary-form-3 input:focus, .primary-form-3 textarea:focus, .primary-form-3 select:focus{
border-color: #e8e8e8;
}
.primary-form-3 select{
color: #757575;
}
.primary-form-3 textarea{
min-height: 120px;
}
.primary-form-3 button{
margin-top: 0px;
} .primary-form-4{
position: relative;
}
.primary-form-4 label{
font-size: 14px;
color: #222;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
}
.primary-form-4 input, .primary-form-4 textarea, .primary-form-4 select{
display: block;
border-radius: 0px;
border: none;
border-radius: 5px;
outline: 0;
background: rgba(0, 0, 0, .1);
font-size: 13px;
font-weight: 500;
width: 100%;
margin-bottom: 25px;
padding: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.primary-form-4 input:focus, .primary-form-4 textarea:focus, .primary-form-4 select:focus{
border-color: #e8e8e8;
}
.primary-form-4 select{
color: #757575;
}
.primary-form-4 textarea{
min-height: 120px;
}
.primary-form-4 button{
margin-top: 0px;
} .checkbox{
display: inline-block;
margin-right: 15px;
}
.checkbox input[type="checkbox"]{
display: none;
}
.checkbox label{
position: relative;
color: #999;
font-weight: 500;
font-size: 14px;
line-height: 1.8;
display: inline-block;
padding-left: 45px;
user-select: none;
}
.checkbox label::before,.checkbox label::after{
position: absolute;
content: "";
display: inline-block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
} .checkbox label::before{
height: 27px;
width: 27px;
border: 1px solid;
border-radius: 5px;
left: 0px;
top: 3px;
color: #ccc;
} .checkbox label::after{
height: 7px;
width: 13px;
border-left: 2px solid;
border-bottom: 2px solid;
transform: rotate(-45deg);
left: 7px;
top: 11px;
} .checkbox input[type="checkbox"] + label::after{
content: none;
} .checkbox input[type="checkbox"]:checked + label::after{
content: "";
color: #fff;
} .checkbox input[type="checkbox"]:focus + label::before{
outline: none;
}
.checkbox input[type="checkbox"]:checked + label::before{
background-color: #46bfe2;
color: #46bfe2;
} .radio{
display: none !important;
}
.radio-custom{
width: 30px;
height: 30px;
border: 1px solid #ccc;
border-radius: 3px;
margin-left: 25px;
margin-right: 5px;
position: relative;
}
.radio-custom, .radio-label{
display: inline-block;
vertical-align: middle;
margin-top: 10px;
}
@media (max-width: 767px){
.radio-label{
display: block;
}
.radio-custom{
text-align: center;
margin: 0px 15px;
}
}
.radio:checked + .radio-custom::before{
content: "";
display: block;
position: absolute;
top: 7px;
right: 7px;
bottom: 7px;
left: 7px;
background: #46bfe2;
border-radius: 2px;
}
.radio-custom, .radio:checked + .radio-custom::before{
border-radius: 50%;
}
.radio-label{
font-weight: 600;
font-size: 13px;
} .breadcrumb-section{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/bg-breadcrumb-1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 120px 0px 120px 0px;
}
.breadcrumb-section h1{
position: relative;
color: #fff;
font-size: 40px;
}
.breadcrumb-section ul{
position: relative;
padding: 0;
margin: 0;
}
.breadcrumb-section ul li{
display: inline-block;
margin: 10px 5px;
}
.breadcrumb-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.breadcrumb-section ul li:last-child:after{
content: none;
}
.breadcrumb-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.breadcrumb-section ul li a:hover{
opacity: 1;
} .izimodal{
overflow: hidden;
}
.iziModal-content{
width: 100%;
}
.modal-inside{
position: relative;
width: 100%;
}
.close-modal{
opacity: 1;
width: 20px;
height: 20px;
text-align: center;
border-radius: 100%;
position: absolute;
top: 5px;
right: 12px;
color: #aaa;
z-index: 20;
line-height: 40px;
font-weight: 100;
font-size: 17px;
}
.close-modal i{
color: #aaa;
line-height: 40px;
font-weight: 100;
font-size: 17px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.close-modal:hover i{
color: #222;
}  .default-tabs .tabs{
position: relative;
}
.default-tabs .tabs .tab-menu li{
background: #fff;
display: inline-block;
text-align: center;
}
.default-tabs .tabs .tab-menu li a{
color: #111;
display: block;
font-size: 14px;
font-weight: 600;
padding: 18px 24px;
text-decoration: none;
}
.default-tabs .tabs .tab-menu li a i{
color: #46bfe2;
display: inline-block;
font-size: 15px;
margin-right: 10px;
text-decoration: none;
}
.default-tabs .tabs .tab-menu li:hover a, .default-tabs .tabs .tabs li:hover i{
color: #46bfe2;
}
.default-tabs .tab-menu .active-tab a, .default-tabs .active-tab a i{
color: #46bfe2 !important;
}
.default-tabs .tab-menu{
margin-bottom: 4px;
}
@media screen and (max-width: 1200px){
.default-tabs .tabs .tab-menu li{
background: #fff;
display: inline-block;
text-align: center;
width: auto;
}
.default-tabs .tabs .tab-menu li a{
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px){
.default-tabs .tabs .tab-menu li{
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.default-tabs .tab-menu .tabs li a{
display: block;
padding: 18px 14px;
}
.default-tabs .tab-menu .tabs li i{
font-size: 25px;
}
}
.tab-body{
display: block;
position: relative;
background: #fff;
border-radius: 5px;
margin-top: 4px;
}
.tab-body h2{
font-size: 30px;
color: #222;
font-weight: 300;
margin-bottom: 10px;
}
.tab-body h3{
font-size: 25px;
color: #222;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h4{
font-size: 20px;
color: #222;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body h5{
font-size: 15px;
color: #111;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body-dark{
display: block;
position: relative;
padding: 25px;
background: rgba(0, 0, 0, .7);
border-radius: 5px;
}
.tab-body-dark h2{
font-size: 30px;
color: #fff;
font-weight: 300;
margin-bottom: 10px;
}
.tab-body-dark h3{
font-size: 25px;
color: #fff;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body-dark h4{
font-size: 20px;
color: #fff;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body-dark h5{
font-size: 15px;
color: #fff;
font-weight: 500;
margin-bottom: 10px;
}
.tab-body-transparent{
display: block;
position: relative;
background: transparent;
border-radius: 5px;
} .medium-icon-tabs .tabs{
position: relative;
}
.medium-icon-tabs .tabs .tab-menu{
display: table;
border-collapse: collapse;
width: 100%;
margin-bottom: 5px;
}
.medium-icon-tabs .tabs .tab-menu li{
display: table-cell;
}
.medium-icon-tabs .tabs .tab-menu li:last-child{
margin-right: 0px;
}
.medium-icon-tabs .tabs .tab-menu li a{
background: transparent;
color: #fff;
display: block;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
padding: 18px 24px;
text-decoration: none;
}
.medium-icon-tabs .tabs .tab-menu li a i{
color: #fff;
display: block;
font-size: 40px;
margin-bottom: 10px;
text-decoration: none;
}
.medium-icon-tabs .tabs .tab-menu li:hover a, .medium-icon-tabs .tabs .tabs li:hover i{
background: rgba(0, 0, 0, .5);
color: #fff;
}
.medium-icon-tabs .tab-menu .active-tab a, .medium-icon-tabs .active-tab a i{
color: #fff !important;
}
.medium-icon-tabs .tab-menu .active-tab a{
background: #46bfe2 !important;
color: #fff;
}
.medium-icon-tabs .tab-menu .active-tab a i{
color: #fff !important;
}
@media screen and (max-width: 1200px){
.medium-icon-tabs .tabs .tab-menu li{
background: transparent;
display: inline-block;
text-align: center;
width: auto;
}
.medium-icon-tabs .tabs .tab-menu li a{
color: #fff;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px){
.medium-icon-tabs .tabs .tab-menu li{
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.medium-icon-tabs .tab-menu .tabs li a{
display: block;
}
.medium-icon-tabs .tab-menu .tabs li i{
font-size: 25px;
}
} .medium-icon-tabs-light .tabs{
position: relative;
}
.medium-icon-tabs-light .tabs .tab-menu{
display: table;
border-collapse: collapse;
width: 100%;
border-radius: 5px;
overflow: hidden;
margin-bottom: 5px;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}
.medium-icon-tabs-light .tabs .tab-menu li{
display: table-cell;
}
.medium-icon-tabs-light .tabs .tab-menu li:last-child{
margin-right: 0px;
}
.medium-icon-tabs-light .tabs .tab-menu li a{
background: transparent;
color: #222;
display: block;
font-size: 15px;
font-weight: 600;
padding: 18px 24px;
text-decoration: none;
}
.medium-icon-tabs-light .tabs .tab-menu li a i{
color: #222;
display: block;
font-size: 40px;
margin-bottom: 10px;
text-decoration: none;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.medium-icon-tabs-light .tabs .tab-menu li a:hover{
color: #46bfe2;
}
.medium-icon-tabs-light .tabs .tab-menu li a:hover i{
color: #46bfe2;
}
.medium-icon-tabs-light .tab-menu .active-tab a, .medium-icon-tabs .active-tab a i{
color: #46bfe2 !important;
}
.medium-icon-tabs-light .active-tab a i{
color: #46bfe2 !important;
}
.medium-icon-tabs-light .tab-menu .active-tab a{
background: #fff !important;
color: #46bfe2;
}
@media screen and (max-width: 1200px){
.medium-icon-tabs-light .tabs .tab-menu li{
background: transparent;
display: inline-block;
text-align: center;
width: auto;
}
.medium-icon-tabs-light .tabs .tab-menu li a{
color: #222;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px){
.medium-icon-tabs-light .tabs .tab-menu li{
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.medium-icon-tabs-light .tab-menu .tabs li a{
display: block;
}
.medium-icon-tabs-light .tab-menu .tabs li i{
font-size: 25px;
}
} .big-icon-tabs .tabs{
position: relative;
}
.big-icon-tabs .tabs .tab-menu li{
display: inline-block;
text-align: center;
margin-right: 5px;
}
.big-icon-tabs .tabs .tab-menu li:last-child{
margin-right: 0px;
}
.big-icon-tabs .tabs .tab-menu li a{
background: #ececec;
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
border-top: 2px solid #ececec;
}
.big-icon-tabs .tabs .tab-menu li a i{
color: #46bfe2;
display: block;
font-size: 40px;
margin-bottom: 10px;
text-decoration: none;
}
.big-icon-tabs .tabs .tab-menu li:hover a, .big-icon-tabs .tabs .tabs li:hover i{
color: #46bfe2;
}
.big-icon-tabs .tab-menu .active-tab a, .big-icon-tabs .active-tab a i{
border-color: #46bfe2 !important;
}
.big-icon-tabs .tab-menu .active-tab a{
background: #f7f7f7 !important;
}
@media screen and (max-width: 1200px){
.big-icon-tabs .tabs .tab-menu li{
background: #f7f7f7;
display: inline-block;
text-align: center;
width: auto;
}
.big-icon-tabs .tabs .tab-menu li a{
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px){
.big-icon-tabs .tabs .tab-menu li{
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.big-icon-tabs .tab-menu .tabs li a{
display: block;
}
.big-icon-tabs .tab-menu .tabs li i{
font-size: 25px;
}
} .progress-bar-title{
position: relative;
margin-bottom: 8px;
margin-top: 28px;
}
.progress-bar-title h5{
display: inline-block;
width: 50%;
float: left;
font-size: 13px;
color: #222;
}
.progress-bar-title h6{
text-align: right;
display: inline-block;
width: 50%;
float: left;
font-size: 13px;
color: #222;
}
.progress-bar-primary{
background: #46bfe2;
}
.progress-bar-dark{
background: #222;
}
.progress-bar-white{
background: #fff;
}
.progress-bar-gradient{
background: transparent;
background-image: linear-gradient(to right, rgba(70, 191, 226, 1), rgba(70, 191, 226, .4));
} .progress-bar-xs{
position: relative;
height: 5px;
}
.progress-bar-sm{
position: relative;
height: 8px;
}
.progress-bar-md{
position: relative;
height: 10px;
}
.progress-bar-lg{
position: relative;
height: 14px;
border-radius: 30px;
} .pie-chart{
text-align: center;
margin: 20px 0px;
}
.pie-chart .chart{
position: relative;
display: block;
width: 120px;
text-align: center;
border-radius: 50%;
margin: auto;
}
.pie-chart-md .chart{
width: 170px;
max-width: 100%;
}
.pie-chart-sm .chart{
width: 130px;
}
.pie-chart .chart canvas{
position: absolute;
top: 0;
left: 0;
}
.pie-chart .chart-percent{
margin: 0 0 15px 0
}
.pie-chart .percent{
font-size: 17px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
.pie-chart-md .percent{
font-size: 18px;
font-weight: 600;
display: inline-block;
z-index: 2;
}
.percent:after{
content: '%';
}
.pie-chart h4{
font-size: 14px;
font-weight: 600;
text-align: center;
margin-top: 15px;
}
.pie-chart-md h4{
font-size: 18px;
font-weight: 600;
text-align: center;
margin-top: 17px;
}
.pie-chart h5{
color: #999;
font-size: 12px;
font-weight: 500;
text-align: center;
margin-top: 15px;
}
.pie-chart-md h5{
color: #999;
font-size: 13px;
font-weight: 500;
text-align: center;
margin-top: 7px;
}
.pie-chart-sm h5{
margin-top: 7px;
}
.pie-chart-sm h4{
margin-top: 18px;
}  .countup-box{
display: block;
position: relative;
}
.countup-box h4{
font-size: 50px;
font-weight: 600;
z-index: 2;
}
.countup-box h4:after{
content: '+';
display: inline-block;
margin-left: 5px;
}
.countup-box h5{
font-size: 17px;
font-weight: 600;
color: #46bfe2;
z-index: 2;
}
.countup-box i{
position: absolute;
top: 0;
left: 0;
z-index: 1;
font-size: 90px;
color: #eee;
transform: rotate(30deg);
margin: auto;
}
@media (max-width: 575px){
.countup-box{
margin-top: 20px;
}
.countup-box i{
display: inline-block;
position: absolute;
top: 0;
left: 20%;
z-index: 1;
font-size: 90px;
color: #eee;
transform: rotate(30deg);
margin: auto;
}
} .countup-box-2{
position: relative;
}
.countup-box-2 h3{
display: inline-block;
color: #46bfe2;
font-size: 60px;
font-weight: 300;
line-height: 1;
}
.countup-box-2 span{
color: #46bfe2;
font-size: 45px;
font-weight: 400;
line-height: 1;
}
@media (max-width: 575px){
.countup-box-2{
margin: 25px 0px;
}
.countup-box-2 h3{
font-size: 50px;
}
.countup-box-2 span{
font-size: 35px;
}
}
.countup-box-2 h4{
color: #222;
font-size: 16px;
font-weight: 600;
border-bottom: 1px solid #eee;
margin-top: 10px;
padding-bottom: 20px;
}
.countup-box-2 p{
color: #979797;
font-size: 15px;
font-weight: 500;
margin-top: 15px;
}  .countdown-1{
position: relative;
text-align: center;
}
.countdown-1 h6{
font-size: 17px;
color: #222;
text-align: center;
margin-top: 5px;
}
.countdown-1 .countdown-box{
font-size: 60px;
font-weight: 700;
color: #222;
margin: 15px 0px;
}
@media (max-width: 767px){
.countdown-1 .countdown-box{
font-size: 30px;
}
} .countdown-1-sm{
position: relative;
text-align: center;
}
.countdown-1-sm h6{
font-size: 14px;
color: #222;
text-align: center;
margin-top: 5px;
}
.countdown-1-sm .countdown-box{
font-size: 45px;
font-weight: 700;
color: #222;
margin: 15px 0px;
}
@media (max-width: 767px){
.countdown-1-sm .countdown-box{
font-size: 30px;
}
} .countdown-1-white{
position: relative;
text-align: left;
}
.countdown-1-white h6{
font-size: 16px;
color: #fff;
opacity: .6;
text-align: left;
}
.countdown-1-white .countdown-box{
font-size: 45px;
font-weight: 700;
color: #fff;
margin: 15px 0px;
}
@media (max-width: 767px){
.countdown-1-white .countdown-box{
font-size: 30px;
}
} .card-header-primary{
padding: 22px 5px;
margin-bottom: 0;
background-color: transparent !important;
border-bottom: 0px;
}
.card{
border: none;
}
.card-primary{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: transparent !important;
background-clip: border-box;
border-bottom: 1px solid #eee;
border-radius: 0px;
}
.card-primary a{
display: block;
font-size: 15px;
font-weight: 500;
color: #46bfe2;
}
.card-primary a:hover{
color: #46bfe2;
}
.card-primary .collapsed:focus:hover{
color: #46bfe2;
}
.card-primary a:after{
display: inline-block;
float: right;
font-family: 'themify';
content: "\e622";
font-size: 16px;
font-weight: 700;
}
.card-primary .collapsed:after{
display: inline-block;
float: right;
font-family: 'themify';
content: "\e61a";
font-size: 12px;
font-weight: 700;
}
.card-primary .collapsed{
color: #222;
}
.card-primary .collapsed:focus{
color: #222;
}
.card-body-primary{
padding: 5px 5px 20px 5px;
}
.card-body-primary p{
font-size: 14px;
font-weight: 400;
color: #999;
line-height: 1.8;
} .custom-dot{
display: inline-block;
z-index: 1;
margin-top: 20px;
}
.custom-dot span{
width: 9px;
height: 9px;
margin: 5px 7px;
background: #cecece;
cursor: pointer;
display: block;
border: 0px solid #fff;
-webkit-backface-visibility: visible;
border-radius: 30px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.custom-dot span:hover{
background: #aaa;
-webkit-backface-visibility: visible;
border-radius: 30px;
}
.custom-dot.active span{
width: 9px;
height: 9px;
background: #46bfe2;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.owl-nav i{
color: #555;
font-size: 16px;
}
.owl-prev, owl-next{
width: 55px;
height: 55px;
background: #fff !important;
border: 2px solid #fff;
border-radius: 50% !important;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
position: absolute;
top: calc(50% - 40px);
left: -70px;
display: block !important;
padding-top: 18px !important;
-webkit-transition-duration: .3s;
transition-duration: .3s;
transition: opacity .3s ease-in-out;
}
.owl-next{
width: 55px;
height: 55px;
background: #fff !important;
border: 2px solid #fff;
border-radius: 50% !important;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
position: absolute;
top: calc(50% - 40px);
right: -70px;
display: block !important;
padding-top: 18px !important;
-webkit-transition-duration: .3s;
transition-duration: .3s;
transition: opacity .3s ease-in-out;
}
.owl-prev:hover{
opacity: .7;
}
.owl-next:hover{
opacity: .7;
}
.customizable-carousel .owl-prev{
left: 0 !important;
padding-top: 19.5px !important;
}
.customizable-carousel .owl-next{
right: 0 !important;
padding-top: 19.5px !important;
}
.customizable-carousel .owl-prev, .customizable-carousel .owl-next{
background: transparent !important;
box-shadow: none !important;
border: none;
}
.customizable-carousel .owl-prev i, .customizable-carousel .owl-next i{
color: #fff;
font-size: 30px;
}  .pulsebox-1{
background: rgba(255, 255, 255, .1);
border-radius: 50%;
border-radius: 50%;
cursor: pointer;
animation: pulse_two 1s infinite;
}
@-webkit-keyframes pulse_two{
0%{
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}
70%{
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1);
}
100%{
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}
}
@keyframes pulse_two{
0%{
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
}
70%{
-moz-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
box-shadow: 0 0 0 30px rgba(255,255,255, 0);
}
100%{
-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
box-shadow: 0 0 0 0 rgba(255,255,255, 0);
}
} .pulsebox-2{
background: rgba(255, 255, 255, .1);
border-radius: 50%;
border-radius: 50%;
cursor: pointer;
animation: pulse_two 1.5s infinite;
} .pulsebox-3{
background: rgba(255, 255, 255, .1);
border-radius: 50%;
border-radius: 50%;
cursor: pointer;
animation: pulse_two 2s infinite;
}  .service-box{
position: relative;
display: block;
background: #fff;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
border-radius: 10px;
padding: 45px 30px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-box:hover{
transform: translateY(-10px);
box-shadow: 0 20px 30px rgba(0,0,0,.1);
}
.service-box i{
display: inline-block;
font-size: 62px;
color: #46bfe2;
margin: 5px 0px;
}
.service-box h4 a{
font-size: 18px;
font-weight: 600;
}
.service-box h4 a:hover{
color: #46bfe2;
}
.service-box p{
font-size: 14px;
color: #999;
font-weight: 500;
margin-top: 15px;
margin-bottom: 20px;
}
.service-box .service-box-btn{
position: absolute;
bottom: 0;
left: calc(50% - 30px);
border-radius: 50%;
display: inline-block;
background: #46bfe2;
border: 2px solid #46bfe2;
color: #fff;
width: 60px;
height: 60px;
padding: 14px 21px;
margin: auto;
transform: translateY(28px);
}
.service-box .service-box-btn i{
color: #fff;
font-size: 18px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-box .service-box-btn:hover{
background: #fff;
}
.service-box .service-box-btn:hover i{
color: #46bfe2;
} .service-block{
position: relative;
display: block;
text-align: center;
margin: 15px 0px 38px 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-block:hover .service-block-content-button{
background: #fff;
}
.service-block:hover .service-block-content-button i{
color: #46bfe2;
}
.service-block img{
width: 100%;
border-radius: 5px;
}
.service-block-content{
position: relative;
background: #fff;
width: calc(100% - 45px);
box-shadow: 0 20px 30px rgba(0,0,0,.05);
border-radius: 5px;
padding: 35px 30px 55px 30px;
margin: auto;
transform: translateY(-25px);
}
.service-block-content h4{
font-weight: 700;
margin-bottom: 14px;
line-height: 1.4;
font-size: 1.40rem;
line-height: 1.35;
letter-spacing: -.01em;
}
.service-block-content p{
font-size: 15px;
}
.service-block-content-button{
position: absolute;
bottom: 0;
left: calc(50% - 30px);
border-radius: 10px;
display: inline-block;
background: #46bfe2;
border: 2px solid #46bfe2;
color: #fff;
width: 60px;
height: 60px;
padding: 17px 21px;
margin: auto;
transform: translateY(28px) rotate(45deg);
}
.service-block-content-button i{
color: #fff;
font-size: 18px;
transform: rotate(-45deg);
}
.service-block-content-button:hover{
background: #fff !important;
}
.service-block-content-button:hover i{
color: #46bfe2 !important;
} .service-block-2{
position: relative;
display: block;
background: #fff;
border-radius: 5px;
overflow: hidden;
margin: 15px 0px;
-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.06);
box-shadow: 0 20px 40px rgba(0,0,0,0.06);
border: #f3f3f3 1px solid;
}
.service-block-2 .service-block-2-content{
text-align: center;
padding: 20px;
}
.service-block-2 .service-block-2-content h4{
font-size: 18px;
font-weight: 600;
margin-bottom: 5px;
}
.service-block-2 .service-block-2-content strong{
display: block;
font-size: 14px;
color: #979797;
font-weight: 500;
margin: 14px 0px;
}
.service-block-2-btn{
display: inline-block;
color: #565656;
font-size: 13px;
font-weight: 600;
}
.service-block-2-btn i{
color: #46bfe2;
font-size: 11px;
margin-left: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-block-2-btn:hover i{
transform: translateX(3px);
}
.services-carousel-2 .service-block-2{
margin: 0px 15px 40px 15px;
} .service-box-2{
position: relative;
margin: 15px 0px 15px 0px;
transition: .5s ease;
}
.service-box-2 img{
display: block;
width: 100%;
height: auto;
border-radius: 10px;
}
.service-box-2-overlay{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 1) 100%);
overflow: hidden;
width: 100%;
height: 100%;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.service-box-2:hover{
transform: translateY(-5px);
}
.service-box-2-icon{
display: inline-block;
background: transparent;
text-align: center;
font-size: 13px;
border: 2px solid #fff;
border-radius: 50px;
position: absolute;
bottom: 25px;
right: 16px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
z-index: 999;
}
.service-box-2:hover .service-box-2-icon{
background: #46bfe2;
border: 2px solid #46bfe2;
}
.service-box-2-icon i{
color: #fff;
padding: 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-box-2:hover .service-box-2-icon i{
color: #fff;
}
.service-box-2-text{
position: absolute;
bottom: 25px;
padding: 0px 75px 0px 25px;
}
.service-box-2-text h6 a{
color: #fff;
font-size: 17px;
font-weight: 500;
margin-top: -15px;
display: block;
}
.service-box-2-text h4{
color: rgba(255, 255, 255, .7);
font-size: 13px;
font-weight: 400;
line-height: 1.5;
margin-top: 10px;
}
.cases-md .service-box-2-text h6 a{
color: #fff;
font-size: 20px;
font-weight: 500;
margin-top: -15px;
display: block;
}
.cases-md .service-box-2-text h4{
color: rgba(255, 255, 255, .7);
font-size: 14px;
font-weight: 300;
line-height: 1.5;
margin-top: 10px;
}
@media (max-width: 991px){
.service-box-2-text{
width: 100%;
bottom: 30px;
left: 15px;
padding: 0px 15px;
}
.service-box-2-text h4{
font-size: 14px;
margin-top: 5px;
}
}
@media (max-width: 767px){
.service-box-2-text{
width: 100%;
bottom: 30px;
left: 5px;
padding: 0px 75px 0px 25px;
}
.service-box-2-text h4{
font-size: 15px;
margin-top: 10px;
}
} .service-box-3{
display: block;
background: #fff;
border-radius: 5px;
border: 2px solid transparent;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
padding: 10px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-box-3:hover{ transform: translateY(-5px);
box-shadow: 0 20px 30px rgba(0,0,0,.08);
}
.service-box-3 .inner{
text-align: center;
padding: 30px 15px;
}
.service-box-3-icon{
width: 120px;
height: 120px;
border-radius: 20px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background-image: linear-gradient(rgba(70, 191, 226, .15), transparent);
margin: auto;
}
.service-box-3-icon i{
display: block;
color: #46bfe2;
font-size: 50px;
transform: translateY(35px) rotate(-45deg);
}
.service-box-3 h4{
font-size: 17px;
font-weight: 600;
margin-top: 15px;
}
.service-box-3 p{
font-size: 14px;
color: #999;
font-weight: 500;
margin-top: 15px;
}
.service-box-3-btn{
display: inline-block;
color: #222;
font-size: 14px;
font-weight: 600;
margin-top: 20px;
}
.service-box-3-btn i{
color: #46bfe2;
font-size: 12px;
margin-left: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.service-box-3-btn:hover{
color: #46bfe2;
}
.service-box-3-btn:hover i{
transform: translateX(4px);
}  .features-box{
position: relative;
display: block;
margin: 30px 0px;
}
.features-box-icon{
display: table-cell;
vertical-align: top;
}
.features-box-icon i{
display: inline-block;
width: 80px;
height: 80px;
text-align: center;
color: #46bfe2;
font-size: 50px;
padding: 10px;
border-radius: 50%;
}
.features-box-content{
display: table-cell;
padding-left: 20px;
}
.features-box-content h3{
color: #222;
font-size: 16px;
line-height: 1.6;
font-weight: 600;
}
.features-box p{
font-size: 14px;
color: #777;
font-weight: 500;
line-height: 1.8;
margin-top: 10px;
} .features-box-2{
position: relative;
text-align: center;
padding: 30px;
}
.features-box-2-icon{
width: 120px;
height: 120px;
border-radius: 20px;
transform: rotate(45deg);
background-image: linear-gradient(to bottom, rgba(70, 191, 226, .15), transparent);
margin: auto;
}
.features-box-2-icon i{
display: block;
color: #46bfe2;
font-size: 60px;
transform: translateY(40px) rotate(-45deg);
}
.features-box-2 h4{
font-size: 17px;
font-weight: 600;
margin-top: 8px;
}
.features-box-2 p{
font-size: 14px;
color: #999;
font-weight: 400;
margin-top: 13px;
} .features-box-3{
display: block;
text-align: center;
padding: 10px 15px;
margin: 15px 0px;
}
.features-box-3 i{
font-size: 55px;
color: #46bfe2;
}
.features-box-3 h4{
font-size: 17px;
font-weight: 600;
color: #222;
margin-top: 15px;
}
.features-box-3 p{
font-weight: 400;
margin-top: 12px;
} .features-box-4{
position: relative;
text-align: left;
margin: 20px 0px;
}
.features-box-4 .features-box-4-icon{
text-align: center;
width: 85px;
height: 85px;
border-radius: 100%;
background-image: linear-gradient(to bottom left, rgba(70, 191, 226, .2), transparent);
}
.features-box-4 .features-box-4-icon i{
display: block;
color: #46bfe2;
font-size: 42px;
transform: translateY(22px);
}
.features-box-4 h4{
font-size: 17px;
font-weight: 600;
margin-top: 15px;
}
.features-box-4 p{
font-size: 13px;
color: #999;
line-height: 1.7;
font-weight: 500;
margin-top: 10px;
margin-bottom: 0px;
} .features-box-5{
position: relative;
text-align: center;
margin: 10px 0px;
padding: 20px;
}
.features-box-5 span{
position: relative;
display: block;
font-size: 130px;
line-height: 1;
font-weight: 600;
color: #eee;
opacity: .6;
z-index: 9;
margin-bottom: -80px;
}
.features-box-5 img{
position: relative;
width: 80px;
z-index: 99;
}
.features-box-5 h4{
font-size: 19px;
color: #222;
font-weight: 600;
margin-top: 20px;
}
.features-box-5 p{
font-size: 14px;
color: #999;
line-height: 1.7;
font-weight: 500;
margin-top: 10px;
margin-bottom: 0px;
} .service-section{
position: relative;
background: #fff;
border: 1px solid #eee;
border-radius: 5px;
padding: 30px;
margin-top: 30px;
box-shadow: 0 20px 30px rgba(0,0,0,.01);
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.service-section:hover{
box-shadow: 0 20px 30px rgba(0,0,0,.07);
transform: translateY(-5px);
background: #46bfe2;
}
.service-section:hover .service-section-icon i{
color: #fff;
}
.service-section-icon{
text-align: right;
}
.service-section-icon i{
color: #46bfe2;
font-size: 50px;
}
.service-section h4{
color: #222;
font-size: 20px;
font-weight: 500;
margin-top: 20px;
}
.service-section:hover h4{
color: #fff;
}
.service-section p{
color: #999;
font-size: 14px;
font-weight: 500;
line-height: 1.6;
margin-top: 20px;
}
.service-section:hover p{
color: #fff;
}  .testmonial-box{
position: relative;
display: block;
background: #fff;
border-radius: 10px;
border: 2px solid #f9f9f9;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
padding: 30px;
margin: 35px 20px;
}
.testmonial-box-icon{
display: table-cell;
vertical-align: top;
padding-top: 10px;
width: 80px;
}
.testmonial-box-icon img{
border-radius: 50%;
width: 80px;
height: 80px;
}
.testmonial-box-content{
display: table-cell;
padding-left: 30px;
}
@media (max-width: 767px){
.testmonial-box-content{
display: block;
padding-left: 0px;
}
.testmonial-box-icon{
display: block;
vertical-align: top;
padding-top: 10px;
}
}
.testmonial-box-content h3{
color: #222;
font-size: 16px;
line-height: 1.6;
font-weight: 500;
margin-bottom: 0px;
}
.testmonial-box-content strong{
color: #3484b4;
font-size: 14px;
line-height: 1.6;
font-weight: 500;
margin-bottom: 0px;
}
.testmonial-box-content p{
font-weight: 500;
line-height: 1.8;
margin-top: 15px;
}
.testmonial-box .stars{
margin-top: 10px;
}
.testmonial-box .stars i{
font-size: 14px;
color: #ffb432;
} .testmonials-carousel-2{
background: #fff;
border-radius: 10px;
padding: 45px;
}
.testmonials-carousel-2 .testmonial-item p:before{
content: "“";
display: block;
font-size: 90px;
color: #979797;
font-weight: 600;
height: 45px;
transform: translateY(-50px);
font-family: "Libre Baskerville", serif !important;
}
.testmonials-carousel-2 .testmonial-item p{
font-size: 16px;
color: #222;
}
.testmonials-carousel-2 .testmonial-item h4{
font-size: 17px;
color: #565656;
font-weight: 600;
margin-top: 20px;
}
.testmonials-carousel-2 .testmonial-item h4 span{
font-size: 13px;
color: #979797
}
.testmonials-carousel-2 .testmonial-item .stars{
margin-top: 5px;
}
.testmonials-carousel-2 .testmonial-item .stars i{
font-size: 14px;
color: #46bfe2;
}
.testmonials-carousel-2 .owl-dots{
display: block;
text-align: left;
margin-top: 15x !important;
}
.testmonials-carousel-2 .custom-dot.active span{
background: #222;
}
.testmonials-carousel-2 .custom-dot span{
margin-left: 0px !important;
margin-right: 15px;
} .testmonials-carousel-3{
text-align: center;
}
.testmonials-carousel-3 img{
width: 100px !important;
height: 100px;
border-radius: 100%;
margin: 0px auto 15px auto;
}
.testmonials-carousel-3 .testmonial-box{
box-shadow: none;
border: none;
background: transparent;
padding: 0px;
margin: 0px;
}
.testmonials-carousel-3 .testmonial-box p{
font-family: 'Playfair Display', serif;
font-size: 17px;
font-weight: 500;
font-style: italic;
color: #777;
margin: 15px 0px;
}
.testmonials-carousel-3 .testmonial-box h4{
color: #222;
font-size: 16px;
margin-top: 15px;
}
.testmonials-carousel-3 .testmonial-box h4 strong{
font-size: 13px;
font-weight: 500;
opacity: .7;
}
.testmonials-carousel-3 .testmonial-rating i{
color: #46bfe2;
font-size: 13px;
} .testmonial-box-2{
position: relative;
background: #fff;
border-radius: 5px;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
padding: 30px;
margin: 15px 0px;
}
.testmonial-box-2 .quote-icon{
color: #46bfe2;
font-size: 28px;
}
.testmonial-box-2 p{
font-size: 14px;
color: #999;
line-height: 1.7;
font-weight: 400;
margin: 10px 0px;
}
.testmonial-box-2 .testmonial-img{
display: table-cell;
width: 70px;
height: 70px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-right: 20px;
}
.testmonial-box-2 .d-table{
margin-top: 20px;
}
.testmonial-box-2 .d-table-cell{
vertical-align: top;
}
.testmonial-box-2 h4{
color: #222;
font-size: 16px;
margin-top: 10px;
}
.testmonial-box-2 strong{
display: block;
font-size: 14px;
font-weight: 500;
color: #979797;
margin-top: 5px;
} .testmonial-item-5{
background: #fff;
width: 100%;
border-radius: 5px;
-webkit-box-shadow: 0 20px 20px rgba(0,0,0,.05);
box-shadow: 0 20px 20px rgba(0,0,0,.05);
padding: 30px;
margin: 15px 0px 30px 0px;
}
.testmonial-item-5-img{
display: table-cell; width: 80px;
}
.testmonial-item-5-img img{
display: inline-block;
border-radius: 50%;
width: 110px;
height: 110px; }
.testmonial-item-5-name{
display: table-cell;
padding-left: 30px;
padding-top: 15px;
}
.testmonial-item-5-name h4{
color: #222;
font-size: 18px;
font-weight: 500;
}
.testmonial-item-5-name span{
color: #777;
font-size: 14px;
font-weight: 500;
margin-top: 5px;
}
.testmonial-item-5-text p{
color: #565656;
font-size: 14px;
font-weight: 400;
line-height: 1.9;
text-align: left;
margin-top: 15px;
}
.testmonial-item-5 .stars{
margin-top: 10px;
}
.testmonial-item-5 .stars i{
font-size: 13px;
color: #46bfe2;
}
@media (max-width: 1146px){
.testmonial-item-5{
padding: 20px;
}
}
@media (max-width: 991px){
.testmonial-item-5{
padding: 30px 50px 50px 30px;
}
} .testmonial-parallax{
padding: 0px 80px;
}
@media screen and (max-width:991px){
.testmonial-parallax{
padding: 0px 30px;
}
}
.testmonial-parallax-text h6{
color: #fff;
font-size: 90px;
height: 50px;
line-height: 1;
}
.testmonial-parallax-text p{
color: #fff;
font-size: 22px;
font-style: italic;
font-weight: 300;
line-height: 1.6;
}
.testmonial-parallax-text h4{
color: #fff;
font-size: 22px;
font-weight: 500;
margin-top: 15px;
}
.testmonial-parallax-text strong{
color: #fff;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
opacity: 0.8;
letter-spacing: 2px;
} .clients img{ -webkit-transition-duration: .3s;
transition-duration: .3s;
}
.clients img:hover{
opacity: 1;
}
.clients-grid img{
display: inline-block;
width: 32%; margin: 15px 0px;
padding: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.clients-grid img:hover{
opacity: 1;
} .callback-block{
background: #fff;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
border-radius: 5px;
padding: 45px;
}
.contact-icon-box{
position: relative;
display: block;
border-bottom: 1px solid #e8e8e8;
padding: 35px 0px;
}
.contact-icon-box i{
float: left;
display: inline-block;
color: #46bfe2;
font-size: 50px;
margin-right: 20px;
}
.contact-icon-box h4{
display: block;
color: #222;
font-size: 18px;
font-weight: 600;
margin-left: 15px;
margin-bottom: 5px;
vertical-align: top;
}
.contact-icon-box h5{
display: block;
color: #979797;
font-size: 14px;
font-weight: 500;
margin-top: 7.5px;
}
.contact-icon-box-primary-color .contact-icon-box i{
color: #45bcde !important;
}
.contact-icon-box-primary-color .contact-icon-box h4{
color: #45bcde !important;
}
.contact-icon-box-primary-color .contact-icon-box h5{
color: #45bcde !important;
opacity: 1;
}
.contact-icon-box-dark-color .contact-icon-box i{
color: #222 !important;
}
.contact-icon-box-dark-color .contact-icon-box h4{
color: #222 !important;
}
.contact-icon-box-dark-color .contact-icon-box h5{
color: #222 !important;
opacity: 1;
} .contact-form-2 input, .contact-form-2 textarea, .contact-form-2 select{
display: block;
width: 100%;
font-size: 14px;
font-weight: 500;
border: none;
border-bottom: 2px solid #eee;
padding: 15px 0px;
margin: 15px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.contact-form-2 textarea{
min-height: 110px;
}
.contact-form-2 input:focus, .contact-form-2 textarea:focus, .contact-form-2 select:focus{
border-color: #46bfe2;
} .action-box{
position: relative;
overflow: hidden;
padding: 30px 0px;
} .action-box-xs{
padding: 15px 0px;
}
.action-box-sm{
padding: 30px 0px;
}
.action-box-md{
padding: 60px 0px;
}
.action-box-lg{
padding: 80px 0px;
} .action-box h2 strong,.action-box h3 strong,.action-box h4 strong,.action-box h5 strong,.action-box h6 strong{
font-weight: 700;
}
.action-box h2{
position: relative;
font-size: 36px;
font-weight: 600;
color: #222;
line-height: 1.3;
}
@media screen and (max-width: 767px){
.action-box h2{
font-size: 25px;
}
}
.action-box h3{
position: relative;
font-size: 33px;
font-weight: 400;
color: #222;
line-height: 1.3;
}
@media screen and (max-width: 767px){
.action-box h3{
font-size: 27px;
}
}
.action-box h4{
position: relative;
font-size: 28px;
font-weight: 400;
color: #222;
line-height: 1.3;
}
.action-box h5{
position: relative;
font-size: 24px;
font-weight: 400;
color: #222;
line-height: 1.3;
}
.action-box h6{
position: relative;
font-size: 18px;
font-weight: 600;
color: #222;
line-height: 1.3;
}
.action-box p{
font-size: 15px;
font-weight: 500;
color: #979797;
line-height: 160%;
padding-top: 5px;
margin-bottom: 0px;
}
.action-box small{
display: inline-block;
font-size: 13px;
font-weight: 700;
color: #45bcde;
line-height: 150%;
text-transform: uppercase;
margin-bottom: 10px;
}
.content-block{
position: relative;
overflow: hidden;
height: auto;
}
.full-content{
position: relative;
overflow: hidden;
height: 100%;
padding: 15%;
}
@media (max-width: 767px){
.full-content{
padding: 45px 15px;
}
}
.full-content h2{
color: #fff;
font-size: 40px;
}
.full-content h3{
color: #fff;
font-size: 30px;
}
.full-content h4{
color: #fff;
font-size: 20px;
margin-bottom: 10px;
}
.full-content h5{
color: #fff;
font-size: 17px;
}
.full-content p{
color: #979797;
font-size: 13px;
margin: 15px 0px 15px 0px;
} .black-overlay-light:before{
background: rgba(0, 0, 0, 0.03);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-5:before{
background: rgba(0, 0, 0, 0.05);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-10:before{
background: rgba(0, 0, 0, 0.1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-20:before{
background: rgba(0, 0, 0, 0.2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-30:before{
background: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-40:before{
background: rgba(0, 0, 0, 0.4);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-50:before{
background: rgba(0, 0, 0, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-60:before{
background: rgba(0, 0, 0, 0.6);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-70:before{
background: rgba(0, 0, 0, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-80:before{
background: rgba(0, 0, 0, 0.8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-90:before{
background: rgba(0, 0, 0, 0.9);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.black-overlay-100:before{
background: rgba(0, 0, 0, 1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.primary-overlay-10:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .1;
}
.primary-overlay-20:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .2;
}
.primary-overlay-30:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .3;
}
.primary-overlay-40:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .4;
}
.primary-overlay-50:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .5;
}
.primary-overlay-60:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .6;
}
.primary-overlay-70:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .7;
}
.primary-overlay-80:before{
background: #3484b5;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .8;
}
.primary-overlay-90:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .9;
}
.primary-overlay-100:before{
background: #46bfe2;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: 1;
}
.white-overlay-10:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .1;
}
.white-overlay-20:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .2;
}
.white-overlay-30:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .3;
}
.white-overlay-40:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .4;
}
.white-overlay-50:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .5;
}
.white-overlay-60:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .6;
}
.white-overlay-70:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .7;
}
.white-overlay-80:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .8;
}
.white-overlay-90:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .9;
}
.white-overlay-100:before{
background: #fff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: 1;
}
.white-background{
background: #fff !important;
}
.black-background{
background: #000;
}
.pixels-bg:after{
background: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/bg-pixel.png);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -9;
opacity: .3;
}
.pixels-bg-upp:after{
background: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/bg-pixel.png);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
opacity: .5;
}
.opacity-01{
opacity: 0.1 !important;
}
.opacity-02{
opacity: 0.2 !important;
}
.opacity-03{
opacity: 0.3 !important;
}
.opacity-04{
opacity: 0.4 !important;
}
.opacity-05{
opacity: 0.5 !important;
}
.opacity-06{
opacity: 0.6 !important;
}
.opacity-07{
opacity: 0.7 !important;
}
.opacity-08{
opacity: 0.8 !important;
}
.opacity-09{
opacity: 0.9 !important;
}  .pricing-box{
position: relative;
border-radius: 5px;
background: #fff;
border: 1px solid #eee;
padding: 50px 50px;
box-shadow: 0 20px 30px rgba(0,0,0,.03);
margin-bottom: 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-box:hover{
transform: translateY(-10px);
box-shadow: 0 20px 30px rgba(0,0,0,.09);
}
.pricing-box-icon{
text-align: center;
}
.pricing-box-icon i{
color: #777;
font-size: 50px;
}
.pricing-box h4{
text-align: center;
color: #222;
font-size: 20px;
font-weight: 500;
margin-top: 15px;
}
.pricing-box h2{
text-align: center;
color: #46bfe2;
font-size: 35px;
font-weight: 400;
margin-top: 10px;
}
.pricing-box h2 sup{
color: #46bfe2;
font-size: 25px;
font-weight: 400;
}
.pricing-box h2 span{
color: #999;
font-size: 13px;
font-weight: 500;
}
.pricing-box ul{
margin-top: 35px;
}
.pricing-box ul li{
font-size: 14px;
color: #777;
font-weight: 500;
line-height: 1.5;
padding: 6px 0px;
}
.pricing-box ul li i{
font-size: 14px;
color: #46bfe2;
float: right;
margin-top: 10px;
}
.pricing-box-button{
text-align: center;
}
.pricing-box-button a{
display: inline-block;
position: relative;
font-size: 13px;
color: #46bfe2;
font-weight: 500;
border: 2px solid #46bfe2;
background: transparent;
border-radius: 5px;
padding: 10px 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
margin-top: 35px;
}
.pricing-box-button a:hover{
color: #fff;
background: #46bfe2;
}
.pricing-box-button-active a{
color: #fff;
background: #46bfe2;
}
.pricing-box-button-active a:hover{
color: #46bfe2;
background: #fff;
} .pricing-section{
position: relative;
transform: scale(1.05);
text-align: center;
background: #fff;
border: 2px solid #46bfe2;
border-radius: 5px;
padding-bottom: 35px;
margin-top: 20px;
z-index: 2;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
@media (max-width: 767px){
.pricing-section{
transform: scale(1);
}
}
.pricing-section-advanced{
transform: scale(1);
background: rgba(70, 191, 226, 0.05);
border: 2px solid transparent;
z-index: 1;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-section-price{
background: transparent;
padding: 25px 0px;
}
.pricing-section-price h2{
font-family: 'Montserrat', sans-serif;
color: #46bfe2;
font-size: 60px;
font-weight: 700;
}
.pricing-section-price h2 sup{
color: #46bfe2;
font-size: 35px;
font-weight: 700;
margin-right: 5px;
}
.pricing-section-price h4{
color: #222;
font-size: 19px;
font-weight: 600;
line-height: 1.7;
}
.pricing-section-price h6{
color: #999;
font-size: 15px;
font-weight: 500;
}
.pricing-section ul{
padding: 0px 40px;
margin-top: 5px;
}
.pricing-section ul li{
color: #777;
text-align: left;
font-size: 15px;
border-bottom: 1px solid #eee;
padding: 10px 0px;
} .pricing-box-3{
position: relative;
background: #fff;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
padding: 30px 30px 40px 30px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-box-3:hover{
box-shadow: 0 20px 30px rgba(0,0,0,.1);
}
.pricing-box-3-category{
padding: 20px 0px;
border-bottom: 1px solid #eee;
}
.pricing-box-3-category h4{
color: #46bfe2;
font-size: 20px;
font-weight: 500;
}
.pricing-box-3-category h5{
color: #999;
font-size: 14px;
font-weight: 500;
margin-top: 3px;
}
.pricing-box-3 h2{
font-family: 'Montserrat', sans-serif;
font-size: 45px;
color: #222;
font-weight: 500;
margin-top: 20px;
}
.pricing-box-3 h2 span{
font-size: 14px;
color: #999;
font-weight: 500;
margin-left: 5px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-box-3:hover h2 span{
color: #46bfe2;
}
.pricing-box-3 ul{
margin-top: 20px;
}
.pricing-box-3 ul li{
color: #999;
font-size: 14px;
line-height: 1.5;
padding: 5px 0px;
}
.pricing-box-3 ul li i{
margin-right: 5px;
}
.ti-check{
color: #4a8fff;
font-size: 12px;
}
.ti-close{
color: #F00;
font-size: 12px;
}
.pricing-box-3-button{
display: inline-block;
position: relative;
font-size: 15px;
color: #46bfe2;
font-weight: 500;
border: 1.5px solid #46bfe2;
background: #fff;
border-radius: 5px;
padding: 11px 20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.pricing-box-3:hover .pricing-box-3-button{
color: #222;
border: 1.5px solid #222;
}
.pricing-box-3-button:hover{
box-shadow: 0 10px 10px rgba(0,0,0,.09);
} .pricing-box-3-sale{
display: inline-block;
text-align: center;
position: absolute;
background: #46bfe2;
top: 0px;
right: 40px;
padding: 0px;
margin: 0px;
width: 31px;
height: auto;
}
.pricing-box-3-sale:after{
display: block;
content: '';
position: relative;
bottom: 0px;
left: -13%;
width: 0;
height: 50px;
border: 20px solid transparent;
border-bottom-color: #fff;
border-top: 0;
}
.pricing-box-3-sale h5{
transform: rotate(90deg);
margin-top: 20px;
color: #fff;
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
}
@media (max-width: 767px){
.pricing-box-3{
margin-top: 20px;
padding: 30px;
}
.pricing-box-3-category{
padding: 0px 0px;
}
.pricing-box-3-sale{
margin-top: 20px;
}
}  .team-box-2{
position: relative;
border-radius: 10px;
box-shadow: 0 90px 30px rgba(0,0,0,.05);
margin: 15px 0px 80px 0px;
}
.team-box-2 img{
display: block;
width: 100%;
height: auto;
}
.team-box-2-info{
position: absolute;
bottom: -80px;
left: 0;
width: 100%;
padding: 20px 12px;
background: #fff;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-box-2:hover .team-box-2-info{
padding: 25px 12px;
}
.team-box-2-info h4{
color: #222;
font-size: 18px;
font-weight: 500;
}
.team-box-2-info h6{
color: #999;
font-size: 14px;
font-weight: 500;
margin-top: 3px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.team-box-2:hover .team-box-2-info h6{
color: #46bfe2;
}
.team-box-2-icon{
visibility: hidden;
opacity: 0;
margin-top: -20px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-box-2:hover .team-box-2-icon{
opacity: 1;
visibility: visible;
margin-top: 20px;
}
.team-box-2-icon li{
display: inline-block;
}
.team-box-2-icon li a i{
font-size: 15px;
color: #777;
margin-right: 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-box-2-icon li a i:hover{
color: #46bfe2;
} .team-box-3{
overflow: hidden;
position: relative;
border-radius: 5px;
margin-bottom: 30px;
box-shadow: 0 20px 30px rgba(0,0,0,.1);
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-box-3:hover{
box-shadow: 0 20px 30px rgba(0,0,0,.2);
}
.team-box-3 img{
display: block;
width: 100%;
height: auto;
}
.team-box-3-info{
position: absolute;
background: #fff;
overflow: hidden;
z-index: 100;
max-height: 100%;
height: auto;
text-align: left;
padding: 30px;
bottom: -10px;
opacity: 0;
left: 20px;
right: 20px;
border-radius: 5px;
border: 1px solid #e5e7f2;
box-shadow: 0 20px 30px rgba(0,0,0,0.5);
-webkit-transition: .4s ease-out;
-o-transition: .4s ease-out;
transition: .4s ease-out;
}
.team-box-3:hover .team-box-3-info{
bottom: 20px;
opacity: 1;
box-shadow: 0 20px 30px rgba(0,0,0,.2);
}
.team-box-3-info h4{
color: #222;
font-size: 17px;
font-weight: 600;
margin-bottom: 5px;
line-height: 1;
}
.team-box-3-info span{
color: #999;
font-size: 13px;
font-weight: 500;
}
.team-box-3-info p{
color: #777;
font-size: 12px;
font-weight: 500;
line-height: 1.6;
margin-top: 10px;
}
.team-box-3-info ul{
margin-top: 20px;
}
.team-box-3-info ul{
margin-top: 20px;
}
.team-box-3-info ul li{
display: inline-block;
margin-right: 12px;
}
.team-box-3-info ul li i{
color: #777;
font-size: 16px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.team-box-3-info ul li i:hover{
color: #46bfe2;
font-size: 16px;
}
@media (max-width: 991px){
.team-box-3-info{
width: 250px;
margin-left: -125px;
}
}
@media (max-width: 767px){
.team-box-3{
margin: 20px 0px;
}
.team-box-3-info{
z-index: 100;
max-height: 400px;
width: 400px;
height: auto;
margin-left: -155px;
left: 40%;
}
} .chartjs{
height: 320px;
} .timeline{
position: relative;
max-width: 100%;
margin: 0 auto;
}
.timeline::after{
content: '';
position: absolute;
width: 2px;
background-color: #eee;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
} .timeline-container{
padding: 10px 40px;
position: relative;
background-color: inherit;
width: 50%;
} .timeline-container::after{
content: '';
position: absolute;
width: 12px;
height: 12px;
right: -4px;
background-color: #fff;
border: 2px solid #46bfe2;
top: 15px;
border-radius: 50%;
z-index: 1;
}
.timeline-left{
left: 0;
}
.timeline-right{
left: 50%;
} .timeline-left::before{
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;
} .timeline-right::before{
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
left: 10px;
border: 2px solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
.timeline-right::after{
left: -8px;
} .timeline-content{
padding: 0px 0px 50px 0px;
background-color: white;
position: relative;
border-radius: 6px;
}
.timeline-content-inner{
background: #f7f7f7;
border-radius: 10px;
padding: 20px 30px 30px 30px;
}
.timeline-content-inner p{
font-size: 14px;
color: #999;
line-height: 1.7;
font-weight: 400;
margin-bottom: 0px;
}
.timeline-content h3{
display: block;
color: #222;
font-size: 16px;
font-weight: 500;
margin: 7px 0px;
}
.timeline h2{
display: block;
color: #46bfe2;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
}
.timeline-left-all h2{
width: 50%;
color: #46bfe2;
margin-left: 50%;
padding-left: 30px;
margin-bottom: -35px;
}
.timeline-right-all h2{
width: 50%;
text-align: right;
color: #46bfe2;
padding-right: 35px;
margin-bottom: -35px;
}
@media screen and (max-width: 600px){
.timeline::after{
left: 31px;
}
.timeline-container{
width: 100%;
padding-left: 70px;
padding-right: 25px;
}
.timeline-container::before{
left: 60px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
.timeline-left::after, .timeline-right::after{
left: 20px;
}
.timeline-right{
left: 0%;
}
.timeline-left-all h2{
margin: 0px;
width: 100%;
padding-left: 65px;
padding-bottom: 10px;
margin-bottom: 0px !important;
color: #45bcde;
text-align: left !important;
}
.timeline-right-all h2{
margin: 0px;
width: 100%;
padding-left: 65px;
padding-bottom: 10px;
margin-bottom: 0px !important;
color: #46bfe2;
text-align: left !important;
}
}
.timeline-left .timeline-content{
text-align: right;
}
@media screen and (max-width: 600px){
.timeline-left .timeline-content{
text-align: left;
}
} .contact-box-info-4{
position: relative;
text-align: center;
border-bottom: 2px solid transparent;
padding: 20px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.contact-box-info-4:hover{
border-color: #46bfe2;
}
.contact-box-info-4 i{
color: #46bfe2;
font-size: 55px;
}
.contact-box-info-4 h4{
color: #222;
font-size: 19px;
font-weight: 500;
padding-top: 15px;
}
.contact-box-info-4 p{
color: #999;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
padding-top: 15px;
}
.contact-box-info-4 h5{
color: #46bfe2;
font-size: 15px;
font-weight: 500;
padding-top: 15px;
} .contact-box-place-office{
position: relative;
text-align: left;
background: rgba(255, 255, 255, .8);
border: 1px solid #f5f5f5;
border-radius: 5px;
box-shadow: 0 20px 30px rgba(0,0,0,.05);
padding: 40px 60px;
margin: 15px 0px;
z-index: 9999;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
@media screen and (max-width: 991px){
.contact-box-place-office{
padding: 30px;
}
}
.contact-box-place-office:hover{
background: rgba(255, 255, 255, 1);
box-shadow: 0 20px 30px rgba(0,0,0,.08);
}
.contact-box-place-office i{
color: #222;
font-size: 45px;
}
.contact-box-place-office h4{
color: #222;
font-size: 22px;
font-weight: 500;
margin-top: 10px;
}
.contact-box-place-office h6{
color: #555;
font-size: 14px;
font-weight: 500;
margin-top: 7px;
}
.contact-box-place-office p{
color: #666;
font-size: 13px;
font-weight: 500;
margin-top: 7px;
line-height: 1.6;
}
.contact-box-place-office ul{
text-align: left;
margin-top: 20px;
}
.contact-box-place-office ul li{
color: #666;
font-size: 14px;
font-weight: 400;
padding: 5px 0px;
}
.contact-box-place-office ul li i{
color: #46bfe2;
font-size: 14px;
margin-right: 15px;
} .search-result{
position: relative;
display: block;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
padding-bottom: 20px;
}
.search-result a{
display: inline-block;
color: #222;
font-size: 19px;
font-weight: 500;
margin-bottom: 10px;
}
.search-result a:hover{
color: #46bfe2;
}
.search-result p{
font-size: 14px;
font-weight: 400;
} .sidebar-primary{
position: relative;
background: #fff;
border-radius: 5px;
border-style: none;
border-width: 1px;
border-color: #e5e5e5;
box-shadow: 0px 10px 60px rgba(0,0,0,0.1);
padding: 30px 25px;
}
.sidebar-primary .sidebar-title{
font-size: 18px;
font-weight: 500;
}
.sidebar-primary .sidebar-title:after{
content: '';
display: block;
width: 65px;
max-width: 100%;
height: 2px;
background: #46bfe2;
margin-top: 10px;
}
.products-square{
margin-right: -5px;
margin-left: -5px;
}
.products-square a{
display: inline-block;
width: calc(100% / 3);
margin: 0px -2px;
padding: 5px;
}
.products-square img{
width: 100% ;
border-radius: 5px;
} .vertical-nav-1{
display: block;
}
.vertical-nav-1 li{
border-bottom: 1px solid #eee;
}
.vertical-nav-1 li a{
display: block;
color: #555;
font-size: 14px;
font-weight: 500;
padding: 15px 0px;
}
.vertical-nav-1 li a:hover{
color: #46bfe2;
} .izimodal{
overflow: hidden;
}
.iziModal-content{
width: 100%;
}
.modal-inside{
position: relative;
width: 100%;
}
.close-modal{
opacity: 1;
width: 20px;
height: 20px;
text-align: center;
border-radius: 100%;
position: absolute;
top: 5px;
right: 12px;
color: #aaa;
z-index: 20;
line-height: 40px;
font-weight: 100;
font-size: 17px;
}
.close-modal i{
color: #aaa;
line-height: 40px;
font-weight: 100;
font-size: 17px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.close-modal:hover i{
color: #222;
}
.modal-heading{
margin-bottom: 15px;
}
.modal-heading h2{
font-size: 36px;
color: #222;
font-weight: 300;
line-height: 1.5;
}
.modal-heading h3{
font-size: 28px;
color: #222;
font-weight: 600;
line-height: 1.5;
}
.modal-heading h4{
font-size: 25px;
color: #222;
font-weight: 500;
line-height: 1.5;
}
.modal-heading h5{
font-size: 20px;
color: #222;
font-weight: 600;
line-height: 1.5;
}
.modal-heading h6{
font-size: 17px;
color: #222;
font-weight: 600;
line-height: 1.5;
}
.modal-heading strong{
font-weight: 600;
letter-spacing: -1px;
word-spacing: 1px;
}
.modal-heading ul{
padding: 0px;
}
.modal-heading ul li{
list-style-type: none;
display: inline-block;
}
.modal-heading ul li:after{
content: " /";
font-size: 13px;
color: #999;
margin: 0px 2px;
}
.modal-heading ul li:last-child:after{
content: none;
}
.modal-heading ul li a{
font-size: 13px;
color: #999;
line-height: 1.7;
font-weight: 400;
}
.modal-heading ul li a:hover{
color: #45bcde;
}
.modal-inside p{
font-size: 13px;
color: #999;
line-height: 1.7;
font-weight: normal;
}
.izimodal .inner-frame{
padding: 0px 30px 30px 30px;
} .maintenance-section{
display: flex;
align-items: center;
position: relative;
background-size: cover;
background-repeat: no-repeat;
min-height: 100%;
z-index: 99;
}  .error-section{
position: relative;
display: flex;
align-items: center;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
z-index: 99;
}
.error-section h1{
position: relative;
color: #fff;
font-size: 150px;
font-weight: 700;
line-height: 1;
}
.error-section h2{
color: #fff;
font-size: 60px;
font-weight: 700;
line-height: 1;
opacity: .3;
}
@media screen and (max-width: 767px){
.error-section h2{
color: #fff;
font-size: 30px;
font-weight: 700;
line-height: 1;
opacity: .3;
}
}
.error-section h3{
color: #fff;
font-size: 25px;
font-weight: 700;
line-height: 1;
opacity: .3;
margin-top: 15px;
}
@media screen and (max-width: 767px){
.error-section h3{
color: #fff;
font-size: 15px;
font-weight: 700;
line-height: 1.5;
opacity: .3;
margin-top: 15px;
}
} .error-section-2{
position: relative;
padding-top: 130px;
}
.error-section-2 h1{
position: relative;
color: #46bfe2;
font-size: 120px;
font-weight: 700;
line-height: 1;
}
.error-section-2 h2{
position: relative;
color: #222;
font-size: 35px;
font-weight: 500;
margin-top: 10px;
}
.error-section-2 h3{
position: relative;
color: #222;
font-size: 20px;
font-weight: 500;
margin-top: 10px;
} .error-3{
--color-text: red;
--color-bg: #000;
--color-link: #f9d77e;
--color-link-hover: #fff;
--color-info: #efc453;
--glitch-width: 100vw;
--glitch-height: 100vh;
--gap-horizontal: 10px;
--gap-vertical: 5px;
--time-anim: 4s;
--delay-anim: 2s;
--blend-mode-1: none;
--blend-mode-2: none;
--blend-mode-3: none;
--blend-mode-4: none;
--blend-mode-5: overlay;
--blend-color-1: transparent;
--blend-color-2: transparent;
--blend-color-3: transparent;
--blend-color-4: transparent;
--blend-color-5: #af4949;
}
.imgloaded .content__title,.imgloaded .content__text,.imgloaded .content__text-1,.imgloaded .content__text-2{
animation-name: glitch-anim-text;
animation-duration: var(--time-anim);
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.content__title{
font-size: 200px;
font-weight: 500;
margin: 120px 0 0 0;
line-height: 1;
position: relative;
animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}
.content__text{
text-align: center;
font-size: 45px;
font-weight: 600;
opacity: .5;
margin-top: 0px;
animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
.content__text-1{
text-align: center;
font-size: 19px;
font-weight: 500;
margin-top: 20px;
animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
.error-box-3-text{
display: flex;
flex-direction: column;
align-items: center;
padding: 0px 20px;
}
.error-box-3-text h2{
color: #fff;
z-index: 999;
}
.error-box-3-text h4{
color: #fff;
z-index: 999;
}
.error-box-3-text h5{
color: #fff;
z-index: 999;
} .glitch{
overflow: hidden;
width: 100%;
}
.glitch__img{
background: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/bg11.jpg) no-repeat 50% 0;
background-color: var(--blend-color-1);
background-size: cover;
height: 100%;
transform: translate3d(0,0,0);
background-blend-mode: var(--blend-mode-1);
}
.glitch__img:nth-child(n+2){
opacity: 0;
}
.imgloaded .glitch__img:nth-child(n+2){
animation-duration: var(--time-anim);
animation-delay: var(--delay-anim);
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.imgloaded .glitch__img:nth-child(2){
background-color: var(--blend-color-2);
background-blend-mode: var(--blend-mode-2);
animation-name: glitch-anim-1;
}
.imgloaded .glitch__img:nth-child(3){
background-color: var(--blend-color-3);
background-blend-mode: var(--blend-mode-3);
animation-name: glitch-anim-2;
}
.imgloaded .glitch__img:nth-child(4){
background-color: var(--blend-color-4);
background-blend-mode: var(--blend-mode-4);
animation-name: glitch-anim-3;
}
.imgloaded .glitch__img:nth-child(5){
background-color: var(--blend-color-5);
background-blend-mode: var(--blend-mode-5);
animation-name: glitch-anim-flash;
} @keyframes glitch-anim-1{
0%{
opacity: 1;
transform: translate3d(var(--gap-horizontal),0,0);
-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
}
2%{
-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
}
4%{
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
}
6%{
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
}
8%{
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
10%{
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
12%{
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
14%{
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
16%{
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
18%{
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
20%{
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
21.9%{
opacity: 1;
transform: translate3d(var(--gap-horizontal),0,0);
}
22%, 100%{
opacity: 0;
transform: translate3d(0,0,0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-2{
0%{
opacity: 1;
transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
}
3%{
-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
}
5%{
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
}
7%{
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
}
9%{
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
}
11%{
-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
}
13%{
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
}
15%{
-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
}
17%{
-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
}
19%{
-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
}
20%{
-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
}
21.9%{
opacity: 1;
transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
}
22%, 100%{
opacity: 0;
transform: translate3d(0,0,0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-3{
0%{
opacity: 1;
transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
}
1.5%{
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
}
2%{
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
}
2.5%{
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
}
3%{
-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
}
5%{
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
}
5.5%{
-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
}
7%{
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
}
8%{
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
9%{
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
}
10.5%{
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
}
11%{
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
}
13%{
-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
}
14%{
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
}
14.5%{
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
}
15%{
-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
}
16%{
-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
}
18%{
-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
}
20%{
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
}
21.9%{
opacity: 1;
transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
}
22%, 100%{
opacity: 0;
transform: translate3d(0,0,0);
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
}
@keyframes glitch-anim-text{
0%{
transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
2%{
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
4%{
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
5%{
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
6%{
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
7%{
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
8%{
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
9%{
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
9.9%{
transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
}
10%, 100%{
transform: translate3d(0,0,0) scale3d(1,1,1);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
} @keyframes glitch-anim-flash{
0%, 5%{
opacity: 0.2;
transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
}
5.5%, 100%{
opacity: 0;
transform: translate3d(0, 0, 0);
}
}
@media (max-width: 768px){
.content__title{
font-size: 150px;
margin: 100px 0 0 0;
}
.content__text{
text-align: center;
font-size: 25px;
}
.content__text-1{
text-align: center;
font-size: 20px;
}
}  .shop-1{
position: relative;
overflow: hidden;
width: 100%;
height: auto;
text-align: center;
cursor: pointer;
margin: 15px 0px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.shop-1:hover{
-webkit-box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
}
.shop-1 img{
position: relative;
display: block;
width: 100%;
height: auto;
}
.shop-1{
background: transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.shop-1:hover{
background: #000;
}
.shop-1 h6{
position: absolute;
bottom: 10px;
right: 0;
left: 0;
font-size: 18px;
color: #fff;
padding: 30px 5px;
}
.shop-1 h6:hover{
color: #fff;
}
.shop-1 p{
position: absolute;
bottom: -15px;
right: 0;
left: 0;
font-size: 15px;
color: #fff;
padding: 25px 30px;
}
.shop-1 p span{
text-decoration: line-through;
color: #aaa;
padding: 0px 5px;
}
.shop-1 h6{
text-transform: none;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
.shop-1 p{
text-transform: none;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
.shop-1:hover img{
-webkit-transform: translate3d(0,-80px,0);
transform: translate3d(0,-80px,0);
}
.shop-1:hover h6{
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.shop-1:hover p{
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
} .shop-classic-sale-img{
display: block;
float: right;
position: absolute;
text-align: center;
background: #45bcde;
left: 20px;
top: 5px;
min-width: 60px;
padding: 4px 0px;
margin: 10px 0px 15px 0px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.shop-1:hover .shop-classic-sale-img{
-webkit-box-shadow: 2px 2px 30px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 2px 2px 30px 0px rgba(50, 50, 50, 0.5);
box-shadow: 2px 2px 30px 0px rgba(50, 50, 50, 0.5);
}
.shop-classic-sale-img h4{
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
margin-top: 0px;
}
.shop-classic-hot-img{
display: block;
float: right;
position: absolute;
text-align: center;
background: #46bfe2;
left: 20px;
top: 5px;
min-width: 60px;
padding: 4px 0px;
margin: 10px 0px 15px 0px;
}
.shop-classic-hot-img h4{
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
margin-top: 0px;
}
@media(max-width: 1195px){
.shop-1 h6{
position: absolute;
bottom: 13px;
right: 0;
left: 0;
font-size: 16px;
padding: 20px 20px;
}
}
@media(max-width: 768px){
.shop-1 h6{
position: absolute;
bottom: 15px;
right: 0;
left: 0;
font-size: 18px;
padding: 25px 25px;
}
}
.shop-product{
margin-top: 10px;
}
.shop-product img{
width: 100%;
border-radius: 5px;
}
.shop-product h3{
line-height: 1.3;
margin-top: -10px;
}
.shop-product h3 a{
display: inline-block;
color: #333;
font-size: 15px;
font-weight: 500;
}
.shop-product h3 a:hover{
color: #46bfe2;
}
.shop-product h6{
color: #999;
font-size: 14px;
font-weight: 500;
margin-top: -3px !important;
}
.shop-product h6{
color: #999;
font-size: 14px;
font-weight: 500;
margin-top: 5px;
}
@media (max-width: 991px){
.price-star ul{
display: block;
float: none;
}
.over h5{
font-size: 14px;
}
.over{
position: absolute;
bottom: 85px;
}
.shop-2:hover .over{
height: 15%;
}
}
@media (max-width: 767px){
.price-star ul{
display: inline-block;
float: right;
}
.over{
position: absolute;
bottom: 63px;
}
.shop-2:hover .over{
height: 13%;
}
}
.price-star{
text-align: left;
margin-top: 5px;
}
.price-star i{
font-size: 12px;
color: #46bfe2;
}
.price-star h6{
color: #333;
display: inline-block;
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
}
.price-star h6 span{
color: #777 ;
text-decoration: line-through;
font-size: 10px;
font-weight: 500;
}
.price-star ul{
display: block;
}
.price-star ul li{
display: inline-block;
color: #46bfe2;
margin: 0px;
}
.single-product{
padding-left: 30px;
}
@media screen and (max-width:767px){
.single-product{
padding-left: 0px;
margin-top: 30px;
}
}
.single-product h2{
font-size: 25px;
font-weight: 600;
color: #222;
}
.single-product p{
font-size: 15px;
font-weight: 400;
line-height: 180%;
color: #999;
margin-top: 20px;
}
.product-review-area{
margin-top: 15px;
}
.product-review-area i{
color: #f9d100;
font-size: 18px;
margin-right: 2px;
}
.product-review-area span{
color: #111;
font-size: 14px;
margin-left: 10px;
}
.single-product-price{
margin-top: 20px;
}
.single-product-price h4{
font-size: 25px;
font-weight: 500;
color: #222;
}
.product-categories{
display: block;
margin-top: 35px;
border-top: 1px solid #eee;
padding: 20px 5px 0px 5px;
}
.product-categories ul{
display: block;
}
.product-categories span{
font-size: 15px;
font-weight: 600;
color: #222;
line-height: 2;
}
.product-categories ul{
display: inline-block;
padding-left: 20px;
margin-bottom: 0px;
}
.product-categories ul li{
list-style-type: none;
display: inline-block;
color: #999;
font-weight: 500;
}
.product-categories ul li a{
color: #999;
font-size: 14px;
}
.product-categories ul li a:hover{
color: #46bfe2;
}
.product-categories ul li:after{
content: ' / ';
display: inline-block;
font-size: 10px;
color: #999;
margin: 0px 5px;
}
.product-categories ul li:last-child:after{
content: none;
}
.product-tags{
display: block;
padding: 0px 5px;
}
.product-tags ul{
display: block;
}
.product-tags span{
font-size: 15px;
font-weight: 600;
color: #222;
line-height: 2;
}
.product-tags ul{
display: inline-block;
padding-left: 20px;
margin-bottom: 0px;
}
.product-tags ul li{
list-style-type: none;
display: inline-block;
color: #999;
font-weight: 500;
}
.product-tags ul li a{
color: #999;
font-size: 14px;
}
.product-tags ul li a:hover{
color: #46bfe2;
}
.product-tags ul li:after{
content: ', ';
display: inline-block;
font-size: 10px;
color: #aaa;
margin: 0px 5px;
}
.product-tags ul li:last-child:after{
content: none;
}
.quantity{
position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button,.quantity input[type=number]::-webkit-outer-spin-button{
-webkit-appearance: none;
margin: 0;
}
.quantity input[type=number]{
-moz-appearance: textfield;
}
.quantity input{
width: 85px;
height: 42px;
line-height: 1.65;
font-size: 16px;
color: #222;
background: #f5f5f5;
font-weight: 600;
float: left;
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
border: 2px solid #f5f5f5;
}
.quantity input:focus{
outline: 0;
}
.quantity-nav{
float: left;
position: relative;
height: 42px;
}
.quantity-button{
position: relative;
cursor: pointer;
width: 30px;
text-align: center;
color: #999;
background: #f5f5f5;
border: 2px solid #f5f5f5;
font-size: 17px;
font-weight: 600;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
}
.quantity-button i{
font-size: 13px;
}
.quantity-button.quantity-up{
position: absolute;
height: 50%;
top: 0;
}
.quantity-button.quantity-down{
position: absolute;
bottom: 0px;
height: 50%;
border-top: none;
}
.quantity-button.quantity-down i{
transform: translateY(-7px);
}
.add-to-cart-button{
display: inline-block;
background: #46bfe2;
color: #fff;
font-size: 14px;
font-weight: 500;
padding: 10px 30px;
margin-left: 10px;
border-radius: 3px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.add-to-cart-button:hover{
background: #222;
color: #fff;
}
.product-share{
background: #f9f9f9;
border-radius: 5px;
padding: 20px 15px;
}
.product-share span{
font-size: 15px;
font-weight: 600;
color: #222;
margin-right: 15px;
}
.product-share a i{
color: #222;
font-size: 15px;
padding: 0px 7px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.product-share a i:hover{
color: #46bfe2;
} .shop-tabs .tabs{
position: relative;
}
.shop-tabs .tabs .tab-menu{
display: flex;
}
.shop-tabs .tabs .tab-menu li{
background: transparent;
width: calc(100% / 3);
text-align: center;
}
.shop-tabs .tabs .tab-menu li a{
color: #222;
display: block;
font-size: 15px;
border-bottom: 1px solid #eee;
font-weight: 600;
padding: 18px 24px;
text-decoration: none;
}
.shop-tabs .tabs .tab-menu li:hover a, .tabs li:hover i{
color: #46bfe2;
}
.shop-tabs .tab-menu .active-tab a, .shop-tabs .active-tab a i{
color: #46bfe2 !important;
border-color: #46bfe2 !important;
}
.shop-tabs .tab-menu{
margin-bottom: 4px;
}
@media screen and (max-width: 1200px){
.shop-tabs .tabs .tab-menu li{
background: #f9f9f9;
display: inline-block;
text-align: center;
width: auto;
}
.shop-tabs .tabs .tab-menu li a{
color: #111;
display: block;
font-size: 15px;
font-weight: 500;
padding: 18px 24px;
text-decoration: none;
}
}
@media screen and (max-width:767px){
.shop-tabs .tabs .tab-menu li{
display: block;
width: 100%;
text-align: center;
margin-bottom: 4px;
}
.shop-tabs .tab-menu .tabs li a{
display: block;
}
.shop-tabs .tab-menu .tabs li i{
font-size: 25px;
}
}
.product-tab-body{
display: block;
position: relative;
background: transparent !important;
margin-top: 30px;
}
.product-tab-body h2{
font-size: 30px;
color: #222;
font-weight: 300;
margin-bottom: 10px;
}
.product-tab-body h3{
font-size: 18px;
color: #222;
font-weight: 600;
margin-bottom: 10px;
}
.product-tab-body h4{
font-size: 20px;
color: #222;
font-weight: 600;
margin-bottom: 10px;
}
.product-tab-body h5{
font-size: 15px;
color: #222;
font-weight: 600;
margin-bottom: 10px;
}
.product-tab-body h2:after, .product-tab-body h3:after, .product-tab-body h4:after, .product-tab-body h5:after{
content: '';
display: block;
width: 70px;
height: 2px;
background: #46bfe2;
margin-top: 15px;
margin-bottom: 10px;
}
.product-tab-body ul{
margin-top: 15px;
}
.product-tab-body ul li{
display: block;
font-size: 15px;
color: #111;
border-bottom: 1px dashed #ddd;
line-height: 1.9;
font-weight: 500;
padding: 15px 5px;
}
.product-tab-body ul li span{
display: inline-block;
width: 200px;
max-width: 100%;
}
.product-tab-body ul li:before{
content: "??";
display: inline-block;
color: #45bcde;
font-size: 14px;
margin-right: 10px;
line-height: 1;
}
.product-tab-body p{
font-size: 14px;
color: #999;
line-height: 1.9;
font-weight: 400;
margin: 15px 0px;
} .shop-form-title{
font-size: 15px;
color: #111;
font-weight: 500;
line-height: 1;
}
.rating{
display: inline-block;
position: relative;
height: 30px;
font-size: 30px;
}
.rating label{
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
line-height: 1;
}
.rating label:last-child{
position: static;
}
.rating label:nth-child(1){
z-index: 5;
}
.rating label:nth-child(2){
z-index: 4;
}
.rating label:nth-child(3){
z-index: 3;
}
.rating label:nth-child(4){
z-index: 2;
}
.rating label:nth-child(5){
z-index: 1;
}
.rating label input{
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.rating label .icon{
float: left;
color: transparent;
}
.rating label:last-child .icon{
color: #ccc;
}
.rating:not(:hover) label input:checked ~ .icon,.rating:hover label:hover input ~ .icon{
color: #46bfe2;
}
.rating label input:focus:not(:checked) ~ .icon:last-child{
color: #ccc;
text-shadow: 0 0 5px #46bfe2;
}
.customer-review-img{
border-radius: 50%;
border: 2px solid #46bfe2;
padding: 3px;
}
.customer-review{
margin-top: 30px;
}
.customer-review-block{
background: #f5f5f5;
border-radius: 5px;
border: 1px solid #eee;
padding: 15px;
}
.customer-review-block h5{
display: inline-block;
color: #222;
font-size: 17px;
font-weight: 600;
line-height: 1;
margin: 0px;
}
.customer-review-block h5:after{
content: none;
}
.customer-review-block strong{
display: inline-block;
color: #46bfe2;
font-size: 13px;
font-weight: 500;
line-height: 1;
margin-left: 15px;
}
.customer-review-block p{
font-size: 14px;
color: #999;
line-height: 1.9;
font-weight: 400;
margin-bottom: 0;
}
.customer-review-stars{
text-align: center;
margin: 5px 0px;
}
.customer-review-stars i{
color: #46bfe2;
font-size: 12px;
} .sr-text{
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}
.slick-slider .slick-prev, .slick-slider .slick-next{
display: none !important;
z-index: 100;
font-size: 2.5em;
height: 40px;
width: 40px;
margin-top: -20px;
color: #eee;
position: absolute;
top: 50%;
text-align: center;
color: #222;
opacity: 1;
transition: opacity .25s;
cursor: pointer;
background: #eee;
}
.product-images{
width: 100%;
margin: 0 auto;
}
.product-images li, .product-images figure, .product-images a, .product-images img{
display: block;
outline: none;
border: none;
}
.product-images .main-img-slider figure{
margin: 0 auto;
}
.product-images .main-img-slider figure a{
cursor: e-resize;
}
.product-images .main-img-slider figure a img{
width: 100%;
margin: 0 auto;
}
.product-images .thumb-nav{
margin: 0 auto;
margin-top: 0.5px;
width: 100%;
padding: 0;
}
.product-images .thumb-nav.slick-slider .slick-prev, .product-images .thumb-nav.slick-slider .slick-next{
font-size: 1.2em;
height: 20px;
width: 26px;
margin-top: -10px;
}
.product-images .thumb-nav.slick-slider .slick-prev{
margin-left: -30px;
}
.product-images .thumb-nav.slick-slider .slick-next{
margin-right: -30px;
}
.product-images .thumb-nav li{
display: block;
margin: 0 auto;
float: left;
cursor: pointer;
margin-right: 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.product-images .thumb-nav li img{
display: block;
width: 100%;
max-width: 250px;
margin: 0 auto;
border: 0.5px solid transparent;
border-bottom: 2px solid transparent;
}
.product-images .thumb-nav li:hover{
opacity: .7;
}
.product-images .thumb-nav li:hover, .product-images .thumb-nav li:focus{
border-color: #ccc;
}
.product-images .thumb-nav li.slick-current img{
border-bottom: 2px solid #066EFB;
} .shop-cart-box{
background: #fff;
display: inline-block;
border: 1px solid #eee;
border-radius: 5px;
margin: 5px 0px 10px 0px;
padding: 10px 0px;
-webkit-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
-moz-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
}
.button-close{
display: block;
padding: 5px 12px;
margin-left: 5px;
}
@media (max-width: 991px){
.button-close{
display: block;
padding: 5px 0px;
}
}
@media (max-width: 767px){
.button-close{
display: block;
padding: 5px 0px;
}
}
.button-close a i{
color: #066EFB;
font-size: 20px;
font-weight: 600;
padding: 5px;
background: #ffffff;
border-radius: 3px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.shop-cart-box-img img{
width: 100%;
height: auto;
}
.shop-cart-box-info{
display: block;
padding: 20px 0px 0px 20px;
}
@media (max-width: 991px){
.shop-cart-box-info{
display: block;
padding: 20px 0px 0px 10px;
}
}
.shop-cart-box-info h4{
color: #222;
font-size: 20px;
font-weight: 500;
}
.shop-cart-box-info span{
color: #999;
font-size: 15px;
font-weight: 400;
}
.shop-cart-box-quantity{
padding-top: 20px;
}
.shop-cart-box-quantity input{
max-width: 70px;
background: #f5f5f5;
color: #222;
font-size: 16px;
font-weight: 500;
border: none;
box-shadow: none;
display: inline-block;
padding: 15px;
}
.form-control{
color: #999;
font-size: 14px;
line-height: inherit;
border: 1px solid #ddd;
border-radius: 2px;
padding: 5px 12px;
transition: 0.2s linear;
}
.form-control:focus{
box-shadow: none;
border-color: #333;
}
.shop-cart-box-quantity h6{
display: inline-block;
color: #222;
font-size: 14px;
font-weight: 500;
margin-right: 5px;
}
@media (max-width: 991px){
.shop-cart-box-quantity{
padding: 20px 0px 0px 10px;
}
}
.shop-cart-box-price{
display: block;
padding-top: 20px;
}
.shop-cart-box-price h5{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #222;
font-size: 25px;
margin-right: 15px;
}
@media (max-width: 991px){
.shop-cart-box-price h5{
color: #222;
font-size: 15px;
margin-left: 10px;
}
}
@media (max-width: 767px){
.shop-cart-box-price h5{
font-size: 20px;
}
}
.shop-cart-info-price{
background: #fff;
border: 1px solid #eee;
border-radius: 5px;
padding: 20px;
margin: 5px 0px;
-webkit-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
-moz-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
transition: 0.3s;
}
.right-info-price li{
color: #666;
font-size: 16px;
font-weight: 500;
line-height: 160%;
padding: 10px 0px;
}
.right-info-price li h6{
float: right;
color: #666;
font-size: 16px;
font-weight: 500;
}
.total-price{
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ddd;
}
.total-price p{
color: #222;
font-size: 17px;
font-weight: 500;
}
.total-price p strong{
float: right;
color: #222;
font-size: 17px;
font-weight: 500;
}  .portolio-boxed{
position: relative;
overflow: hidden;
margin: 15px 0px;
}
.justified-gallery .portolio-boxed{
margin: 0;
}
.portolio-boxed img{
display: block;
width: 100%;
height: auto;
}
.portolio-boxed-overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
display: flex;
align-items: center;
transition: .5s ease;
background-color: #46bfe2;
}
.portolio-boxed:hover .portolio-boxed-overlay{
opacity: 1;
}
.portolio-boxed:hover .portolio-boxed-content{
-webkit-animation: 300ms ease-in-out fadeInUp;
animation: 300ms ease-in-out fadeInUp;
}
.portolio-boxed .portolio-boxed-content{
position: absolute;
left: 0;
right: 0;
text-align: center;
}
.portolio-boxed .portolio-boxed-content h3{
color: #fff;
font-size: 19px;
} .portolio-boxed-2{
position: relative;
overflow: hidden;
margin: 15px 0px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.portolio-boxed-2:hover{
box-shadow: 0 20px 30px rgba(0,0,0,.05);
transform: translateY(-5px);
}
.portolio-boxed-2 .portolio-boxed-content{
display: block;
background: #fff;
padding: 25px;
}
.portolio-boxed-2 .portolio-boxed-content h3{
color: #222;
font-size: 19px;
}
.portolio-boxed-2 .portolio-boxed-content h4{
color: #999;
font-size: 14px;
font-weight: 500;
margin-top: 10px;
}
.portolio-boxed-2 .portfolio-title{
width: 100%;
}
.portolio-boxed-2 .portfolio-btn{
text-align: right;
display: inline-flex;
width: 80px;
justify-content: flex-end;
}
.portolio-boxed-2 .portfolio-btn a{
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 18px;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #eee;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.portolio-boxed-2 .portfolio-btn a:hover{
border-color: #46bfe2;
color: #46bfe2;
}  .portfolio-single{
position: relative;
}
.portfolio-single .portfolio-single-title{
color: #222;
font-size: 35px;
font-weight: 600;
}
.portfolio-single h6{
color: #222;
font-size: 17px;
font-weight: 600;
}
.portfolio-single .portfolio-single-text{
font-size: 14px;
color: #999;
line-height: 1.7;
font-weight: 400;
border-bottom: 1px solid #eee;
margin-bottom: 0px;
margin-top: 15px;
padding-bottom: 30px;
}
.portfolio-single ul li{
display: flex;
margin-bottom: 15px;
}
.portfolio-single ul li strong{
font-size: 15px;
color: #222;
font-weight: 600;
width: 40%;
}
.portfolio-single ul li span{
font-size: 15px;
color: #999;
width: 50%;
} .portfolio-single-2{
position: relative;
}
.portfolio-single-2 .portfolio-single-title{
color: #222;
font-size: 35px;
font-weight: 600;
}
.portfolio-single-2 h6{
color: #222;
font-size: 17px;
font-weight: 600;
}
.portfolio-single-2 .portfolio-single-text{
font-size: 14px;
color: #999;
line-height: 1.7;
font-weight: 400;
margin-bottom: 0px;
margin-top: 15px;
padding-bottom: 30px;
} .blog-grid{
position: relative;
margin-bottom: 45px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.blog-grid:hover img{
transform: translateY(-7.5px);
-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
-moz-box-shadow: 0 20px 30px rgba(0,0,0,.1);
box-shadow: 0 20px 30px rgba(0,0,0,.1);
}
.blog-grid:hover .blog-team-box{
transform: translateY(-7.5px);
}
.blog-grid img{
border-radius: 5px;
display: block;
width: 100%;
height: auto;
}
.blog-grid a:hover{
color: #ff9b5e !important;
}
.blog-team-box{
display: inline-block;
background: #3484b4;
padding: 5px 8px;
position: relative;
bottom: 38px;
left: 10px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.blog-team-box h6{
color: #fff;
font-size: 13px;
font-weight: 400;
}
.blog-grid h4{
line-height: 1.2;
margin-top: -5px;
}
.blog-grid h4 a{
color: #222;
font-size: 20px;
font-weight: 500;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.blog-grid p{
color: #999;
font-size: 14px;
font-weight: 400;
line-height: 1.6;
margin-top: 15px;
}
@media (max-width: 767px){
.blog-grid{
margin-top: 20px;
}
.blog-grid h4 a{
font-size: 15px;
}
.blog-grid h4{
line-height: 1;
}
}
@media (max-width: 576px){
.pricing-box-2{
margin-top: 20px;
}
.blog-grid h4 a{
font-size: 20px;
}
.blog-grid h4{
line-height: 1.2;
}
} .blog-list{
position: relative;
margin-bottom: 40px;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
}
.blog-list img{
border-radius: 5px;
width: 100%;
height: auto;
}
.blog-list h4{
margin-top: 20px;
}
.blog-list h4 a{
font-size: 25px;
font-weight: 400;
color: #222;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.blog-list h4 a:hover{
color: #333;
}
.blog-list-info{
display: inline-block;
margin-top: 15px;
margin-right: 15px;
}
.blog-list-info li{
display: inline-block;
margin-right: 20px;
}
.blog-list-info li i{
color: #46bfe2;
font-size: 15px;
padding-right: 10px;
}
.blog-list-info li span{
font-size: 14px;
font-weight: 400;
color: #222;
}
.blog-list p{
color: #777;
font-size: 14px;
font-weight: 400;
line-height: 1.8;
margin-top: 15px;
}
.blog-post-right{
border-bottom: 1px solid #eee;
padding-bottom: 30px;
}
blockquote{
width: 100%;
margin: 15px auto;
font-style: italic;
font-size: 14px;
font-weight: 500;
color: #222;
padding: 20px;
border-left: 4px solid #46bfe2;
line-height: 1.6;
position: relative;
background: #f1f1f1;
}
#search-input{
border: solid 1px #eee;
border-radius: 5px;
background-color: transparent;
padding: 5px 3px;
}
#search-input input{
font-size: 13px;
font-weight: 500;
border: 0;
box-shadow: none;
}
#search-input button{
background: none;
box-shadow: none;
border: 0;
border-radius: 0;
outline: none !important;
padding: 0 11px 0 13px;
}
#search-input button i{
color: #46bfe2;
font-size: 16px;
margin: 8px 3px 0px 0px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
#search-input button:hover i{
color: #777;
} .blog-post-categories ul li{
background: #fff;
border: 1px solid #f7f7f7;
margin: 5px 0px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.blog-post-categories ul li:hover{
background: #f5f5f5;
}
.blog-post-categories ul li a{
display: block;
color: #444;
font-size: 14px;
font-weight: 500;
padding: 15px;
}
.blog-post-categories ul li a:hover{
color: #46bfe2;
}
.blog-post-categories ul li a span{
color: #444;
font-size: 12px;
float: right;
}
.blog-post-categories ul li:hover a span{
color: #46bfe2;
} .top-news-info{
margin: 20px 0px;
}
.top-news img{
width: 100%;
border-radius: 5px;
}
.top-news-info h3 a{
display: inline-block;
color: #333;
font-size: 14px;
font-weight: 500;
}
.top-news-info h3 a:hover{
color: #46bfe2;
}
.top-news-info h6{
color: #999;
font-size: 14px;
font-weight: 500;
margin-top: 5px;
} .recent-post-tags a{
margin: 3px 2px;
border-radius: 30px;
}
.dark-button-bordered{
background: transparent;
color: #222;
font-size: 11px;
font-weight: 500;
border: 2px solid #ddd;
border-radius: 50px;
padding: 10px 15px 10px 15px;
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.dark-button-bordered:hover{
color: #fff;
background: #222;
border-color: #222;
} .archive-box ul li{
border-bottom: 1px solid #eee;
}
.archive-box ul li a{
display: inline-block;
color: #222;
font-size: 14px;
font-weight: 500;
line-height: 160%;
padding: 15px 0px 15px 5px;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.archive-box ul li a:hover{
color: #46bfe2;
}
.archive-box ul li span{
float: right;
color: #999;
font-weight: 600;
font-size: 13px;
margin-right: 10px;
margin-top: 15px;
} .blog-post-follow ul{
display: block;
}
.blog-post-follow ul li{
display: inline-block;
align-items: center;
text-align: center;
border-radius: 50px;
margin: 4px 2px;
background: #333;
-webkit-transition-duration: .4s;
transition-duration: .4s;
}
.blog-post-follow ul li a i{
width: 40px;
height: 40px;
color: #fff;
font-size: 17px;
padding-top: 11px;
}
.blog-post-follow ul li:hover{
background: #46bfe2;
} .blog-comments{
background: #fff;
border-radius: 5px;
}
.blog-comments h3{
font-size: 20px;
font-weight: 500;
color: #222;
margin-top: 30px;
}
.blog-comment-user{
margin-top: 30px;
}
.blog-comment-user img{
border-radius: 5px;
}
.blog-comment-user h6{
display: inline-block;
color: #222;
font-size: 16px;
margin: 0px;
margin-right: 15px;
}
.blog-comment-user strong{
color: #46bfe2;
font-size: 12px;
font-weight: 600;
float: right;
}
.blog-comment-user p{
color: #777;
font-size: 13px;
font-weight: 500;
line-height: 1.7;
margin-top: 10px;
}
.comment-block{
background: #f5f5f5;
border-radius: 5px;
padding: 20px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.blog-widget-title{
color: #222;
font-size: 20px;
font-weight: 500;
margin-top: 35px;
}
.blog-widget-title:after{
content: '';
display: block;
width: 65px;
max-width: 100%;
height: 2px;
background: #46bfe2;
margin-top: 10px;
} .rev_slider_wrapper{
overflow: hidden;
}
.bg-arrows .tparrows{
background: rgba(0,0,0,.2);
border-radius: 50px;
width: 35px;
height: 35px;
padding-top: 0px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
top: 42% !important;
}
.bg-arrows .tparrows:before{
font-size: 17px
}
.tparrows{
background: rgba(0,0,0,.0);
border-radius: 50px;
width: 60px;
height: 60px;
padding-top: 10px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.tparrows:hover{
background: rgba(0,0,0,.3);
}
.tparrows:before{
font-size: 23px
} .footer-1{
background: #fcfcfc;
padding: 50px 0px 0px 0px;
}
.footer-1 h2{
color: #296e98;
font-size: 22px;
font-weight: 500;
}
@media (max-width: 767px){
.footer-1 h2{
margin-top: 20px;
}
}
.footer-1 .social-links-footer{
margin-top: 4px;
}
.footer-1 .social-links-footer li{
display: inline-block;
margin-right: 6px;
}
.footer-1 .social-links-footer a{
color: #f0823e;
font-size: 17px;
}
.footer-nav li{
margin: 5px 0px;
list-style-type: none;
}
.footer-nav a{
color: #565656 !important;
font-size: 14px;
}
.footer-nav a:hover{
color: #46bfe2;
}
.footer-news li{ padding: 5px 0px;
color: #565656;
font-weight: normal;
font-size: 14px;
list-style-type: none;
}
.footer-news li:first-child{
padding-top: 0px;
}
.footer-news li:last-child{
border: none
}
.footer-news a{
color: #fff;
font-size: 14px;
}
.footer-news a:hover{
color: #46bfe2;
}
.footer-news strong{
display: block;
color: #999;
font-weight: 400;
font-size: 13px;
margin-top: 5px;
}
.footer-news strong i{
color: #46bfe2;
margin-right: 5px;
}
.footer-subscribe-form input{
background: #fff;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: none;
width: 100%;
font-size: 14px;
padding: 14px 15px;
}
.footer-subscribe-form button{
background: #46bfe2;
color: #fff;
font-size: 17px;
width: 50px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding: 12px;
transform: translateY(1px);
-webkit-transition-duration: .3s;
transition-duration: .3s;
}
.footer-subscribe-form button:hover{
color: #46bfe2;
background: #f5f5f5;
}
.footer-1-bar{
border-top: 1px solid #e7e7e7;
padding: 15px 0px;
margin-top: 20px;
}
.footer-1-bar p{
color: #565656;
font-size: 13px;
font-weight: 400;
}
.pt-pb { padding: 16px 30px 16px 30px !important;}
.color-blue { color: #336f9d !important;}
.color-black { color: #585858 !important;}
.clr-dark-grey {color: #565656 !important;}
.color-orng { color: #ff9b5e !important;}
.auto-width {width: auto !important;}
.pad-10 {padding: 10px !important;}
.pad-20 {padding: 20px !important;}
.pt-0 { padding-top: 0 !important; }
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pb-0 {padding-bottom: 0 !important;}
.pb-10 {padding-bottom: 10px !important;}
.pt-20 {padding-top: 20px !important;}
.pb-33 {padding-bottom: 33px !important;}
.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10 !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30 !important; }
.ml {margin-left: 0px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.pad-0 {padding: 0 !important;} .first .tp-parallax-wrap {
top: 80px !important;
}
.slider-text {
font-size: 18px; 
letter-spacing: 0px; 
color: #565656 !important;
font-weight: 400 !important; 
}
.btn-slider-blue {
font-size: 16px;
font-weight: 400 !important;
padding: 10px 27px;
letter-spacing: 0.90px;
background: #296e98;
border-radius: 5px;
color: #fff;
}
.btn-slider-orange {
font-size: 16px;
font-weight: 400 !important;
padding: 10px 27px;
letter-spacing: 0.90px;
background: #f0823e;
border-radius: 5px;
color: #fff;
}
.btn-slider-orange:hover {
font-size: 16px;
font-weight: 400 !important;
padding: 10px 27px;
letter-spacing: 0.90px;
background: #f0823e;
border-radius: 5px;
color: #fff !important;
}
.button-primary2 {
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 400 !important;
background: #296e98;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.color-white {color: #fff !important;}
.pr-7 {padding-right: 7px !important;}
.services-section {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/consulting-services.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.services-section h1{
position: relative;
color: #565656 !important;
font-size: 40px;
}
.services-section ul{
position: relative;
padding: 0;
margin: 0;
}
.services-section ul li{
display: inline-block;
margin: 10px 5px;
}
.services-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.services-section ul li:last-child:after{
content: none;
}
.services-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.services-section ul li a:hover{
opacity: 1;
}
.about-us-section {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/about/company-overview.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.about-us-section h1{
position: relative;
color: #565656 !important;
font-size: 40px;
}
.about-us-section ul{
position: relative;
padding: 0;
margin: 0;
}
.about-us-section ul li{
display: inline-block;
margin: 10px 5px;
}
.about-us-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.about-us-section ul li:last-child:after{
content: none;
}
.about-us-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.about-us-section ul li a:hover{
opacity: 1;
}
.practices-section {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/practices/practices-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 90px 0px;
}
.practices-section h1{
position: relative;
color: #565656 !important;
font-size: 40px;
}
.practices-section ul{
position: relative;
padding: 0;
margin: 0;
}
.practices-section ul li{
display: inline-block;
margin: 10px 5px;
}
.practices-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.practices-section ul li:last-child:after{
content: none;
}
.practices-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.practices-section ul li a:hover{
opacity: 1;
}
.client-section {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/client-experience/client-experience.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.client-section h1{
position: relative;
color: #565656!important;
font-size: 40px;
}
.client-section ul{
position: relative;
padding: 0;
margin: 0;
}
.client-section ul li{
display: inline-block;
margin: 10px 5px;
}
.client-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.client-section ul li:last-child:after{
content: none;
}
.client-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.client-section ul li a:hover{
opacity: 1;
}
.contact-section {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/contact/contact-us-banner.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.contact-section h1{
position: relative;
color: #565656 !important;
font-size: 40px;
}
.contact-section ul{
position: relative;
padding: 0;
margin: 0;
}
.contact-section ul li{
display: inline-block;
margin: 10px 5px;
}
.contact-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.contact-section ul li:last-child:after{
content: none;
}
.contact-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.contact-section ul li a:hover {
opacity: 1;
}
.plant-a-tree-section {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/plant-a-tree-banner.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.advisory-banner {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/advisory.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.diversity-banner {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/diversity-banner.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 20px 0px;
}
.implementation-optimization-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/implementaion-optimizaiton.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.training-go-live-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/training-go-live.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.integration-interoperability-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/integration-interoperability.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.data-analytics-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/data-analytics.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.we-are-hiring-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/hiring-top-banner.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.custom-development-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/custom-development.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.staffing-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/staffing.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.corporate-citizenship-banner{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/about/corporate-citizenship.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.ehr-bg{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/practices/ehr-bg.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.ehr-top-banner-bg{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/practices/ehr-top-banner.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 158px 0px;
}
.application-development-bg {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/digital_transformation/app-development-banner.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.technology-bg {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/practices/technology-solution-banner-bg.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 90px 0px;
}
.erp-top-banner-bg{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/erp/erp-bg-banner.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.dimond-bg-section{
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/services/dimond-bg.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.dimond-bg-section h1{
position: relative;
color: #565656;
font-size: 40px;
}
.dimond-bg-section ul{
position: relative;
padding: 0;
margin: 0;
}
.dimond-bg-section ul li{
display: inline-block;
margin: 10px 5px;
}
.dimond-bg-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.dimond-bg-section ul li:last-child:after{
content: none;
}
.dimond-bg-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.dimond-bg-section ul li a:hover{
opacity: 1;
}
.white-dimond-bg-section {
position: relative;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/images/content/bgs/white-dimond-bg.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 66px 0px 45px 0px;
}
.white-dimond-bg-section h1{
position: relative;
color: #565656;
font-size: 40px;
}
.white-dimond-bg-section ul{
position: relative;
padding: 0;
margin: 0;
}
.white-dimond-bg-section ul li{
display: inline-block;
margin: 10px 5px;
}
.white-dimond-bg-section ul li:after{
content: " / ";
font-size: 12px;
font-weight: 300;
color: #fff;
opacity: 0.5;
padding-left: 10px;
}
.white-dimond-bg-section ul li:last-child:after{
content: none;
}
.white-dimond-bg-section ul li a{
color: #fff;
font-size: 14px;
opacity: 0.5;
}
.white-dimond-bg-section ul li a:hover{
opacity: 1;
}
.df-h2 {
line-height: 1.3;
margin: 0px;
font-size: 1.50rem;
color: #565656;
}
.font-22 {font-size: 22px !important;}
.font-35 {font-size: 35px !important;}
.font-20 {font-size: 20px !important;}
.font-18 {font-size: 18px !important;}
.font-16 {font-size: 16px !important;}
.list-ul li {
list-style-type: none;
color: #565656;
font-size: 15px;
font-weight: 500;
margin-top: 10px;
line-height: 26px;
padding-left: 28px;
background: url(//virtelligence.com/wp/wp-content/themes/inkness/images/dimond-bullet.png) top 7px left no-repeat !important; line-height: 22px;
}
.inline-list-ul li {
list-style-type: none;
color: #565656;
font-size: 15px;
font-weight: 500;
margin-top: 10px;
line-height: 26px;
padding-left: 24px;
background: url(//virtelligence.com/wp/wp-content/themes/inkness/images/dimond-bullet.png) top 7px left no-repeat !important; line-height: 22px;
display: inline;
margin-left: 30px;
}
.list-ul-home li {
list-style-type: none;
color: #565656;
font-size: 15px;
font-weight: 500;
margin-top: 10px;
line-height: 26px;
padding-left: 28px;
background: url(//virtelligence.com/wp/wp-content/themes/inkness/images/dimond-bullet-white.png) top 7px left no-repeat !important; line-height: 22px;
}
.sub-ul li {
list-style-type: none;
color: #565656;
font-size: 15px;
font-weight: 500;
margin-top: 10px;
line-height: 26px;
padding-left: 28px;
background: url(//virtelligence.com/wp/wp-content/themes/inkness/images/dimond-bullet-sm.png) top 7px left no-repeat !important; line-height: 22px;
}
.font-size20 {font-size: 20px !important;}
.auto-width { max-width: auto !important;}
.simple-box {
background: none !important;
border: none !important;
box-shadow: none !important;
}
.hiring-card{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: transparent !important;
background-clip: border-box; border-radius: 0px;
}
.hiring-card a{
display: block;
font-size: 16px;
font-weight: 500;
color: #3484b4 !important;
} .curriculum-event {
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
border-bottom: 5px solid;
overflow: hidden; }
.curriculum-event .icon-text-item {
color: #6987ab;
margin-bottom: 20px; }
.curriculum-event .icon-text-item .utouch-icon {
fill: #98d5ff;
}
.curriculum-event .author-prof,
.curriculum-event .author-name {
color: #fff; }
.curriculum-event.event-big .category-link {
top: 60px;
left: 60px; }
.curriculum-event.event-big .curriculum-event-thumb .curriculum-event-content {
bottom: 60px;
left: 60px;
right: 60px;
padding: 0; }
.curriculum-event.event-big .clock {
margin-top: 50px; }
.curriculum-event.event-big .curriculum-event-content {
padding: 60px; }
.curriculum-event-wrap .curriculum-event {
margin-bottom: 40px; }
.curriculum-event-thumb {
position: relative; }
.curriculum-event-thumb img {
display: block;
width: 100%; }
.curriculum-event-thumb .category-link {
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
position: absolute;
top: 35px;
left: 40px;
z-index: 1; }
.curriculum-event-thumb .curriculum-event-content {
position: absolute;
bottom: 40px;
left: 40px;
right: 40px;
z-index: 1;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
padding: 0; }
.curriculum-event-thumb .curriculum-event-content .title {
color: #fff;
margin-bottom: 10px; }
.curriculum-event-thumb .curriculum-event-content .text {
color: #fff;
font-family: Poppins !important;
}
.curriculum-event-thumb .curriculum-event-content .text.color.utouch-icon {
color: #6987ab; }
.curriculum-event-thumb .curriculum-event-content .clock .text {
color: #3484b4;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
font-family: Poppins !important;
}
.curriculum-event-content {
padding: 40px; }
.curriculum-event-content .title {
line-height: 1.3;
display: block;
color: #565656;
font-family: Poppins !important;
font-size: 18px;
}
.overlay--yellow {
background-color: rgba(248, 145, 1, 0.5);
}
.overlay-standard, .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(18, 25, 33, 0.4);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.curriculum-event-content {
padding: 10px;
}
.curriculum-event .icon-text-item {
color: #3484b4;
margin-bottom: 20px;
font-family: Poppins !important;
font-size: 14px;
line-height: 22px;
}
.font-weight500 {font-weight: 500 !important;}
.font-weight600 {font-weight: 600 !important;}
.hiring_heading, .hiring_heading_xs {
background-color: #0c4163;
color: #e3e3e3;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
border-bottom: #e6e4e4 1px solid;
}
.about-virtelligence-info {
background: #fafafa none repeat scroll 0 0;
padding: 0;
width: 100%;
border-bottom: #e6e4e4 2px solid;
}
.card-hiring {
padding: 4px 5px;
margin-bottom: 0;
background-color: transparent !important;
border-bottom: 0px;
}
.our-expertise-block{
position: relative;
width: calc(100% - 45px);
padding: 35px 0px 0px 0px;
margin: auto;
transform: translateY(-25px);
}
@media (max-width: 575px) { 
.pehla {
background-repeat: no-repeat;
background-image: url(//virtelligence.com/wp/wp-content/themes/inkness/css/skins/img/content/slider/home13.jpg);
background-size: cover;
background-position: center top;
}
}
.rotate95 {
transform: rotate(95deg) !important;
}
.orange-bg {background: #f28148 !important;}
.pb-71 {padding-bottom: 71px !important;}
.pb-77 {padding-bottom: 77px !important;}
.global-pae-icon i {
background:#D9D9D9;
width:42px;
height:42px;
border-radius:50%;
line-height: 42px;
font-size:20px;
text-align: center;
margin-right: 10px; 
display: inline-block;
}
.exceptional-talent .features-box-content h3 {
color: #585858;
font-size:16px;
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
content: "\f080";
}
.exceptional-talent .features-box {
margin: 15px 0px;
}
.global-pae-icon.exceptional-talent  .features-box-content i {
margin-bottom: 10px;
background:transparent;
display: inline-block;
width: 60px;
}
.exceptional-talent  .features-box p {
margin-top: 3px;
}
.line-image {
width: 32px;
height: 32px;
float: left;
margin-right: 0;
background: #ffffff;
border-radius: 50%;
line-height: 32px;
text-align: center;
margin-right: 10px;
}
.line-image img { 
width:46%;
}
.client-logo-wrap {
background:#ffffff;
}
.client-logo-wrap img {
width: 100%;
height:100%;
}
.footer-1 .social-links-footer a i.twitterX-icon svg  {
fill: #f0823e;
width: 16.5px;
height: auto;
}
.footer-1 .social-links-footer a i.twitterX-icon {
position: relative;
top: 1.5px;
}
.footer-1 .social-links-footer a:hover i.twitterX-icon svg{
fill: #ff9b5e;
}
.role-to-hire-wrap {
background:#ffffff; 
padding: 15px 5px;
border-radius: 9px 9px 9px 9px;
overflow: hidden;
}
.role-to-hire { }
ul.role-to-hire {
overflow: hidden;
vertical-align: middle;
list-style-type: none;
margin:0;
padding:0;
}
ul.role-to-hire li {
background: #f8f8f8;
margin-right:1.5%;
margin-left: 1.5%;
margin-bottom: 15px;
width:47%;
float:left;
padding: 10px 10px;
border-radius: 6px;
color: #336f9d !important;
font-weight: 500;
font-size: 14px;
vertical-align: middle;
text-align: left;
}
ul.role-to-hire li.marbom0{
margin-bottom: 0;
}
ul.role-to-hire li i {
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
margin-right: 5px;
background:transparent;
width:18px;
height:22px
}
ul.role-to-hire li img{
}
.global-feature .features-box-content {
padding-left:0;
}
.feature-h4{
line-height: 32px;
}
.img-outer-block {
margin-left: -14%;
background-color: #ffffff;
padding-left: 22%;
}
.roletohire {
}
.roletohire .role-to-hire {
padding:5px;
margin-bottom: 7px;
background:#ffffff;
border-radius:6px;
}
.global-pae-icon .roletohire  i {
background:#ffffff;
}
.single-iconsert {
position: relative;
margin-bottom: 7px;
overflow:hidden;
}
.single-iconsert .icon-leftert img {
width:100%;
}
.single-iconsert .icon-leftert {
float:left;
width:30px;
}
.single-iconsert .icon-rightert {
padding-left: 15px; top: 0;
float: left;
width: 90%;
}
.single-iconsert .icon-rightert h4 {
font-size:16px;
font-size:bold;
color:#296e98;
margin:  0px 0 5px 0;
}
.freenew .testmonial-box-2{
min-height: 280px;
text-align: center;;
}
.freenew p.pokimg {
height:90px;
width:100%;
}
.freenew p.pokimg img { 
width:100%;
}
.single-iconsert .icon-rightert p {
line-height:1.3;
margin-bottom: 5px;
}
.service-menu li {
width:250px;
float: left;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
}
.wp-block-categories, .wp-block-archives{
margin-left:-25px !important;
}
.entry-content p {
color: #565656 !important;
font-size:14px;
}
.hentry {
margin: 0 0 1.5em;
}