body, html {
    overflow-x: hidden
}

p strong {
    color: #0096d0;
    font-weight: 500
}

a {
    color: #0096d0;
    text-decoration: none
}

label {
    color: #aaa
}

a:hover {
    color: #337ab7 !important;
    text-decoration: none !important
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: Fjalla One;
    font-style: normal;
    font-weight: 400;
    src: local(Fjalla One), local(FjallaOne-Regular), url(../fonts/fjalla_one_2.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Fjalla One;
    font-style: normal;
    font-weight: 400;
    src: local(Fjalla One), local(FjallaOne-Regular), url(../fonts/fjalla_one_1.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: sf-pro-text-bold;
    src: url(../fonts/sf-pro-text-bold.woff) format("woff2"), url(../fonts/sf-pro-text-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SF-Pro-Display-Light;
    src: url(../fonts/SF-Pro-Display-Light.woff) format("woff2"), url(../fonts/SF-Pro-Display-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.h-box {
    min-height: 550px
}

.no-padding-left {
    padding-left: 0 !important
}

.au-flag {
    cursor: not-allowed
}

.search-mobile .cont-input {
    position: initial;
    width: 100%;
    background: 0 0;
    display: flex
}

.search-mobile .cont-input button {
    padding: 12px !important
}

p strong a {
    text-decoration: underline
}

a, h1, h2, h3, h4, h5, h6, li, p, span, textarea, ul {
    margin: 0;
    padding: 0
}

.no_space {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.drop-open4, .drop-open5 {
    display: none
}

p.add-p strong a {
    text-transform: lowercase;
    text-decoration: underline !important
}

ul.drop-open4 li a, ul.drop-open5 li a {
    font-size: 12px;
    padding: 5px 10px !important
}

body {
    line-height: inherit;
    font-family: SF-Pro-Display-Light !important
}

.alt-font {
    font-family: Verdana, Geneva, sans-serif
}

* {
    margin: 0;
    padding: 0
}

a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: none
}

.top-bar {
    float: left;
    width: 100%;
    background: #083a57;
    padding: 10px 0
}

#demo {
    padding: 0 0 5px
}

ul.social-icons {
    float: left;
    width: 100%;
    margin: 0
}

ul.social-icons li {
    float: left;
    padding: 0 16px 0 0;
    list-style: none
}

.header {
    float: left;
    width: 100%;
    background-color: #fff
}

ul.social-icons li a {
    color: #fff;
    opacity: .7;
    font-size: 16px
}

ul.social-icons li a:hover {
    opacity: 1
}

.border-r {
    border-right: 1px solid #fff
}

.top-bar i {
    color: #fff
}

.top-bar p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.top-bar a {
    color: #fff;
    font-size: 13.4px;
    font-weight: 400;
    line-height: 17px
}

ul.navigation li a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s
}

ul.navigation li a:hover {
    color: #5fc4f2
}

li search a:hover {
    color: #fff
}

ul.navigation li {
    float: left;
    margin: 20px 0 0;
    padding: 0 23px 0 0;
    list-style: none
}

ul.navigation {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    left: 40px
}

img.tick {
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px 5px 0 !important
}

.left p {
    text-align: left !important
}

.sub-menu-parent {
    position: relative
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    width: 220px;
    z-index: -1;
    background: #f1f1f1;
    padding: 5px 0;
    transition: all .3s;
    position: absolute;
    top: 44px;
    left: 0;
    transform: translateY(-2em)
}

.sub-menu-event-service {
    min-width: 300px
}

ul.sub-menu li a {
    color: #555;
    font-size: 14px;
    font-weight: 500
}

ul.navigation li a.search {
    color: #fff
}

ul.sub-menu li a:hover {
    color: #5fc4f2
}

ul.sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    line-height: 32px;
    padding: 0 0 0 15px !important
}

.sub-menu-parent:focus .sub-menu, .sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition-delay: 0s, 0s, .3s;
    transform: translateY(0)
}

.logo {
    float: left;
    width: 100%;
    margin: 7px 0 0
}

.search {
    float: left;
    background: #1e99d1;
    padding: 25px 20px !important
}

li.search {
    position: relative;
    margin: 0 !important
}

li.search i {
    color: #fff
}

.flag p {
    text-align: center;
    font-size: 10px;
    padding: 5px 0 0 3px !important
}

.sbmt3 {
    text-align: center;
    background: #1e99d1;
    border-radius: 3px;
    border: 1px solid #1e99d1;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff !important
}

.sbmt3:hover {
    background: #ea5441;
    border-color: #ea5441;
    transition: all .3s
}

.country {
    float: left;
    width: 100%;
    background: #fff
}

.flag img {
    border: 1px solid #ddd;
    margin: 15px 0 0
}

#sample img {
    width: 30px
}

.head-1 p {
    color: #000;
    padding: 25px 0;
    font-size: 12px;
    font-weight: 500
}

.head-1 span {
    color: #000;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    display: block
}

.head-1 h1, .head-1 h6 {
    padding: 25px 0;
    font-size: 24px
}


.epson_printer_banner {
    float: left;
    width: 100%;
    background: url(../images/printers/epson_printer_banner.png);
    min-height: 600px;
    height: auto;
    background-position: center;
    text-align: center;
    padding: 195px 0 0 0;
    background-size: cover
}

