

html {
    position: relative;
}

body {
    position: relative;
    background-color: #f2f2f2 !important;
    width:100% !important;
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
}

h1 {
    font-size: 35px;
}

p {
    font-size: 16px;
    color: #666;
}

a {
    color: #1c6bb3;
}

a:hover {
    color: #333
}

a:active {
    color: #1c4991;
}


.searchbar {
    width: 100%;
}

.searchbar .searchdiv {
    width: 100%;
    height: 60px;
    font-size: 18px;
    padding: 0px;

}

.searchdiv {
    position: relative;
    overflow: hidden;
}

.searchdiv .searchleft {
    border-radius:50px 0px 0px 50px;
    width: 80%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0;
    margin: 0px !important;
    background-color: #fff;
    border: 0px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin: -2px;
}

.searchdiv .searchright {
    border-radius:0px 50px 50px 0px;
    width: 20%;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0;
    margin: 0px !important;
    background-color: #fff;
    border: 0px solid #fff;
    
}

.searchdiv form {
    margin: 0px;
    padding: 0px;
}
.searchdiv i {
    color:#999;
}
.searchdiv input:focus{
 outline-width: 0;
}
.searchdiv input{
 height:100% !important;
    color: #aaa;
}

.bg-purple {
    background-color: #1f7ca3;
}

.bg-purple-dark {
    background-color: #0004DB;
}

.bg-purple-light {
    background-color: #1f7ca3;
}
.bg-grey{
    background-color: #777777;
}

.text-purple {
    color: #1c4991;
}

.text-purple-dark {
    color: #0004DB;
}

.text-purple-light {
    color: #1f7ca3;
}
.text-gray{
    color:#666;
}
a.text-gray{
    color:#666;
}

.bodyrow {
    min-height: 400px;
}

.border-purple {
    border-color: #0004DB !important;
}

#signupcont {
    display: none;
}

.scrollable {
    overflow-y: auto;
}


.list-thumbnail {
    height: 50px;
    background-size: contain;
    float: left;
    text-align: center;
}

.list-thumbnail img {
    float: center;
}

.inpopup {
    overflow: auto;
    height: 100%;
}

.service-header {
    background-image: url(../../img/servbg.jpeg);
    background-color: rgba(68, 148, 232, .6);
    background-blend-mode: overlay;
}

#products {
    background-color: #a6a6a6;

}

#about {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}

#contact .fa {
    font-size: 30px;
    padding-right: 5px;
}

.bread-crumb {
    padding: 30px;
    background-image: url(../../img/blurred.png);
    width: 100%;
}

.dash {
    padding: 10px;
}

.dash a {
    margin: 10px;
}

.purple-line {
    border: 2px solid #1c4991;
}

.dsb-item.active {
    font-weight: bold;
    color: #fff;
    background-color: #1f7ca3;
}

.dsb-item {
    border-right: 1px solid #1f7ca3 !important;
    margin: 0px !important;
}

.comingsoon {
    border: 2px solid #1f7ca3;
}

#collapsedpopup,
#collapsedpopup2 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(68, 148, 232, .6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2147483647;
}
#collapsedpopup .container{
    height: auto;
}

#searchresults {
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: rgba(68, 148, 232, .6);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.subnav {
    background-color: #fff;
    text-shadow: 1px 2px 1px #ccc;
    box-shadow: 1px 2px 1px #ccc;
    font-size: 16px;
}

.subnav .nav-item {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #999;
}

.subnav .nav-item:hover {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #999;
    background-color: #f2f2f2;
    margin-top: -7px;
    margin-bottom: -7px;
    padding: 10px;
}

.subnav .nav-item.active {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #999;
    background-color: #f2f2f2;
    margin-top: -7px;
    margin-bottom: -7px;
    padding: 10px;
}

#collapsedpopup .closer,
#collapsedpopup2 .closer,
#indexresults .closer {
    position: fixed;
    z-index: 2147483647 !important;
    top: 10px;
    right: 50px;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.lightrans {
    background: rgba(200, 200, 200, .9);
}

.search-item {
    box-shadow: 0px 1px 6px #333;
    -webkit-box-shadow: 0px 1px 6px #333;
    -moz-box-shadow: 0px 1px 6px #333;
    -o-box-shadow: 0px 1px 6px #333;
    margin-top: 15px !important;
    padding: 10px !important;
}

