html {
    overflow-x: hidden;
  scroll-behavior: smooth;
 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a,a:focus,a:hover,input,input:focus,input:hover{
        outline: 0px
}
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
.logo img {
    max-height: 40px;
    max-width: 175px;
    transition: all 0.5s;
}

.mobile_menu {
    display: none;
}
.mobile_menu span {
    height: 3px;
    margin-bottom: 8px;
    width: 40px;
    display: block;
    background-color: #16526a;
    border-radius: 5px;
}
.mobile_menu {
    width: 40px;
    float: right;
    margin-left: 20px;
}
.banner-top {
    position: relative;
    background-size: cover;
}
.head-logo {
    text-align: center;
    padding-top: 45px;
    position: relative;
}
.head-logo a {
    display: inline;
}
.head-logo p {
        font-size: 11px;
    color: #d5d5d5;
    font-weight: 300;
    margin-top: 10px;
}
.wifi-ani > svg{
        transform: scale(2);
}
.slidup {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0px;
}
.slidup div {
    background-color: rgba(60, 59, 59, 0.6);
    height: 50px;
    width: 20px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}
.slidup div span {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    -webkit-animation: anim 2s infinite;
    /* Safari 4+ */
    -moz-animation: anim 2s infinite;
    /* Fx 5+ */
    -o-animation: anim 2s infinite;
    /* Opera 12+ */
    animation: anim 2s infinite;
    /* IE 10+, Fx 29+ */
    background-color: #fff;
    left: 4px;
    border-radius: 8px;
}
@keyframes anim {
    0% {
        top: 5px;
    }
    50% {
        top: 33px;
    }
    100% {
        top: 5px;
    }
}
.slidup p {
    font-size: 13px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-transform: uppercase;
}
#banner-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
header {
    padding: 10px 0px;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99
}
.home header {
    position: relative;
}
.rit-menu {
    text-align: right;
}
.rit-menu {
    text-align: right;
    padding-top: 4px;
}
.menu-icon span {
    background-color: #3d3d3d;
    width: 30px;
    height: 3px;
    margin: 8px 0px;
    display: block;
}
.rit-menu>a, .rit-menu>div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
.rit-menu>a {
    opacity: 1;
    transition: all 0.5s;
    margin-top: 5px;
}
.rit-menu>a:hover {
    opacity: 0.7
}
.logo {
    margin-top: 3px;
}
.btn-back {
    background-image: url(../img/btn-back.jpg);
    height: 750px;
    background-size: cover;
    position: relative;
    background-position: center;
}
.btn-back:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 0.5s;
}
.btn-back.act2:after {
    background-color: rgba(0, 0, 0, 0.2);
}
.btn-back.act3:after {
    -webkit-animation: lit 1s infinite;
    /* Safari 4+ */
    -moz-animation: lit 1s infinite;
    /* Fx 5+ */
    -o-animation: lit 1s infinite;
    /* Opera 12+ */
    animation: lit 1s infinite;
}
.stirio {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.5s;
}
.act3 .stirio {
    opacity: 1
}
.stirio span {
    width: 70px;
    height: 68px;
    position: absolute;
    -webkit-animation: spik 1s infinite;
    /* Safari 4+ */
    -moz-animation: spik 1s infinite;
    /* Fx 5+ */
    -o-animation: spik 1s infinite;
    /* Opera 12+ */
    animation: spik 1s infinite;
    /* IE 10+, Fx 29+ */
}
@keyframes spik {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lit {
    0% {
        background-color: rgba(0, 0, 0, 0.3);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.6);
    }
    50% {
        background-color: rgba(0, 0, 0, 0.2);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.9);
    }
}
audio {
    display: none;
}
.stirio span:nth-child(1) {
    background-image: url(../img/spiker-lb.png);
    bottom: 30px;
    left: 30px
}
.stirio span:nth-child(2) {
    background-image: url(../img/spiker-lt.png);
    top: 30px;
    left: 30px
}
.stirio span:nth-child(3) {
    background-image: url(../img/spiker-rb.png);
    bottom: 30px;
    right: 30px
}
.stirio span:nth-child(4) {
    background-image: url(../img/spiker-rt.png);
    right: 30px;
    top: 30px;
}
.wifi-ani {
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    top: 210px;
    margin: 0 auto;
    display: block;
    width: 140px;
    opacity: 0;
    transition: all 0.5s;
}
.music {
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    top: 160px;
    margin: 0 auto;
    display: block;
    opacity: 0;
    transition: all 0.5s;
}
.act5 .music {
    opacity: 1
}
.act5 .mid-logo {
    opacity: 0
}
.btn-back.act5:after {
    -webkit-animation: lit-l 5s infinite;
    /* Safari 4+ */
    -moz-animation: lit-l 5s infinite;
    /* Fx 5+ */
    -o-animation: lit-l 5s infinite;
    /* Opera 12+ */
    animation: lit-l 5s infinite;
}
@keyframes lit-l {
    0% {
        background-color: rgba(0, 0, 0, 0.3);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.4);
    }
    50% {
        background-color: rgba(0, 0, 0, 0.5);
    }
    75% {
        background-color: rgba(0, 0, 0, 0.4);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.3);
    }
}
.music {
    position: relative;
    width: 180px;
    height: 160px;
    border: 8px solid #bebebe;
    border-bottom: 0px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
}
.music:before, .music:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 40px;
    height: 82px;
    background-color: #bebebe;
    border-radius: 15px;
}
.music:before {
    right: -25px;
}
.music:after {
    left: -25px;
}
.line {
    position: absolute;
    width: 6px;
    min-height: 30px;
    transition: .5s;
    animation: equalize 4s 0s infinite;
    animation-timing-function: linear;
    vertical-align: middle;
    bottom: 0 !important;
    box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.15);
}
.line1 {
    left: 30%;
    bottom: 0px;
    animation-delay: -1.9s;
    background-color: #ff5e50;
}
.line2 {
    left: 40%;
    height: 60px;
    bottom: -15px;
    animation-delay: -2.9s;
    background-color: #a64de6;
}
.line3 {
    left: 50%;
    height: 30px;
    bottom: -1.5px;
    animation-delay: -3.9s;
    background-color: #5968dc;
}
.line4 {
    left: 60%;
    height: 65px;
    bottom: -16px;
    animation-delay: -4.9s;
    background-color: #27c8f8;
}
.line5 {
    left: 70%;
    height: 60px;
    bottom: -12px;
    animation-delay: -5.9s;
    background-color: #cc60b5;
}
@keyframes equalize {
    0% {
        height: 48px;
    }
    4% {
        height: 42px;
    }
    8% {
        height: 40px;
    }
    12% {
        height: 30px;
    }
    16% {
        height: 20px;
    }
    20% {
        height: 30px;
    }
    24% {
        height: 40px;
    }
    28% {
        height: 10px;
    }
    32% {
        height: 40px;
    }
    36% {
        height: 48px;
    }
    40% {
        height: 20px;
    }
    44% {
        height: 40px;
    }
    48% {
        height: 48px;
    }
    52% {
        height: 30px;
    }
    56% {
        height: 10px;
    }
    60% {
        height: 30px;
    }
    64% {
        height: 48px;
    }
    68% {
        height: 30px;
    }
    72% {
        height: 48px;
    }
    76% {
        height: 20px;
    }
    80% {
        height: 48px;
    }
    84% {
        height: 38px;
    }
    88% {
        height: 48px;
    }
    92% {
        height: 20px;
    }
    96% {
        height: 48px;
    }
    100% {
        height: 48px;
    }
}
.mid-logo {
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    top: 160px;
    margin: 0 auto;
    display: block;
    width: 200px;
    opacity: 1;
    transition: all 0.5s;
}
.act1 .mid-logo {
    opacity: 0
}
.act1 .wifi-ani {
    opacity: 1;
}
.btn-back>div.container {
    z-index: 5;
    position: relative;
}
.mssms-btn {
    width: 800px;
    height: 370px;
    background-image: url(../img/cav.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px auto;
    text-align: center;
    padding-top: 70px;
}
.mssms-btn>div {
    display: inline-block;
    position: relative;
}
.mssms-btn>div span {
    background-image: url(../img/btn-non.png);
    width: 139px;
    height: 139px;
    display: block;
    padding: 46px 0px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}
.mssms-btn>div p {
    font-size: 14px;
    color: rgb(213, 201, 201);
    font-weight: 400;
    text-transform: uppercase;
}
.mssms-btn>div.active span {
    background-image: url(../img/btn-activ.png);
}
.mssms-btn>div span+h6 {
    opacity: 0;
    transition: all 0.5s;
    font-size: 14px;
    color: rgb(213, 201, 201);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
}
.mssms-btn>div.active span+h6 {
    opacity: 1;
}
.mssms-btn>div:nth-child(1) {
    left: -49px;
}
.mssms-btn>div:nth-child(2) {
    top: 132px;
    left: -59px;
}
.mssms-btn>div:nth-child(3) {
    top: 187px;
}
.mssms-btn>div:nth-child(4) {
    top: 132px;
    right: -59px;
}
.mssms-btn>div:nth-child(5) {
    right: -49px;
}
.mssms-cont {
    text-align: center;
    margin-top: 45px;
    padding: 0px 140px;
    position: relative;
}
.mssms-cont h4 {
    font-size: 21px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.mssms-cont p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 30px;
        max-width: 70%;
    margin: 0 auto;
}
.mssms-cont img {
    display: none;
}
.mssms-cont>div {
    position: absolute;
    width: 100%;
    left: 0px;
    opacity: 0;
    transition: all 0.5s;
}
.mssms-cont>div.active {
    opacity: 1
}
.home .stickmenu {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.welcom-section {
    padding: 60px 0px;
    background-color: #f6f6f6
}
.welcom {
    text-align: center;
    padding: 0px 100px;
}
.welcom h1 span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0px
}
.welcom h1 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 48px;
    margin-bottom: 35px;
    margin-top: 0px;
}
.welcom p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 30px;
}
.perfect-section {
    background-image: url(../img/perfect-background.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 90px 0px 80px
}
.perfect h4 {
    font-size: 37px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 49px;
    letter-spacing: -1px;
    margin: 0;
}
.perfect span {
    display: block;
    font-weight: 300;
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-style: italic;
    margin-top: 40px;
}
.skil-div {}
.skil-div>div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.skil-div>div:nth-child(1), .skil-div>div:nth-child(2) {
    margin-bottom: 40px;
}
.skil-div>div img {
    display: inline-block;
    vertical-align: top;
}
.skil-div>div>div {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    padding-left: 20px;
}
.skil-div>div>div h6 {
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0px;
}
.skil-div>div>div p {
    font-weight: 300;
    font-size: 14px;
    color: rgb(213, 201, 201);
    line-height: 1.643;
}
.total-sol-head {
    padding: 80px 0px 60px;
    text-align: center;
}
.total-sol-head h4 {
    font-weight: 400;
    font-size: 33px;
    color: rgb(3, 6, 12);
    letter-spacing: -2px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.total-sol {}
#owl-tolsol>div {
    width: 20%;
    float: left;
    background-size: cover;
    height: 550px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}
#owl-tolsol>div:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
    transition: all 0.5s;
}
#owl-tolsol>div:hover:after {
    background-color: rgba(0, 0, 0, 0.4);
}
.tol-con {
    position: relative;
    z-index: 10;
    padding: 0px 20px;
}
.clear {
    clear: both;
    display: block;
}
#owl-tolsol div.lighting {
    background-image: url(../img/light-control-img.png);
    background-size: cover;
}
#owl-tolsol div.cinema {
    background-image: url(../img/cinema-img.png);
    background-size: cover;
}
#owl-tolsol div.musicc {
    background-image: url(../img/music-img.png);
    background-size: cover;
}
#owl-tolsol div.network {
    background-image: url(../img/wifi-img.png);
    background-size: cover;
}
#owl-tolsol div.security {
    background-image: url(../img/security-img.png);
    background-size: cover;
}
#owl-tolsol>div .tol-con div {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    transition: all 0.5s;
}
#owl-tolsol>div:hover .tol-con div {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
}
.tol-con h6 {
    font-size: 23px;
    color: rgb(254, 254, 255);
    font-weight: 700;
    margin-bottom: 20px;
}
.tol-con p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 25px;
    font-weight: 300
}
.tol-con a {
    display: block;
    background-image: url(../img/left-arrow.png);
    padding: 15px 28px;
    width: 70px;
    margin: 25px auto 0px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s;
}
.tol-con a:hover {
    background-color: #08af6b;
        border: 1px solid #08af6b;
}
.whychoos {
    background-size: cover;
    padding: 100px 0px;
}
.whychoos h6 {
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.35;
    margin: 0px 0px 25px;
}
#whychoos h4 {
    font-size: 46px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 54px;
    margin-top: 0;
}
#whychoos p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 31px;
}
#whychoos .owl-dots .owl-dot span {
    width: 40px;
    height: 5px;
    border-radius: 0px
}
#whychoos .owl-dots {
    text-align: left;
    margin-left: -5px;
    margin-top: 60px;
}
#whychoos .owl-dots .owl-dot.active span {
    background-color: #fff
}
#whychoos .owl-dots .owl-dot span {
    background-color: #9c958e
}
#whychoos:after {
    content: '';
    width: 101px;
    height: 88px;
    position: absolute;
    right: 0px;
    top: -85px;
    background-image: url(../img/coma.png);
}
#whychoos {
    width: 88%;
}
.authorized {
    margin-top: 60px;
}
.authorized h4 {
    font-weight: 600;
    font-size: 23px;
    color: rgb(44, 61, 89);
    text-align: center;
}
#owl-authorized img {
    width: auto;
    margin: 0 auto;
}
#owl-authorized {
    margin-top: 45px;
    margin-bottom: 60px;
}
.request-frm h4 {
    font-size: 36px;
    color: rgb(69, 76, 77);
    font-weight: 700;
    line-height: 44px;
    margin: 0px 0px 28px
}
.request-frm p {
    font-size: 15px;
    color: rgb(15, 16, 16);
    line-height: 1.8;
    font-weight: 400
}
.font-fom .input-field>label {
    color: #000000;
}
.textarea-frm>div {
    margin-top: 40px;
}
.font-fom input[type=submit] {
    font-weight: 400;
    font-size: 17px;
    color: rgb(255, 255, 255);
    background-color: #cb3219;
    width: 180px;
    padding: 15px;
    text-align: center;
    border: 0px;
    margin-top: 20px;
}
.footer {
    background-color: #fdfdfd;
    padding-top: 70px;
}
.fot-cont {
    background-color: #f9f9f9;
    padding: 40px 33px;
    position: relative;
}
.fot-cont:after {
    content: '';
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    right: -100%;
    position: absolute;
    top: 0px
}
.fot-contact>a {
    display: inline-block;
    vertical-align: middle;
}
.fot-contact>div {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.fot-contact>div a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
        opacity: 0.8;
        transition: all 0.5s;
}
.fot-contact>div a:hover {
    opacity: 1
}
.fot-left {
    padding-left: 30px;
}
.request-frm {
    padding-right: 20px;
}
.fot-cont>address {
        font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-style: normal;
    margin-top: 30px;
}
.whatwedo {
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    margin-top: 30px
}
.whatwedo h5 {
    margin: 0px;
    font-size: 17px;
    color: rgb(95, 95, 95);
    font-weight: 600;
    padding-bottom: 30px;
}
.whatwedo>div {
    text-align: center;
}
.whatwedo>div a {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
    text-align: left;
    position: relative;
    top: 0px;
    transition: all 0.5s;
}
.whatwedo>div a:hover {
top: -5px
}
.whatwedo>div a:hover img {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.foter-privacy {
        width: 85%;
}
.foter-privacy h5 {
    font-size: 14px;
    color: rgb(32, 33, 35);
    font-weight: 600;
    margin: 40px 0px 30px;
}
.foter-privacy p {
    font-size: 12px;
    color: rgb(32, 33, 35);
    line-height: 22px;
    margin-bottom: 21px
}
footer {
    background-color: #000000;
    padding: 30px 0px;
    margin-top: 70px;
}
.copy-rite, .allrit, .allrit a {
    font-size: 14px;
    color: rgb(115, 115, 115);
    font-weight: 400;
}
.copy-rite a {
    font-size: 14px;
    color: rgb(115, 115, 115);
    font-weight: 400;
    display: inline-block;
    margin-left: 30px;
    transition: all 0.5s;
}
.copy-rite a:hover {
    color: #fff
}
.allrit {
    text-align: right;
}
.banner {
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
.hed-cont {
    padding-top: 245px;
    padding-bottom: 50px
}
.hed-cont h1 {
    margin-top: 20px;
    font-size: 42px;
    color: rgb(255, 255, 255);
    font-weight: 600
}
.breadcrumb i{
      display: inline-block;
    background-image: url(../img/larrow.png);
    margin-left: 8px;
    margin-right: 8px;
    width: 8px;
    height: 10px;
    float: none;
}
.breadcrumb a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 300;    
}

.breadcrumb span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}
.empowering-section {
    background-image: url(../img/empower.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 85px 0px
}
.empowering h4 {
    font-size: 31px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 44px;
    margin-top: 20px;
}
.empowering p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 30px;
    width: 85%;
}
.vismis {
    margin-left: 20px;
}
.vismis>div {
    padding: 35px 40px 35px;
    background-color: #11546d;
    margin: 0px;
}
.vismis>div h4 {
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 1.571;
    font-weight: 600;
    margin: 0px 0px 20px;
}
.vismis>div p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.625;
    font-weight: 400
}
.vismis>div.vis {
    background-color: #10485d
}
.weare-section {
    padding: 90px 0px
}
.weare {
    padding-right: 50px;
}
.weare h4 {
    font-size: 33px;
    color: rgb(3, 6, 12);
    line-height: 48px;
    margin: 0px 0px 35px;
    letter-spacing: -1px
}
.weare p {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 25px
}
.weare-img img {
    width: 100%;
}
.cont-row {
    background-color: #4e4e5a;
    padding: 30px 50px;
    margin-top: 50px;
    margin-bottom: 35px;
}
.cont-row a {
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-left: 40px;
    position: relative;
    top: 0px;
    transition: all 0.5s;
}
.cont-row a:hover {
    top: -5px
}
.cont-row a img {
    margin-right: 15px;
}
.cont-row h4 {
    width: 30%;
    float: left;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0px;
    padding-top: 3px;
}
.cont-row>div {
    width: 70%;
    float: left;
    text-align: right;
}
.clera {
    display: block;
    clear: both;
}
.map {
    position: relative;
}
.map iframe {
    height: 450px;
    width: 100%;
}
.map>div.cont-info {
    width: 350px;
    background-color: #fdfcfc;
    position: absolute;
    bottom: -50px;
    left: 40px;
    padding: 50px 35px 40px
}
.cont-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin: 0 0px 20px;
}
.cont-info address {
    margin-bottom: 25px;
    font-style: inherit;
}
.cont-info address, .cont-info a {
    display: block;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 25px;
    font-weight: 300;
}
.hr {
    width: 100%;
    height: 1px;
    background-color: #d6d3d3
}
.cont-info .hr {
    margin: 20px 0px 25px
}
.cont-info h5 {
    font-size: 17px;
    font-family: "Open Sans";
    color: rgb(72, 69, 69);
    font-weight: 700;
    margin: 0px 0px 15px;
    text-align: center;
}
.dropdown-content li>a, .dropdown-content li>span {
    padding: 10px 16px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.dropdown-content li {
    min-height: 45px;}
.cont-info a.btn {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    background-color: #544c4b;
    padding: 10px 0px;
    text-align: center;
    display: block;
    height: 45px;
}
.send-ink {
    padding-right: 40px;
}
.send-ink h4 {
    font-size: 27px;
    color: rgb(0, 0, 0);
    margin: 0px 0px 16px;
    font-weight: 600;
}
.send-ink p {
    font-size: 15px;
    color: rgb(15, 16, 16);
    line-height: 27px;
}
.send-section {
    margin-top: 110px;
    padding: 0px 40px;
}
.send-ink>div {
    margin-top: 55px
}
.send-ink>div label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.82);
}
.send-ink .select-wrapper input.select-dropdown {
    border-bottom: 2px solid #d7d7d7;
    padding: 5px 0px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.frm {
    padding-left: 10px;
    position: relative;
}
.frm.disabled:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.65);
    left: 0px;
    top: 0px;
    z-index: 1;
}
.frm h4 {
    margin-top: 0px;
    font-size: 21px;
    color: rgb(0, 0, 0);
    letter-spacing: -1px;
    font-weight: 600;
}
.frm label {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.82);
    font-weight: 600
}
.frm input[type="text"], .frm input[type="email"], .frm textarea {
    border-bottom: 2px solid #d7d7d7
}
.frm .input-field {
    margin-bottom: 20px;
}
.frm textarea {
    height: 80px
}
.submit {
    text-align: right;
    padding-top: 25px;
}
.submit i {
    background-color: #cb3219;
    border-radius: 0px;
    width: 180px;
    padding: 14px 0px;
    text-align: center;
}
.submit i input {
    font-size: 17px !important;
    color: rgb(255, 255, 255);
    font-weight: 700;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14 !important;
    background-color: rgba(57, 143, 20, 0.62);
    font-size: 14px;
}
div.wpcf7-mail-sent-ng {
    border: 1px solid #ff0000;
}
div.wpcf7-spam-blocked {
    border: 1px solid #ffa500;
}
div.wpcf7-validation-errors {
    border: 1px solid #f7e700 !important;
    background-color: rgba(247, 231, 0, 0.22);
    font-size: 14px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
}
.about-tab {
    padding: 40px;
    background-color: #fdfdfd;
    width: 90%
}
.about-tab h3 {
    font-size: 23px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 26px;
    margin: 0px 0px 30px;
}
.about-section {
    padding: 60px 0px;
}
.pro-section{
     padding: 0px 0px 60px;
}
.abou-menu ul li a {
    display: block;
    font-size: 14px;
    color: #809396;
    padding: 16px 0px;
    transition: all 0.5s;
}
.abou-menu ul li:hover a {
    color: #454b45;
}
.abou-menu ul li {
    border-bottom: 1px solid #f3f3f3
}
.abou-menu ul li:last-child {
    border-bottom: 0px;
}
.abou-menu ul li.current_page_item a {
    color: #454b45;
    font-weight: 600;
}
.tab-cont h4 {
    margin: 30px 0px 20px;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.tab-cont h2 {
        margin-top: 0px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #08af6b;
}
.tab-cont p {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.aword h4 {
    margin: 10px 0px 40px;
    font-size: 31px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.awdone {}
.awdone>.img {
    width: 30%;
    float: left;
}
.awdone>div.cad {
    width: 70%;
    float: left;
    padding-right: 65px;
}
.awdone>div h5 {
    font-size: 28px;
    color: rgb(0, 0, 0);
    margin-bottom: 25px;
    margin-top: 0px
}
.awdone>div p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 27px;
}
.aword .hr {
    margin-top: 75px;
    margin-bottom: 50px;
}
.other-aword {
    text-align: center;
}
.other-aword h5 {
    font-size: 21px;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-bottom: 70px
}
#other-aword img {
    width: auto;
    margin: 0 auto;
    max-height: 130px;
}
#other-aword span {
    display: block;
    font-size: 15px;
    color: rgb(0, 0, 0);
    margin-top: 20px;
}
.accreditation {}
.accreditation h5 {
    font-size: 31px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 0px
}
#accreditation>div {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}
#accreditation>div img {
    max-height: 80px
}
.member-rempt {
    margin-top: 55px;
}
.member-rempt>div {
    margin-bottom: 50px;
    padding-left: 85px;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.repet h4 {
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 25px;
    padding-top: 6px;
    margin-top: 0px;
}
.repet h4 span {
    display: block;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    margin-top: 10px;
}
.repet div {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 27px;
}
.whtwedo {
    padding-right: 50px;
}
.whtwedo h4 a {
    display: block;
    font-size: 35px;
    line-height: 45px;
    color: rgb(36, 33, 33);
}
.whtwedo h4 {
    margin-bottom: 23px;
    margin-top: 0px
}
.whtwedo p {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 28px;
    margin-bottom: 45px;
}
.whtwedo>a {
    font-size: 14px;
    color: rgb(36, 33, 33);
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    border: 1px solid #000000;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
}
.fer-img {
    max-height: 490px;
    background-color: rgba(4,17,18);
    overflow: hidden;
    position: relative;
}
.fer-img img {
    opacity: 0.9;
    width: 100%;
    transition: all 0.5s;
}
.fir-row{
    margin-bottom: 80px
}
.fir-row:hover .fer-img img {
    opacity: 0.3;
}
.whtwedomidl {
    display: table-cell;
    vertical-align: middle;
    height: 490px;
}
.watwedo-list {
    margin: 80px 0px;
}
.fit-ls {
    position: absolute;
     bottom: -500px;
     transition: all 1s;
    left: 0px;
    width: 100%;
}
.fir-row:hover .fer-img .fit-ls {
    bottom: 40px;
}
.fit-ls>div {
    width: 33.33%;
    float: left;
        text-align: center;
    padding: 80px 45px;
    border-right: 1px solid #505858;
}
.fer-div > div {
    background-color: #233e67;
    height: 125px;
    width: 125px;
    border-radius: 70px;
    position: relative;
    margin: 0 auto;
}
.fit-ls>div h6 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 25px
}
.fit-ls>div p {
    font-size: 13px;
    color: rgb(206, 198, 198);
    line-height: 1.769;
}
.fer-div img {
    max-height: 80px;
    width: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin:0 auto;
    opacity: 1 !important
}
.wp-block-image img {
    width: 100%;
}
.wwd-sin h5{
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 25px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.wwd-sin h5 strong{
        font-weight: 600;
}
figure {
    margin: 0px;
}
.wwd-sin .wp-block-image.size-full{
margin-top: 60px;
}
.wwd-sin p{
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}
.pro-tit{

}
.pro-tit h3{
  font-size: 26px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 30px;
      text-align: center;
}
.pro-tit h3 span{
    color: #a9a9a9
}
.lightgallery > a{
    width: 33.33%;
    float: left;
    padding:0px 10px;
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}
.lightgallery > a img{
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}
.lightgallery > a:hover img{
opacity: 0.8
}
#tabs-swipe-demo{
    text-align: center;
    margin-bottom: 25px
}
.pro-menu{
background-color: #fcfcfc
}
.pojecby{

}
.pojecby .proj{
width: 30%;
float: left;
}
.pojecby .proj h4{
  font-size: 13px;
  color: rgba(58, 56, 56, 0.58);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 0px 4px 40px;
}
.pojecby .proj-menu{
width: 70%;
float: left;
}
.pojecby .proj-menu ul{
    margin:0px;
}
.pojecby .proj-menu ul li a{
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 600;
  padding: 20px;
   background-color: #fcfcfc;
   transition: all 0.5s;
   display: block;
    max-height: 62px;
    overflow: hidden;
}
.pojecby .proj-menu ul li{
    display: inline-block;
    vertical-align: top;

}
.pojecby .proj-menu ul li.current-menu-item a{
    color: #ffffff;
    background-color: #343a3e
}
.pojecby .proj-menu ul li.current-menu-item {
    background-color: #343a3e
}
.pojecby .proj-menu ul li:hover a{
    color: #ffffff;
    background-color: #343a3e
}
.current-menu-item .menu-image-hover-wrapper img.hovered-image{
opacity: 1
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 0px !important;
}
.pro-menu{
    margin-bottom: 30px
}
.soput{
    background-color: #3e3e4b;
    padding:35px;
        margin-left: 50px;
            margin-top: -200px;
}
.soput p{
  font-size: 17px;
  color: rgb(255, 255, 255);
  line-height: 30px;
  margin: 0px 0px 40px;
}
.soput label{
    display: block;
  font-size: 17px;
  color: rgb(255, 255, 255);
  line-height: 30px;
}
.soput label img{
    max-width: 19px;
    max-height: 17px;
    margin-right: 10px;
}
.soput > div{
margin-bottom: 40px;
line-height: 35px
}
.soput > div:last-child{
    margin-bottom: 0px;
}
.soput  a{
  color: rgb(255, 255, 255);
  font-weight: 700;
  display: block;
}
.soput .phone a{
font-size: 34px
}
.soput .mailto a{
font-size: 27px
}
.save-div{
    background-color: #35353f;
    margin-left: 50px;
    transition: all 0.5s;
}
.save-div a{
  font-size: 19px;
  color: rgb(255, 255, 255);
 display: block;
 font-weight: 600;
 padding: 25px 50px 25px 90px ;
 background-image: url(../img/save.png);
 background-repeat: no-repeat;
 background-position: 40px 27px;
}
.save-div:hover {
    background-color: #212128;}

    .dp-cont h6 {
  font-size: 27px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  line-height: 42px;
  margin-top: 0px;
    margin-bottom: 80px;
}

.digitalcare h5{
font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.digitalcare ul li{
  font-size: 15px;
  color: rgb(15, 16, 16);
  line-height: 27px;
  margin-bottom: 25px;
  font-weight: 400;
  background-image: url(../img/tick.png);
  background-repeat: no-repeat;
  padding-left: 52px;
  background-position: 8px 2px;
}
.digitalcare{
        padding: 15px 15% 20px 15%;
         background-color: #fdfcfc
}
.tabl-row{

}
.tabl-row > div{
    width: 20%;
    float: left;
}
.pack{
    text-align: center;
    background-color: #f6f6f6;
}
.pack-hed{
    padding-top: 25px;
    padding-bottom: 15px
}
.pack-hed > span {
  font-size: 17px;
  display: block;
  color: rgb(95, 124, 105);
  font-weight: 700;
  text-transform: uppercase;
}

.pack-hed h4 {
  font-size: 58px;
  color: rgb(95, 124, 105);
  font-weight: 700;
  text-transform: uppercase;

margin: 5px 0px;}
.pack-hed h4 sup{
  font-size: 18px;
  color: rgb(95, 124, 105);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
    top: -27px;
    left: -2px;
}
.pack.popular > div{
    border-bottom: 1px solid #399c5b
}
.popular .pack-hed h4 sup{
color: #fff;
}
.pack-hed p{
    color: #8f8a8a;
    font-size: 16px;
    font-weight: 700;
        margin-top: 0px;
}
.pack-hed p span{
    font-style: italic;
    display: block;
    font-size: 14px;
    font-weight: 400
}
.pack > div{
    border-bottom: 1px solid #edeeee;
}
.tim,.dor{
    padding: 13px 64px;
  font-size: 14px;
  color: rgb(61, 56, 56);
  font-weight: 600;
  min-height: 50px;
}
.rwrow{
    min-height: 50px;
     padding: 13px 64px;
}
.jinnow{
padding: 30px
}
.jinnow button{
 display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  background-color: #494949;
  padding: 15px;
}
.jinnow span{
    display: block;
  font-size: 12px;
  color: rgb(61, 56, 56);
  margin-top: 10px;
}
.pack > div:last-child{
    border-bottom: 0px solid #edeeee;
}
.nanes{
    text-align: right;
}
.nanes > div{
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: 600;
          min-height: 50px;
    padding: 13px 30px;
}
.gap-1{
    height: 198px
}
.gap-2{
    height: 66px;
}
.pack{
    border-right: 1px solid #fdfdfd
}
.pack.popular{
    background-color: #239248;
    color: #fff;
    margin-top: -42px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14),inset 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}
.pack.popular .pack-hed h4{
font-size: 66px;
color: #fff;
}
.popular .pack-hed > span{
color: #fff;
}
.popular .pack-hed p{
color: #fff;
}
.popular .tim, .popular .dor{
color: #fff;
}
.pack.popular > img{
    margin-top: -27px;
}
.popular .jinnow button{
    background-color: #e81212
}
.menu-icon{
    cursor: pointer;
}
.popular .jinnow span{
    color: #fff;
}
.popular .jinnow{
    margin-bottom: 35px;
}
.pacage-section{
    margin-top: 20px
}
.viwe-poli{
  font-size: 14px;  
  color: rgb(127, 126, 126);
  font-style: italic;
  text-align: center;
  padding-left: 20%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.viwe-poli a{
  font-size: 14px;
  color: rgb(32, 95, 53);
  font-style: italic;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
.sidenav .menu > li{
    position: relative;
}
.sidenav .menu > li.menu-item-has-children span{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 47px;
        background-color: #8a8a8a;
        cursor: pointer;
        z-index: 10
}
.sidenav .menu > li.menu-item-has-children span:after{
    content: '+';
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
        top: 0px;
    right: 14px;
}
.sidenav .menu > li.menu-item-has-children.open span:after{
        right: 17px;
    top: -2px;
    content: '-';}
.sidenav .menu > li.menu-item-has-children ul{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
        background-color: #f3f3f3;
}
.sidenav .menu > li.menu-item-has-children.open ul{
    max-height: 500px;
}
.sidenav .menu li>a {
    min-height: 48px;
    line-height: 27px;
    padding: 10px 32px;
    border-bottom: 1px solid #f5f5f5;
    height: auto;
}
.sidenav{
        padding-top: 50px;
            transform: inherit !important;
}
.sidenav.open{
        right: 0%;
}
.sidenav .logo{
    text-align: center;
}
.font-fom textarea{
        border: 0px;
        border-bottom: 1px solid #9e9e9e;
}
.abou-menu > ul{
    margin-bottom: 0px
}
.abou-menu > ul > li:last-child a{
    padding-bottom: 0px
}
.sity-div{
     position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
body.page-template-page-team,body.what_we_do-template-default{
    overflow-x: visible; 
}
.hide{
    display: none;
}
#back-to-top{
        position: fixed;
    right: 20px;
    bottom: 25px;
    display: block;
    background-color: #08af6b;
    width: 40px;
    height: 40px;
    z-index: 1000;
    border-radius: 20px;
    background-image: url(../img/topbot.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
#back-to-top:hover {
    background-color: #02663d;}
   #cam {
            position: absolute;
    right: 0px;
    left: 0px;
    width: 148px;
    height: 150px;
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
    visibility: hidden;

}
.act4 #cam {
    opacity: 1;
    visibility: visible;
}
.act4 .mid-logo{
    opacity: 0
}
.stic-foter{
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
        z-index: 999;
        display: none;
}
.stic-foter>div{
    cursor: pointer;
    display: inline-block;
    width: 25%;
    padding: 15px 0;
    text-align: center;
}
.stic-foter>div .ico{
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 8px auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.label {
    display: block;
    font-size: 10px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.icon-email{
background-image: url(../img/email-light.png);
}
.icon-call{
background-image: url(../img/call-light.png);
}
.icon-map{
background-image: url(../img/map-light.png);
}
.icon-hours{
background-image: url(../img/hours-light.png);
}
.font-fom textarea:focus{
border: 0px;
}
.popmap > div{
    margin: -24px -24px 0px
}
.popmap > div iframe{ 
width: 100%;
height: 350px
}
.clscus{
     position: absolute;
    right: 0px;
    top: -30px;
}
.popmap address{
        margin-top: 15px;
    font-size: 14px;
    color: #000;
}
.hours-day > div{
    width: 50%;
    float: left;
    padding: 0px 5px;
}
.hours-day {
    clear: both;
    background-color: #e6e6e6;
    display: block;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 1px;
    font-size: 14px;
    color: #000;
}
.stic-foter>div a{
    display: block;
}
.tab-cont ul li{
   padding-left: 15px;
    background-image: url(../img/bul.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    margin-bottom: 5px;
}
.wp-block-button__link{
        border: 0px !important;
    background-color: rgba(0,0,0,0) !important;
    margin: 10px 0px 0px !important;
    padding: 0px !important;
}
.pro-tit .menu a {
    color: #aaa2a2;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-overflow: ellipsis;
    font-weight: 600;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
        line-height: 60px;
}
.pro-tit .menu li {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    margin: 0px 20px;
}
.pro-tit .menu li.current-menu-item a{
        color: #151212;
    border-bottom: 3px solid #535353
}
.pro-tit .menu{
    text-align: center;
    margin-bottom: 25px;
}
.pro-tit{
        margin-top: 45px;
}
.btn-back{
    position: relative;
    overflow: hidden;
}
.btn-back img.bkimg{
    position: absolute;
    left: 0px;
    top: 0px;   
    opacity: 0;
    transition: all 0.5s;
    min-height: 100%;
    min-width: 100%;
}
.btn-back.act1 img.im1{
       opacity: 1;}
       .btn-back.act2 img.im2{
       opacity: 1;}
       .btn-back.act3 img.im3{
       opacity: 1;}
       .btn-back.act4 img.im4{
       opacity: 1;}
       .btn-back.act5 img.im5{
       opacity: 1;}
       .btn-back.act6 img.im6{
       opacity: 1;}
       .blub{
            width: 195px;
    margin: 0 auto;
    top: 155px;
    position: absolute;
    right: 0px;
    left: 0px;
        z-index: 100;
    opacity: 0;
    transition: all 0.5s;
       }
       .act2 .blub{
        opacity: 1
       }
       .act2 .mid-logo{
        opacity: 0
       }
       .abou-menu .current-menu-item a{
            color: #000000;
            font-weight: 600;
       }
       .tab-cont h5{
        font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
       }
       .tab-cont h3{
            font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
       }
       span.wpcf7-not-valid-tip {

    font-size: 12px !important;}
    .copy-rite{
        display: inline-block;
        vertical-align: middle;
    }
    .sio-co{
       display: inline-block;
        vertical-align: middle;  
    }
    .sio-co{
padding-left: 15px;
    }
    .sio-co a{
         display: inline-block;
    vertical-align: middle;
    color: rgb(115, 115, 115);
    font-size: 17px;
    padding: 0px 7px;
    transition: all 0.5s;

    }
    .sio-co a:hover{
color: rgb(8, 175, 107)
    }
    .con-sio{
text-align: center;
    }
    .con-sio a{
           display: inline-block;
    vertical-align: middle;
    color: rgb(115, 115, 115);
    font-size: 25px;
    padding: 10px 17px 0px;
    transition: all 0.5s;
    }
    .con-sio a:hover{
color: rgb(8, 175, 107)
    }
    .nanes > div >span {
  position: relative;
      margin-left: 5px;
    top: 2px;
}

.nanes > div >span >span {
  opacity: 0;
  visibility: hidden;
  margin-top: -0.5em;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -4.75em;
  width: 250px;
  text-align: center;
  border-radius: 4px;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  transition: all 0.5s;
  padding: 10px;
      z-index: 10;
}

.nanes > div >span:hover >span{
  display: block;
  visibility: visible;
  opacity: 1;
}

.nanes > div >span >span:after {
    content: "";
    border: 10px solid transparent;
    border-top-color: black;
    position: absolute;
    top: -18px;
    left: 58px;
    margin-left: -10px;
    transform: rotate(180deg);
}
.nanes > div >span {
  cursor: help;
}


.nanes > div >span svg{
    width: 13px;
}
.nanes > div >span{
    position: relative;
}
.postid-318 .select-wrapper input{
	font-size: 15px;
    color: rgba(0, 0, 0, 0.82);
    font-weight: 600;
}
.input-field input{
	font-size: 15px;
    color: rgba(0, 0, 0, 0.82);
    font-weight: 600;
}
.floln{
	    margin-top: 20px;
}
.floln label{
	display:block;
	margin-bottom: 10px;
}
.floln input{
	    border-bottom: 2px solid #d7d7d7;
    width: 100%;
    padding-bottom: 5px;
}

.paypal-buy-now-button {
display: inline-flex;
    background: #FFC439;
    border: 0px;
    font-weight: 700;
    font-size: 12px;
    padding: 11px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: black;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}


.paypal-buy-now-button span {
  padding-top: 3px;
  padding-right: 7px;
  text-shadow: 0 1px 0 #FFD699;
  z-index: 2;
}
.paypal-buy-now-button svg {
  -webkit-filter: drop-shadow(0 1px 0 #FFFFFF);
          filter: drop-shadow(0 1px 0 #FFFFFF);
  z-index: 2;
}