.epson_printer_banner h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    margin: 15px auto;
    padding: 15px 20px;
    font-family: 'Fjalla One', sans-serif;
    display: table
}

.epson_printer_banner h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    margin: 15px auto;
    padding: 15px 20px;
    font-family: 'Fjalla One', sans-serif;
    display: table
}

.epson_printer_banner p {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    margin: 15px auto;
    padding: 15px 20px;
    font-family: 'Fjalla One', sans-serif;
    display: table;
    line-height: 1.2;
}

.banner2 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/check-in.webp) 50%/cover;
    padding: 170px 0 0
}

.banner2 h1, .banner2 h2 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner3 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/Till-set-up-Live-Event-5.webp) 50%/cover;
    padding: 140px 0 0
}

.banner3 h1, .banner3 p, .banner3 h2 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-event {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/event-wifi.webp) 50% -150px/cover;
    padding: 195px 0 0
}

.banner-event h1, .banner-event h2 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner7 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/technical-event-staff.webp) 50% -132px/cover;
    padding: 110px 0 0
}

.banner7 h1 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 100px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner8 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/Global-Image-slide.webp) 50%/cover;
    padding: 170px 0 0
}

.banner8 h1, .banner8 h2 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.blue {
    color: #0096d0 !important;
    font-size: 24px !important
}

.banner15 {
    float: left;
    width: 100%;
    height: 600px;
    text-align: center;
    background: url(../images/Mobile-rentals.webp) 50%/cover;
    padding: 170px 0 0
}

.banner15 h1, .banner15 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-touch {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/touchscreen-banner.webp) 50%/cover;
    padding: 195px 0 0
}

.banner-touch h1, .banner-touch h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner18 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/mic-surface.webp) 50% 0/cover;
    padding: 140px 0 0
}

.banner18 h1, .banner18 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner121 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/projector.webp) 50% -170px/cover;
    padding: 193px 0 0
}

.banner121 h2, .banner121 h6 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner122 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/rent-iphones.webp) 50%/cover;
    padding: 140px 0 0
}

.banner122 h1 {
    text-transform: uppercase;
    color: #fff;
    height: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner122 h2 {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    background: #0009;
    margin: 100px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner122 h3 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner20 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/business-computer-device.webp) 50% 0 no-repeat;
    padding: 170px 0 0
}

.banner20 h1, .banner20 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}
.banner200 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/ipad_stands_banner.webp) 50% 0/cover fixed;
    padding: 170px 0 0
}

.banner200 h1, .banner200 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}
.banner14 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/pa_systems_banner.webp) 50% 0/cover fixed;
    padding: 170px 0 0
}

.banner14 h1, .banner14 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}
.rent-ipad-banner {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/rent-ipad-uae-banner.webp) 50% 0/cover fixed;
    padding: 170px 0 0
}

.rent-ipad-banner h1, .rent-ipad-banner h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}
.ipad-rental-banner {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/ipad-rental-hire.webp) 50% 0/cover fixed;
    padding: 170px 0 0
}

.ipad-rental-banner h1, .ipad-rental-banner h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner21 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/printer-rantal.webp) 50%/cover;
    padding: 170px 0 0
}

.banner21 h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-led {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/led-video.webp) 50%/cover;
    padding: 170px 0 0
}

.banner-led h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner22 {
    float: left;
    width: 100%;
    height: 600px;
    text-align: center;
    background: url(../images/monitor-slide.webp) 50%/cover;
    padding: 170px 0 0
}

.banner22 h1, .banner22 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner24 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/pc-hire.webp) 50%/cover;
    padding: 170px 0 0
}

.banner24 h1, .banner24 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner25 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/vr-rantal.webp) 50% -110px/cover;
    padding: 140px 0 0
}

.banner25 h1, .banner25 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner26 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/laptop_rental_banner.webp) 50%/cover;
    padding: 140px 0 0
}

.banner26 h1, .banner26 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner123 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/about-banner.webp) 50%/cover;
    padding: 146px 0 0
}

.banner123 h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner121 {
    float: left;
    width: 100%;
    height: 600px;
    text-align: center;
    background: url(../images/hd-projector-hire.webp) 50%/cover no-repeat;
    padding: 200px 0
}

.banner121 h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner123 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 75px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-home {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/dubai-banner2.webp) 50% 0/cover fixed;
    padding: 150px 0 0
}

.banner-home h2, .banner-home h3 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-accessories {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/accessories_banner.jpg) 50% 0/cover fixed;
    padding: 150px 0 0
}

.banner-accessories h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 90px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-accessories h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-singapore {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/singapore-img.webp) 50% -462px/cover;
    padding: 110px 0 0
}

.banner-singapore h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 90px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-singapore h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner27 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/satellite-internet.webp) 50%/cover;
    padding: 195px 0 0
}

.banner27 h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-i {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/imac-rantal.webp) 50%/cover;
    padding: 170px 0 0
}

.banner-i h1, .banner-i h2, .banner27 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner29 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/apple-devices-cellphone-gadgets.webp) 50% 0/cover no-repeat;
    padding: 205px 0 0
}