.nv-item .dropdn-menu {
    background-color: #fcfcfc;
    padding: 10px;
    box-shadow: 0px 1px 6px #333;
    -webkit-box-shadow: 0px 1px 6px #333;
    -moz-box-shadow: 0px 1px 6px #333;
    -o-box-shadow: 0px 1px 6px #333;
    position: absolute;
    z-index: 99;
    background-color: white;
    border-radius: 5px 5px 25px 25px;
    padding-bottom: 30px;
    opacity: 0;
    transition: all .6s;
}

.nv-item .dropdn-menu a {
    display: block;
    width: 100%;
    color: #777;
    padding: 5px;
    transition: all .4s;
}

.nv-item .dropdn-menu a:hover {
    box-shadow: 0px 1px 6px #333;
    -webkit-box-shadow: 0px 1px 6px #333;
    -moz-box-shadow: 0px 1px 6px #333;
    -o-box-shadow: 0px 1px 6px #333;
    text-decoration: none;
}

.nv-item:hover .dropdn-menu {
    opacity: 1;
}

#mycarousel {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

#mycarousel .mycarousel-item {
    overflow: hidden;
    width:0%;
    margin:0px;
    padding:0px;
    height:0px;
}#mycarousel .mycarousel-item .mycarousel-caption{
    overflow: hidden;
    width:0%;
    height:0px;
}

#mycarousel .mycarousel-item.active {
 transition: opacity .5s;
    width: 100%;
    height: auto;
}
#mycarousel .mycarousel-item.active .mycarousel-caption{
    width: 100%;
    height: auto;
}

#mycarousel .mycarousel-prev,
#mycarousel .mycarousel-next {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    position: absolute;
    font-size: 10px;
    top: 50%;
    padding: 10px;
    border-radius: 50%;
}

#mycarousel .mycarousel-prev:hover,
#mycarousel .mycarousel-next:hover {
    background-color: rgba(255, 255, 255, .4);

}

#mycarousel .mycarousel-prev {
    left: 20px;
    background-color: rgba(0, 0, 0, .5);
}

#mycarousel .mycarousel-next {
    right: 20px;
    background-color: rgba(0, 0, 0, .5);
}

#mycarousel .mycarousel-caption {
    background-color: rgba(0, 0, 0, .7);
    padding: 5px;
    position: absolute;
    bottom:0px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.loadingif {
    text-align: center;
    max-height: 70px !important;
}

#floatingsearch {
    position: fixed;
left:0px;
    top:0px;
    padding:10px;
    align-content: center;
    z-index: 999;
    display: none;
    background-color: rgba(0,0,0,.6);
    width:100%;
    height:100%;
        -webkit-backdrop-filter: blur(2px);
       backdrop-filter: blur(2px);
}

#floaticon {
    position: fixed;
    right: 10px;
    bottom: 35px;
    z-index: 999;
    font-size: 40px;
    text-shadow: 2px 2px 0px #333;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    line-height: 0px;
    box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
}
#floatingsearch form{
    margin-top: 100px;
    align-self: center !important;
    display: inline-flex;
    width: 100%;
}
#floatingsearch input{
    border-radius: 50px 0px 0px 50px !important;
    min-height: 50px !important;
    padding: 5px;
    width: 80% !important;
    display: inline-block !important;
    margin:0px !important;
    border: 0px;
    box-shadow:5px 0px 5px rgba(0,0,0,.7);
}
#floatingsearch button{
    width: 20%;
    border-radius: 0px 50px 50px 0px;
    display: inline-block !important;
    height: 50px;
    margin:0px !important;
    border:0px;
    box-shadow:0px 5px 5px rgba(0,0,0,.7);
    font-size: 20px;
    color: #fff !important;
}

#floatingsearch input:focus{
    outline-width: 0px;
    border: 0px;
}

.graphcont {
    height: 250px;
    position: relative;
}

.graphcont .graphcol {
    width: 10%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    position: relative;
}

.graphcont .graphcol2 {
    width: 10%;
    border: 0px solid black;
    position: relative;
}

.graphcol .graphlevel {
    width: 100%;
    position: absolute;
    bottom: 0px;
    border: 1px solid #999;
    background-color: #ccc;
    float: left;
}