.banner29 h1 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-s {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/saudia.webp) 50%/cover no-repeat;
    padding: 195px 0 0
}

.banner-s h1 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-b {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/bahrain.webp) 50%/cover;
    padding: 140px 0 0
}

.banner-b h1 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 95px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-a {
    float: left;
    height: 500px;
    text-align: center;
    width: 100%;
    background: url(../images/australia1.webp) 50% no-repeat;
    padding: 200px 0 0
}

.banner-a h1, .banner-a h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-egy {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/egy.webp) 50% -314px/cover;
    padding: 140px 0 0
}

.banner-egy h1, .banner-egy h2 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-monitor {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/hire-monitor.webp) 50% 0 no-repeat;
    padding: 140px 0 0
}

.banner-monitor h1, .banner-monitor h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-laptop-r {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/laptop-rantal.webp) 50%/cover;
    padding: 140px 0 0
}

.banner-laptop-r h1, .banner-laptop-r h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-mac {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/pro-rantal.webp) 50%/cover no-repeat;
    padding: 195px 0 0
}

.banner-mac h1 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.space20 {
    float: left;
    width: 100%;
    margin: 20px 0 0
}

.banner29 h2 {
    color: #fff;
    text-transform: uppercase;
    width: auto;
    background: #000000bf;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 40px;
    font-weight: 400;
    display: table
}

.banner30 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/macbook-pro-slide.webp) 50%/cover;
    padding: 140px 0 0
}

.banner30 h1, .banner30 h2 {
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background: #000000bf;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner32 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/banner-contact.webp) 50%/cover;
    padding: 140px 0 0
}

.banner32 h1, .banner32 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner313 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/cellular_ipad_banner.webp) 50%/cover;
    padding: 140px 0 0
}

.banner313 h1, .banner313 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner314 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/cellular_ipad_banner.webp) 50%/cover;
    padding: 140px 0 0
}

.banner314 h1, .banner314 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner315 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/event-telecom-banner.webp) 50%/cover;
    padding: 140px 0 0
}

.banner315 h1, .banner315 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner316 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/55-screen-banner.webp) 50%/cover;
    padding: 140px 0 0
}

.banner316 h1, .banner316 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner317 {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/wifi-banner.webp) 50%/cover;
    padding: 140px 0 0
}

.banner317 h1, .banner317 h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.wifiBoxBanner {
    float: left;
    width: 100%;
    height: 500px;
    text-align: center;
    background: url(../images/banner-wifi.webp) 50%/cover;
    padding: 140px 0 0
}

.wifiBoxBanner h1, .wifiBoxBanner h2 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.banner-bot {
    float: left;
    width: 100%;
    text-align: center;
    background: #1e99d1;
    padding: 5px 0
}

.banner-bot a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s
}

.banner-bot a:hover {
    color: #000
}

.box2 h4 {
    color: #3ab9b9;
    margin: 10px 0;
    font-weight: 700;
    line-height: 24px
}

.space50 {
    float: left;
    width: 100%;
    margin: 50px 0 0
}

.space30 {
    float: left;
    width: 100%;
    margin: 30px 0 0
}

.center-cont {
    float: left;
    width: 100%
}

.pro-box2 {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 0 40px;
    padding: 15px
}

.pro-box2.mh400 {
    min-height: 420px
}

.pro-box2.mh400 span {
    text-align: left;
    float: left;
    width: 100%;
    color: #545454;
    margin: 0 0 20px;
    line-height: 20px
}

.pro-box2 span {
    color: #636363;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px
}

.pro-box2 img {
    max-width: 100%;
    height: 100%;
    max-height: 240px;
    min-height: 240px;
    margin: 0 auto
}

.pro-box2 h1, .pro-box2 h3, .pro-box2 h6 {
    text-align: left;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 700
}