.graphcol2 .minlevel {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.graphcol2 .maxlevel {
    position: absolute;
    top: 0px;
    right: 10px;
}

.fullscroll {
    height: 100%;
    overflow-x: auto;
}

.content-center {
    position: relative
}

.centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

#indexresults {
    position: fixed;
    overflow-y: scroll;
    background-color: rgba(68, 148, 232, .6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    padding-bottom: 100;
}

.btn-fill {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #1f7ca3;
    color: white;
    border-radius: 5px;
    border: 2px solid #1f7ca3;
}

.btn-outline {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #1c4991;
    color: #1c4991;
    border-radius: 5px;
    background-color: transparent;
}


.header a {
    font-size: 12px;
    color: white;


}

#bodycont2{
    position: relative;
}

.footer-main{
    z-index: 9999;
}

@media (max-width: 600px) {
    .side-text{
        display: none;
    }
}





* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0;
}

.suffix input {
    border-radius: 4px 0px 0px 4px;
}
.suffix .input-group-addon {
    border-left: 0;
    border-radius: 0px 4px 4px 0px;
}
.prefix input {
    border-radius: 0px 4px 4px 0px;
}
.prefix .input-group-addon {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}
.presuffix input {
    border-radius: 0px;
}
.input-group-addon.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}
.input-group-addon.suffix {
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.result{
    position: relative;
    position: relative;
    margin-top: 15px;
    border-radius: 5px;
margin-bottom: 10px !important;
    overflow: hidden;
    display: flex;
    align-content: center;
}
.result .badge{
    position:absolute;
    top: 0;
    left: 0;
    padding-right: 20px;
    z-index: 9;
    border-radius: 5px 0px 25px 0px !important;
    color: white;
    color: white;
}
.result img{
    min-height:150px !important;
    border-radius: 5px 0px 0px 5px !important;
padding-right: 30px;
}
.result .result-img{
    text-align: center;
    min-height:150px !important;
    background-size:contain;
    background-position:left center;
    background-repeat: no-repeat;
}
.result .result-body{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.input-borderless:focus{
    box-shadow:0px,0px,0px;
    -webkit-box-shadow:0px,0px,0px;
    -moz-box-shadow:0px,0px,0px;
    -o-box-shadow:0px,0px,0px;
    outline: none;
}
.input-borderless{
    box-shadow:0px,0px,0px;
    -webkit-box-shadow:0px,0px,0px;
    -moz-box-shadow:0px,0px,0px;
    -o-box-shadow:0px,0px,0px;
    border:0px solid #fff !important;
    padding:10px;
}
.dashcard{
    border-left:5px solid;
    border-radius: 5px;
}
.text-right{
    text-align: right;
}
.btn-round{
    border-radius: 50px;
}
.product-container .product-img{
    background-size: cover;
    background-position: center;
    height:150px;
    border-radius: 20px;
    margin-right: -5px;
    margin-left: -5px;
}
.product-container{
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow:1px 5px 3px rgba(0,0,0,.1);
}
.btn-rounded{
    border-radius: 20px;

}
a.link-unstyled:hover{
    text-decoration: none;
}
#au_nav_contacts i{
    font-size: 30px;
    margin:10px;
}
.uzapoa-biz-nav {
    background-color: rgba(0,0,0,.5);
    align-content:  center;
}
.pr-gallery{
    max-width:150px !important;
}    /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0,0,0,.2);
}
::-webkit-scrollbar-thumb {
  background: #1f7ca3;
 box-shadow: 1px 1px 4px rgba(255,255,255,.4);
}
.rounded, textarea.rounded, btn.rounded{
    border-radius: 50px !important;
}
.portfolio-item{
    background-size: cover;
    background-position: center;
}
.portfolio-item p{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color:#fff;
    padding:10px;
    opacity: 0;
    transition: all .5s;
}
.portfolio-item:hover p{
    opacity:1;
}
.btn-call{
    border:2px solid #1f7ca3 !important;
    color: #1f7ca3;
    background-color:transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .1s;
}
a.btn-call:hover{
    text-decoration: none;
}
.btn-call:hover{
    text-decoration: none;
    font-weight: 500;
/*box-shadow: 1px 3px 3px rgba(0,0,0,.5);*/
}
.cartbtn{
    transition:all .2s;
}
.cartbtn:hover{
background-color: #55a5f9;
box-shadow: 1px 3px 3px rgba(0,0,0,.5);
}