.pro-box2 p {
    color: #636363;
    text-align: left;
    float: left;
    width: 100%;
    padding: 5px 0 5px 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

.pro-box2 p:before {
    content: url(../images/tick-green.webp);
    position: absolute;
    left: 0
}

.pro-box2.set-pro-box-height {
    min-height: 590px
}

.center-cont-left {
    float: left;
    width: 100%;
    margin: 20px 0
}

.center-cont-left p {
    color: #636363;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 26px
}

.center-cont-left p strong a {
    text-decoration: underline !important
}

.center-cont-left h1, .center-cont-left h2, .center-cont-left h3 {
    color: #0096d0;
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px
}

.center-cont-left h4 {
    color: #0096d0;
    margin-bottom: 13px;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px
}

.technology-check-area2 {
    float: left;
    width: 100%
}

.technology-check-area2 h1 {
    color: #0096d0;
    margin: 30px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px
}

.technology-check-area2 span img {
    width: 18px;
    margin: -3px 12px 0 0
}

.technology-check-area2 span {
    float: left;
    width: 100%;
    color: #636363;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 500
}

.technology-check-area2 p {
    font-size: 17px;
    line-height: 26px;
    margin: 10px 0 30px !important
}

.technology-check-area2 span a {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    transition: all .5s
}

.technology-check-area2 span a:hover {
    color: #f08100
}

.contact-cont {
    float: left;
    width: 100%;
    margin: 40px 0 0
}

.contact-cont p {
    color: #636363;
    margin: 10px 0;
    font-size: 17px;
    line-height: 26px
}

.contact-cont h1 {
    color: #0096d0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1
}

.center-cont-right {
    float: left;
    width: 100%;
    background: #eeeeef;
    margin: 46px 0 0;
    padding: 0 0 30px
}

.contact-inner {
    float: left;
    width: 100%;
    margin: 12px 0 0
}

.contact-inner p span {
    color: #1e99d1
}

.contact-inner img {
    float: left;
    width: 100%
}

.contact-inner a {
    color: #002949;
    width: 250px;
    background: #ffffffc2;
    margin: 0;
    font-size: 39px;
    font-weight: 700;
    transition: all .3s
}

.contact-inner a:hover {
    color: #f08100
}

.contact-inner p a {
    color: #636363;
    margin: 0;
    font-size: 15px;
    font-weight: 400
}

.contact-inner label {
    color: #333;
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 700;
    transition: all .3s
}

.contact-inner p {
    float: left;
    width: 100%;
    color: #636363;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px
}

.contact-inner2 {
    margin: 0;
    padding: 0;
    position: relative
}

.contact-inner2 img {
    width: 100%;
    position: relative
}

.step-one {
    float: left;
    width: 100%;
    text-align: center;
    background: #1e99d1
}

.step-one img {
    width: auto;
    margin: 0 auto
}

.step-one h2, .step-one h6 {
    text-align: center;
    color: #1e99d1;
    background: #dadada;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600
}

form.home-form {
    float: left;
    width: 100%;
    padding: 0 25px
}

form.home-form label {
    width: 100%;
    color: #636363;
    float: left;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 500
}

form.home-form h4 {
    width: 100%;
    color: #636363;
    font-size: 15px;
    font-weight: 500
}

form.home-form img {
    width: auto
}

input.fieldo {
    float: left;
    width: 100%;
    color: #545454;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px
}

textarea.fieldo {
    float: left;
    width: 100%;
    color: #545454;
    resize: none;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px
}

.space-border {
    float: left;
    width: 100%;
    border-top: 1px solid #444;
    margin-top: 20px;
    margin-bottom: 20px
}

input[type=checkbox] {
    float: left
}

.checks-cont {
    float: left;
    width: 100%;
    padding: 20px 10px
}

.checks-cont label {
    float: left !important;
    width: auto !important;
    margin: 5px 0 0 5px !important;
    font-size: 11px !important;
    font-weight: 300 !important
}

.sbmt {
    color: #fff;
    background: #1e99d1;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    margin-top: 20px;
    padding: 12px 25px
}

.sbmt:hover {
    color: #000 !important
}

.banner18 h5, .banner-home h6, .banner-home h1 {
    text-transform: uppercase;
    color: #fff;
    background: #0009;
    margin: 15px auto;
    padding: 15px 20px;
    font-family: Fjalla One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    display: table
}

.round-section {
    float: left;
    width: 100%;
    padding: 10px 20px
}

.round-section h1 {
    color: #333;
    margin: 40px 0;
    font-size: 19px;
    font-weight: 500
}

.round-section h2 {
    color: #0096d0;
    float: left;
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500 !important
}

.round-section h3 {
    color: #0096d0;
    float: left;
    margin: 30px 0 0;
    line-height: 1.1;
    font-size: 22px !important;
    font-weight: 500 !important
}

.round-section h4, .round-section h5 {
    color: #0096d0;
    float: left;
    margin: 40px 0;
    line-height: 1.1;
    font-size: 19px !important;
    font-weight: 500 !important
}

.round-section p {
    float: left;
    width: 100%;
    color: #636363;
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 26px
}

.round-section img {
    width: 100%;
    margin: 0 0 30px
}

.search a {
    color: #fff
}

.box {
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #bcbcbc;
    margin: 10px 0 0;
    padding: 20px 0
}

.box:hover {
    box-shadow: 1px 3px 4px #ddd;
    background: #f9f9f9
}

.box h1 {
    color: #636363;
    margin: 0;
    font-size: 26px;
    font-weight: 500
}

.box p {
    color: #636363;
    min-height: 170px;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px
}

.box span {
    color: #94c11f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700
}

p.add-p {
    float: left;
    border-bottom: 1px solid #eae5e5;
    margin: 30px 0 0;
    padding-bottom: 30px
}

.quote-cont {
    float: left;
    width: 100%;
    display: none
}

.quote-cont img {
    width: 100%
}

img.bbc {
    margin: 50px 0
}

.cont-box {
    float: left;
    width: 100%
}

.cont-box img {
    width: 100%
}

.cont-box p {
    text-align: center;
    color: #636363;
    margin: 15px 0 0;
    font-weight: 400;
    line-height: 18px;
    padding: 15px 20px 0 !important;
    font-size: 16px !important
}

.icon-cont {
    float: left;
    width: 100%;
    margin: 30px 0
}

.banner-bot2 {
    float: left;
    text-align: center;
    width: 100%;
    background: #1e99d1;
    padding: 15px 0
}

.banner-bot2 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    transition: all .3s
}

.banner-bot2 a:hover {
    color: #000
}

.footer-upper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    display: none
}

.footer-upper p {
    color: #0092d1;
    width: 76%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px
}

.footer {
    float: left;
    width: 100%;
    background: #25282c;
    padding: 21px 0
}

.footer ul li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px;
    list-style: none
}

.footer ul li a {
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: all .3s
}

.footer ul li a:hover {
    color: #f08100 !important
}

.footer ul li:last-child {
    border-right: 0
}

.modal-body {
    padding: 0;
    position: relative
}

#return-to-top {
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-delay: 0s;
    -o-transition: all .3s ease;
    background: #000000b3;
    border-radius: 35px;
    text-decoration: none;
    transition: all .3s;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px
}

#return-to-top i {
    color: #fff;
    -o-transition: all .3s ease;
    margin: 0;
    font-size: 19px;
    transition: all .3s;
    position: relative;
    top: 13px;
    left: 16px
}

#return-to-top:hover {
    background: #000000e6
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

.cont-input {
    float: right;
    width: 300px;
    background: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    top: 64px;
    right: 0
}

.cont-input input {
    float: left;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    padding: 10px 5px
}

.cont-input button {
    float: left;
    color: #fff;
    background: #f08100;
    border: 0;
    padding: 11px 20px
}

.nnn {
    width: 20%;
    margin: 0 auto
}

.panel-heading {
    float: left;
    width: 100%
}

#menulink {
    z-index: 10;
    background: #211d2f;
    padding: 0 3px;
    display: none;
    position: fixed;
    top: 20px;
    right: 15px
}

#left-menu {
    width: 240px;
    height: 100%;
    z-index: 999;
    background: #46b9b9;
    margin-left: -240px;
    position: fixed;
    overflow: scroll
}

#left-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

#left-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
    text-decoration: none;
    display: block
}

#left-menu ul li a:hover {
    background: #000
}

.drop-open1 {
    display: none
}

ul.drop-open1 li a {
    font-size: 12px;
    padding: 5px 10px !important
}

#left-menu ul li a.active {
    background: #000
}

.drop-open2 {
    display: none
}

ul.drop-open2 li a {
    font-size: 12px;
    padding: 5px 10px !important
}

.drop-open3 {
    display: none
}

ul.drop-open3 li a {
    font-size: 12px;
    padding: 5px 10px !important
}

.modal-dialog {
    margin: 100px auto
}

.close {
    float: right;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 10px
}

.box1 {
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #bcbcbc;
    margin: 35px 0 0;
    padding: 20px 0
}

.box1 h2, .box1 h3, .box1 h4 {
    text-align: left;
    margin: 0;
    padding: 20px 0 0;
    font-family: Fjalla One, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #1e99d1 !important
}

.box1 h5 {
    text-align: left;
    margin: 0;
    padding: 20px 0 0;
    font-family: Fjalla One, sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #1e99d1 !important
}

.box1 h6 {
    text-align: left;
    margin: 0;
    padding: 20px 0 0;
    font-family: Fjalla One, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #1e99d1 !important
}

.box1 p {
    color: #636363;
    min-height: 135px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 26px;
    font-size: 12px !important
}

.box1 img {
    width: 50px;
    height: 50px;
    margin: 0 0 10px
}

.product-cont {
    float: left;
    width: 100%;
    margin: 0 0 10px
}

.pro-box {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 40px
}

.pro-box img {
    max-width: 100%;
    height: 100%;
    max-height: 300px
}

.pro-box p {
    text-align: left;
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 500
}

.box2 {
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #bcbcbc;
    margin: 35px 0 0;
    padding: 20px 0
}

.box2 img {
    width: auto;
    height: auto;
    margin: 0 0 10px
}

.box2 p {
    color: #636363;
    min-height: 100px;
    margin: 15px 0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

div#success p, div#success2 p {
    text-align: center;
    color: #ea5441;
    padding: 20px;
    font-size: 17px;
    font-weight: 500
}

.box3-img img {
    width: 100%;
    height: 100%
}

.box3-img {
    float: left;
    width: 100%;
    margin: 35px 0 0
}

.tick-ico {
    float: left;
    width: 100%;
    margin: 20px 0 0
}

.tick-ico span {
    color: #636363;
    font-size: 15px;
    font-weight: 600
}

.tick-ico img {
    width: 20px;
    margin: 0 20px 0 0
}

.download-brochure img {
    width: 70px
}

.download-brochure {
    width: auto;
    position: fixed;
    bottom: 110px;
    left: 20px
}

.pro-box3 {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 12px 12px 16px #00000040, -8px -8px 12px #d5d5d54d;
    border-radius: 15px;
    margin: 0 0 40px;
    padding: 15px
}

.pro-box3 h6 {
    text-align: left;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 700
}

.pro-box3 p {
    color: #636363;
    text-align: left;
    float: left;
    width: 100%;
    padding: 5px 0 5px 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

.pro-box3 p:before {
    content: url(../images/tick-green.webp);
    position: absolute;
    left: 0
}

.grow-effect {
    transition-property: transform;
    transition-duration: .3s;
    transform: perspective(1px) translateZ(0)
}

.grow-effect:active, .grow-effect:focus, .grow-effect:hover {
    transform: scale(1.1)
}

.border-bot {
    float: left;
    width: 100%;
    border: .5px solid #eae5e5;
    margin: 20px 0 0
}

p.f-weight {
    color: #0096d0;
    font-weight: 600
}

#sample {
    margin-top: -6px;
    margin-bottom: -5px;
    position: relative;
    left: 50px
}

.dropdown dd, .dropdown dt, .dropdown ul {
    z-index: 999;
    margin: 0;
    padding: 0
}

.dropdown dd {
    position: relative
}

.dropdown a, .dropdown a:visited {
    color: #fff;
    outline: 0;
    text-decoration: none
}

.dropdown a:hover {
    color: #fff
}

.dropdown dt a:hover {
    color: #fff;
    border: 1px solid #1e99d1
}

.dropdown dt a {
    width: 60px;
    border: 1px solid #083a56;
    padding-right: 0;
    font-size: 13px;
    display: block
}

.dropdown dd ul {
    display: none !important
}

.dropdown dt a span {
    cursor: pointer;
    padding: 5px;
    display: block
}

.dropdown dd ul {
    color: #000;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 0;
    list-style: none;
    position: absolute;
    top: 2px
}

.dropdown span.value {
    display: none
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    color: #000 !important
}

.dropdown dd ul li a:hover {
    background-color: #0096d0
}

.dropdown img.flag {
    float: left;
    vertical-align: middle;
    border: 0;
    margin: 2px 5px 0 0
}

.border-r2 {
    padding: 0 0 0 10px;
    right: 5px
}

.panel-heading {
    padding: 0
}

.center {
    float: none;
    margin: 0 auto;
    display: block
}

.step-one h5 {
    color: #1e99d1;
    text-align: center;
    background: #dadada;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600
}

.heading-con h6 {
    letter-spacing: -1px;
    color: #4bbfbb;
    padding: 10px 15px;
    font-size: 23px
}

.abs {
    text-align: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.abs a:hover {
    color: #f08100
}

.rel {
    width: 100%;
    display: inline-block;
    position: relative
}

.rel strong {
    float: left;
    padding: 0 10px
}

.heading-con {
    float: left;
    width: 100%
}

.border2 {
    float: left;
    width: 100%;
    border: 1px dashed #958b8b;
    margin: 30px 0;
    padding: 0
}

.contact-inner2 a {
    color: #002949;
    text-transform: uppercase;
    background: #ffffffc2;
    margin: 0;
    padding: 0 5px;
    font-size: 37px;
    font-weight: 700;
    transition: all .3s
}

.contact-inner2 .abs {
    display: inline-table
}

.pad-n a {
    color: #333
}

.home-form h1, .home-form h6 {
    color: #636363;
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 500
}

.icon-cont {
    display: none
}

.b-display {
    clear: both;
    display: block
}

.giant-tablet-last-sec h5, .giant-tablet-last-sec h6 {
    color: #0096d0;
    margin-bottom: 13px;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px
}

.giant-tablet-banner {
    z-index: 0;
    float: left;
    width: 100%;
    background: #a3a4a9 url(../images/Giant-iTab-Banner-2.webp) 0 0/cover;
    padding: 100px 0;
    position: relative;
    height: auto !important
}

.giant-tablet-section {
    float: left;
    width: 100%;
    padding: 20px 0
}

.giant-tablet-section .row {
    flex-wrap: wrap;
    padding: 30px 0;
    display: flex
}

.giant-tablet-section p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px
}

.giant-tablet-section .giant-headng {
    color: #0096d0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1
}

.giant-tab-prod-sec {
    margin-bottom: 50px
}

.product-sec-heading {
    color: #0096d0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1
}

.product-description {
    padding-left: 0 !important
}

.product-description:before {
    display: none
}

.giant-tablet-last-sec .center-cont-left {
    margin-top: 0
}

.giant-tab-prod-sec .product-sec-heading {
    margin-bottom: 50px
}

.orange-top-bar-msg {
    background: #f08100
}

.orange-top-bar-msg p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 700
}

.footer p {
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
    font-size: 13px;
    font-weight: 300
}

.giant-banner-text {
    max-width: 45%;
    text-align: left
}

.giant-banner-text p {
    color: #fff;
    padding-top: 15px;
    font-size: 18px
}

.giant-banner-text .bold-text {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500
}

.giant-banner-text .heading {
    color: #fff;
    margin: 0;
    padding: 0 0 15px;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1
}

.giant-banner-text .banner-icons {
    align-items: center;
    padding-top: 30px;
    display: flex
}

.giant-banner-text .banner-icons p {
    padding: 0;
    font-size: 14px
}

.giant-banner-text .banner-icon {
    padding: 0 10px
}

.giant-banner-text .banner-icons img {
    max-width: 35px
}

.productdetial-main {
    padding: 50px 0
}

.productdetial-info h2 {
    text-transform: capitalize;
    color: #1e99d1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1
}

.productdetial-info ul {
    margin-top: 23px;
    padding: 0
}

.productdetial-info ul li {
    color: #000;
    padding-bottom: 12px;
    padding-left: 6%;
    font-size: 15px;
    list-style-type: none;
    position: relative
}

.productdetial-info ul li img {
    width: auto;
    position: absolute;
    top: -4px;
    left: 0
}

section.productdetial-main .carousel-inner > .item > img {
    height: auto
}

.productdetial-info ul li i {
    color: #ecb21d;
    font-size: 16px
}

.productdetial-info ul li.r1 {
    border-left: 1px solid #999
}

.productdetial-info ul li h6 {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.productdetial-info ul li h6 dd {
    padding-left: 13px;
    padding-right: 8px;
    display: inline
}

.productdetial-info h4 {
    margin: 15px 0;
    font-family: Roboto, sans-serif;
    font-size: 15px
}

.productdetial-info h4 span {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 15px
}

.productdetial-info h4 span.line {
    text-decoration: underline
}

.productdetial-info p {
    color: #999;
    font-size: 15px;
    line-height: 27px
}

.productdetial-info a.btn {
    text-transform: uppercase;
    background-color: #e7a331;
    border: 1px solid #e7a331;
    margin-top: 17px;
    padding: 10px 30px;
    font-size: 16px;
    display: block
}

.productdetial-main img {
    width: 100%
}

.pro-banner {
    background: url(../images/newbanner2.webp) 0 42px no-repeat;
    padding: 24% 0 26%
}

.padding-80 {
    padding: 80px 0
}

.about-content h2 {
    text-transform: capitalize;
    color: #1e99d1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1
}

.about-content p {
    color: #999;
    font-size: 15px;
    line-height: 27px
}

.about-content h1 {
    color: #1e99d1;
    margin: 0 0 45px;
    padding: 0;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1
}

.productdetial-box {
    border: 1px solid #cfcfcf;
    padding: 10px
}

.banner-img img {
    width: 100%
}

.productdetial-info ul.btis-ul li img {
    display: none
}

.productdetial-info ul.btis-ul li:after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #000000d4;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    top: 4px;
    left: 0
}

.productdetial-info ul.btis-ul li {
    padding-left: 4%
}

.flag {
    float: left;
    width: 85px;
    text-align: center
}

.step-one h6 {
    text-align: center;
    color: #1e99d1;
    background: #dadada;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600
}

.catlg {
    float: right !important
}

.catlg a {
    background-color: #ea5441;
    border-radius: 5px;
    padding: 10px;
    opacity: 1 !important;
    color: #fff !important;
    font-size: .9em !important
}

.error_success_message {
    z-index: 99999;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0
}

.ajax-loading {
    z-index: 100000;
    background: #ffffffb3;
    display: none;
    position: fixed;
    inset: 0
}

.ajax-loading img {
    margin-top: calc(50vh - 64px);
    margin-left: calc(50vw - 64px)
}

.circle {
    color: #222;
    text-align: center;
    background-color: #0000;
    margin: 0;
    display: block;
    position: relative
}

.circle:after {
    width: 100%;
    height: 0;
    content: "";
    background-color: #0000;
    border-radius: 50%;
    border: 1px solid #894292;
    padding-bottom: 100%;
    display: block
}

.circle__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.circle__wrapper {
    width: 100%;
    height: 100%;
    display: table
}

.circle__content {
    vertical-align: middle;
    padding: 1em;
    display: table-cell
}

@media only screen and (max-width: 662px) {
    .orange-top-bar-msg p br {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 200px;
        background-size: cover;
        line-height: 1
    }

    .header-text {
        height: 200px
    }

    .header-text h1, .header-text h2, .header-text h5 {
        padding-top: 15px;
        font-size: 18px
    }
}

@media screen and (max-width: 1470px) and (min-width: 1161px) {
    .giant-tablet-banner {
        background-position-x: 46%
    }
}

@media only screen and (max-width: 1160px) {
    .giant-tablet-banner {
        background-position: 50%
    }
}

@media only screen and (max-width: 992px) {
    .giant-tablet-banner .container {
        max-width: 1170px;
        width: 100%;
        padding: 0 30px
    }

    .giant-banner-text {
        max-width: 50%
    }

    .giant-tablet-banner:before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #00000080;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media only screen and (max-width: 1199px) {
    .logo {
        text-align: center;
        margin: 10px 0
    }

    ul.navigation li {
        padding: 0 30px 0 0
    }

    .step-one img, form.home-form img {
        width: 100%
    }

    .changecolor {
        position: static
    }

    .box3 {
        min-height: 420px
    }

    .banner11, .banner3 {
        background-position: 100%
    }
}

@media only screen and (max-width: 991px) {
    .row.new-div {
        margin: 0
    }

    ul.navigation {
        display: none
    }

    .flag {
        width: 55px
    }

    .pad-n {
        padding: 0
    }

    .con p:nth-child(1) {
        height: 75px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        display: inline-flex
    }

    #sample {
        left: 0
    }

    .flag p {
        width: 50px;
        font-size: 10px;
        padding: 5px 0 !important
    }

    .head-1 h1 {
        text-align: left;
        padding: 10px 0 0
    }

    .nnn {
        margin: 0 auto;
        width: 70% !important
    }

    #menulink {
        display: block
    }

    .banner h1, .banner h2 {
        width: 100%;
        font-size: 30px
    }

    .banner {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner2 h1, .banner2 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner2 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .footer-upper p {
        width: 100%
    }

    .step-one img, form.home-form img {
        width: auto
    }

    .footer ul li {
        line-height: 26px
    }

    ul.social-icons {
        margin: 20px 0 30px
    }

    .banner3 h1, .banner3 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner3 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner4 h1, .banner4 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner4 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner5 h1, .banner5 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner5 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner6 h1, .banner6 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner6 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .box3 {
        min-height: auto
    }

    .banner7 h1 {
        width: 100%;
        font-size: 30px
    }

    .banner7 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner8 h1, .banner8 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner8 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner9 h1, .banner9 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner9 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner10 h1, .banner10 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner10 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner11 h1, .banner11 p, .banner11 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner11 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner12 h1, .banner12 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner12 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner13 h1, .banner13 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner13 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner14 h1, .banner14 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner14 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner15 h1, .banner15 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner15 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner16 h1, .banner16 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner16 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner17 h1 {
        width: 100%;
        font-size: 30px
    }

    .banner10, .banner29, .banner7 {
        background-position: 50%
    }

    .banner17 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner17 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner18 h1, .banner18 p, .banner18 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner18 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner19 h1, .banner19 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner19 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner20 h1, .banner20 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner20 {
        height: auto;
        background-position: 50%;
        background-size: cover;
        padding: 80px 0
    }

    .banner200 h1, .banner200 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner200 {
        height: auto;
        background-position: 50%;
        background-size: cover;
        padding: 80px 0
    }

    .banner21 h1, .banner21 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner21 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner22 h1, .banner22 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner22 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner23 h1, .banner23 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner23 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner24 h1, .banner24 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner24 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner25 h1, .banner25 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner25 {
        height: auto;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 80px 0
    }

    .banner26 h1, .banner26 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner26 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner27 h1, .banner27 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner27 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner28 h1, .banner28 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner28 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner29 h1, .banner29 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner29 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner30 h1, .banner30 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner30 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner31 h1, .banner31 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner31 {
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner32 h1, .banner32 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner32 {
        height: auto;
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner313 h1, .banner313 h2 {
        width: 100%;
        font-size: 30px
    }

    .banner313 {
        height: auto;
        height: auto;
        background-size: cover;
        padding: 80px 0
    }

    .banner-s {
        height: auto;
        background-position: 50% 0;
        background-size: cover;
        padding: 40px 0
    }

    .banner- h1 {
        width: 100%;
        font-size: 30px
    }

    .banner-b {
        height: auto;
        background-position: 50% 0;
        background-size: cover;
        padding: 10px 0
    }

    .banner-mch {
        height: auto;
        background-position: 50% 0
    }

    .banner-mch h1, .banner-b h1, .banner-s h1, .banner-mch h1, .banner-b h1 {
        width: 100%;
        font-size: 30px
    }

    .banner-a {
        height: auto;
        background-position: 50% 0;
        background-size: cover;
        padding: 15px 0
    }

    .banner-a2 h1, .banner-egy h1 {
        width: 100%;
        font-size: 30px
    }

    .banner-a2 h1 {
        height: auto;
        background-position: 50% 0;
        background-size: cover;
        padding: 40px 0
    }

    .banner-nyc {
        height: auto;
        background-position: 50% 0;
        background-size: cover;
        padding: 90px 0
    }

    .banner-nyc h1 {
        width: 100%;
        font-size: 30px
    }

    .banner-singapore {
        height: auto;
        padding: 55px 0 0
    }

    .banner123 {
        height: auto;
        padding: 0
    }

    .banner-event {
        height: auto
    }

    .banner-event h1 {
        width: 100%;
        font-size: 30px
    }

    .banner-home {
        height: auto;
        padding: 0
    }

    .banner-home h1, .banner-home h2, .banner-mac h1, .banner-monitor h1, .banner-monitor p, .banner-singapore h1, .banner123 h1 {
        width: 100%;
        font-size: 30px
    }

    .banner-egy {
        height: auto;
        background-position: 50% 0;
        padding: 190px 0 0
    }

    .banner-mac {
        height: auto;
        background-position: 50% 0
    }

    .banner-a2 {
        height: auto;
        background-position: 50% 0;
        padding: 0
    }

    .banner-i {
        height: auto
    }

    .banner-i h1 {
        width: 100%;
        font-size: 30px
    }

    .banner-monitor, .banner-laptop-r {
        height: auto;
        background-position: 50% 0;
        padding: 105px 0 0
    }

    .banner123 h2 {
        width: 100%;
        font-size: 30px
    }

    .footer p {
        color: #fff;
        text-align: left;
        float: left;
        width: 100%;
        padding: 10px 0;
        line-height: 23px
    }

    .footer i, .footer a {
        color: #fff
    }
}

@media only screen and (max-width: 1024px) {
    ul.social-icons li {
        padding: 0 5px 0 0
    }

    .flag img {
        width: 50px
    }

    .catlg {
        float: none !important;
        margin-top: 22px !important
    }
}

.request-pricing-btn {
    background: #1e99d1;
    border-radius: 3px;
    border: 1px solid #1e99d1;
    margin: 8px auto;
    padding: 6px 12px;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff !important
}

.request-pricing-btn:focus {
    outline: 0 !important
}
