/*  general styling */

@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700');
@font-face {
    font-family: 'industryincw00-baseregular';
    src: url('../../fonts/industry_inc_w00_base-webfont.woff2') format('woff2'), url('../../fonts/industry_inc_w00_base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
    font-family: 'Cairo', sans-serif;
}

body {
    min-width: 320px;
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: #1a191a;
    font-family: 'Cairo', sans-serif;
    font-size: 100%;
}


/* ucg colors */

.red {
    color: #b72d26;
}

.blue {
    color: #2b65a5;
}

.black {
    color: #1a191a;
}

.white {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}


/* end of general */


/* header */

#header {
    height: 135px;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    /* background: #ffffffa3; */
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

#header .header-logo img {
    margin-top: 6px;
    width: 85%;
}

.menu-items li {
    margin: 42px 18px 0px 18px;
    height: 32px;
    padding: 0;
    position:relative;
    transition: all 0.2s ease-in;
}

.menu-items .arrow {
    font-size: 11px;
    line-height: 0%;
}

.menu-items li:hover {
    border-bottom: 3px solid #2b65a5;
}

.menu-items a {
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.gsm #header .menu-items li:hover,
.sms #header .menu-items li:hover,
.mih #header .menu-items li:hover,
.satellite #header .menu-items li:hover,
.voip-page #header .menu-items li:hover {
    background: #2b65a5;
    color: #fff;
    border: none;
}

.gsm #header .menu-items li,
.sms #header .menu-items li,
.mih #header .menu-items li,
.satellite #header .menu-items li,
.voip-page #header .menu-items li {
    padding: 34px 18px 10px 18px;
    height: 90px;
    margin: 0px;
}

.gsm #header .menu-items li .menu-item,
.sms #header .menu-items li .menu-item,
.mih #header .menu-items li .menu-item,
.satellite #header .menu-items li .menu-item,
.voip-page #header .menu-items li .menu-item {
    transition: all 0.2s ease-in;
}

.gsm #header .menu-items li:hover .menu-item,
.sms #header .menu-items li:hover .menu-item,
.mih #header .menu-items li:hover .menu-item,
.satellite #header .menu-items li:hover .menu-item,
.voip-page #header .menu-items li:hover .menu-item {
    color: #fff;
}


/*----- submenu -----*/

.menu-items li:hover .sub-menu {
    z-index: 1;
    opacity: 1;
}

.menu-items .sub-menu {
        min-width: 165px;
    padding: 0px 0px;
    padding-bottom:10px;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.63);
}

.gsm #header .menu-items .sub-menu li,
.sms #header .menu-items .sub-menu li,
.mih #header .menu-items .sub-menu li,
.satellite #header .menu-items .sub-menu li,
.voip-page #header .menu-items .sub-menu li {
    padding: 0px;
    display: block;
    font-size: 16px;
    margin: 0px;
    height: 40px;
    text-align: center;
}

.gsm #header .menu-items .sub-menu,
.sms #header .menu-items .sub-menu,
.mih #header .menu-items .sub-menu,
.satellite #header .menu-items .sub-menu,
.voip-page #header .menu-items .sub-menu {
    width: 181px;
    right: 112px;
}

.gsm #header .menu-items .sub-menu li:hover,
.sms #header .menu-items .sub-menu li:hover,
.mih #header .menu-items .sub-menu li:hover,
.satellite #header .menu-items .sub-menu li:hover,
.voip-page #header .menu-items .sub-menu li:hover {
    background: none;
    color: #2b65a5;
}

.mobile-sub-menu {
    padding-left: 0px;
}

.menu-items .sub-menu li {
    display: block;
    font-size: 16px;
       margin: 3px 10px 5px 10px;
}

.menu-items .sub-menu li a {
  padding: 10px 0px;
    display: block;
    transition: color 0.3s linear;
}

.menu-items .sub-menu li a:hover {
    color: #2b65a5;
}

.menu-items .sub-menu li:hover {
    border-bottom: none;
}


/* end of sub menu */


/* end of header */


/* world communication */

.world-comm {
    background-image: url('../images/header-bg.svg');
    background-color: #2b65a5;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: right;
    background-size: 700px 700px;
}

.world-comm .text-container {
    position: relative;
    border: 2px solid #fff;
    padding: 15px;
    padding-top: 40px;
    border-radius: 10px;
}

.world-comm .text-container h3 {
    color: #fff;
    position: absolute;
    background: #2b65a5;
    top: -22px;
    width: 65%;
    left: 50%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(-50%, -50%);
}

.world-comm .text-container {
    font-size: 17px;
    line-height: 32px;
}


/* end of world communication */


/* video section */

.video-container {
    position: relative;
    height: 100vh;
    z-index: -1;
}

.background-video {
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
}

video,
source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.loaded .ytplayer-container {
    display: block;
}

.loaded .placeholder-image {
    opacity: 0;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ytplayer-player {
    position: absolute;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* end of video */


/* slider */

.slider-container .carousel-inner {
    width: auto;
    height: 100vh !important;
    position: relative;
}

.slider-container .carousel-inner .carousel-content {
    position: absolute;
    top: 100px;
    background: #2b65a594;
    color: #fff;
    padding: 25px;
    left: 100px;
    width: 460px;
}

.slider-container .carousel-inner .carousel-content .read-btn {
    margin-top: 46px;
    display: block;
}

.slider-container .carousel-inner .carousel-content a {
    color: #fff;
}

.slider-container .carousel-inner .carousel-content a i {
    vertical-align: middle;
    transition: all 0.2s ease-in;
}

.slider-container .carousel-inner .carousel-content a:hover .fa-long-arrow-right {
    transform: translateX(1.2em);
}

.slider-container .carousel-indicators {
    bottom: 120px;
    margin-left: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-container .carousel-indicators li,
.slider-container .carousel-indicators .active {
    border-color: transparent;
    background: transparent;
    color: transparent;
    text-align: center;
    border: 0;
    width: 65px;
    height: 65px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    border-radius: 50% !important;
    padding-top: 10px;
}

.slider-container .carousel-indicators li::after {
    content: "";
    background: #fff;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 143%;
    border-radius: 50%;
    top: 63%;
}

.slider-container .carousel-indicators li:last-child::after {
    content: none;
}

.slider-container .carousel-indicators li img {
    display: block;
    width: 65px;
    height: 65px;
    border: 7px solid transparent;
    border-radius: 50%;
}

.slider-container .carousel-indicators .active img {
    display: block;
    transform: scale(1.5);
    background: #b72d26;
    border-radius: 50%;
    transition: all 0.3s ease;
    border-color: #b72d26;
}


/* end of slider */


/* voip services*/

.voip {
    padding-bottom: 35px;
}

.voip .voip-services li {
    line-height: 35px;
}

.voip .voip-services li i {
    padding-right: 15px;
    color: #80bb42;
}

.voip .img-container img {
    margin: -200px auto 0 auto;
}

.voip h3 {
    margin-bottom: 35px;
}


/* end of voip */


/* voip contact */

.voip-contact {
    background: url('../images/contact-us-bg.svg');
    background-color: #b72d26;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 580px 580px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 200px;
    margin-bottom: 65px;
}

.voip-contact p {
    line-height: 35px;
    font-size: 18px;
}

.voip-contact .btn-container {
    text-align: center;
    margin-top: 30px;
}

.voip-contact .btn-container a {
    color: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 60px;
    transition: background 0.3s ease;
}

.voip-contact .btn-container a:hover {
    color: #b72d26;
    background: #fff;
}


/* end of voip contact */


/* contact btns */

.contact-btns {
    margin-bottom: 100px;
}

.contact-btns .outer-btn {
    padding: 15px;
    border: 2px solid #1a191a;
    position: relative;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
}

.contact-btns .outer-btn img {
    width: 60px;
    height: 60px;
}

.contact-btns .click-here {
    border: 2px solid #1a191a;
    color: #b72d26;
    text-align: center;
    padding: 10px 0px;
    width: 138px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: -40px;
    background: #fff;
    position: absolute;
    font-weight: bold;
    left: 50%;
    transition: all 0.3s ease-in;
}

.contact-btns .click-here:hover {
    background: #b72d26;
    border-color: #b72d26;
    color: #fff;
}


/* end of contact btns */


/* video alternative for mobile */

.video-alternative img {
    width: 100%;
}


/* end of video alternative */


/* voip */

.voip-page #header {
    position: relative;
    height: 90px;
}

.voip-page .features h3 {
    margin-bottom: 35px;
}

.voip-page .features .feat {
    border: 2px solid #2b65a5;
    border-radius: 5px;
    padding: 15px;
    transition: all 0.3s ease-in;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 30px;
}

.voip-page .features {
    margin-bottom: 30px;
}

.voip-page .features .feat:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.voip-page .features .feat img {
    height: 70px;
    width: 70px;
    margin: 20px auto;
}

.voip-page .voip-inner-header {
    min-height: 350px;
    color: #fff;
    padding-top: 20px;
    line-height: 30px;
    background-position: right;
    background-size: 96%;
    background-color: #2c66a6;
    padding-bottom: 25px;
}

.voip-page .voip-inner-header .header-img img {
    width: 90%;
}

.voip-page .voip-inner-header .custom-breadcrumb {
    border-top: 1px solid #fff;
    margin-left: 0;
    padding-top: 15px;
    margin-top: 40px;
}

.voip-page .voip-inner-header .custom-breadcrumb li:first-child {
    padding-left: 0px;
}

.voip-page .voip-inner-header .custom-breadcrumb a {
    color: #fff;
}

.voip-page .why-voip h3 {
    margin-top: 35px;
}

.voip-page .why-voip p {
    line-height: 29px;
}

.voip-page .why-voip .types {
    margin-top: 50px;
}

.voip-page .why-voip .types .type {
    position: relative;
    border: 1px solid #2b65a5;
    border-radius: 5px;
    padding: 15px;
    padding-top: 40px;
    margin-bottom: 60px;
}

.voip-page .why-voip .types .type h4 {
    position: absolute;
    top: -21px;
    background: #fff;
    left: 105px;
    padding-left: 5px;
    padding-right: 5px;
}

.voip-page .why-voip .types .type .img-container {
    background: #b72d26;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    position: absolute;
    top: -35px;
    left: 20px;
}

.voip-page .why-voip .types .type img {
    height: 40px;
    width: 40px;
    line-height: 70px;
    position: absolute;
    top: 12px;
    left: 16px;
}

.voip-page .contact {
    margin-top: 20px;
    margin-bottom: 90px;
}

.voip-page .contact p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.voip-page .contact .btn-contact {
    color: #2b65a5;
    border: 1px solid #2b65a5;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 70px;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.4s ease-in;
}

.voip-page .contact .btn-contact:hover {
    color: #fff;
    background: #2b65a5;
}

.slider-containers {
    width: 100%;
    margin-top: 30px;
}

.slider-container {
    margin-bottom: 30px;
}

.slider-container h2 {
    text-align: center;
}


/*slide styles =*/

.flexbox-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    visibility: hidden;
}

.flexbox-slider .flexbox-slide {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    visibility: visible;
    z-index: 1;
    box-shadow: 1px 0px 13px #6d6d6d;
}

.flexbox-slider .flexbox-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
    opacity: 0;
}

.flexbox-slider .flexbox-slide .box-title {
    z-index: 10;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    padding-right: 15px;
    width: 370px;
    left: -130px;
    top: 55%;
    background: rgba(43, 101, 165, 0.64);
    color: #fff;
    text-align: left;
    padding-left: 20px;
    transition: all 0.3s ease-in;
    padding-bottom: 10px;
}

.flexbox-slider .flexbox-slide.box1:hover .title-1 {
    opacity: 0;
}

.flexbox-slider .flexbox-slide.box2:hover .title-2 {
    opacity: 0;
}

.flexbox-slider .flexbox-slide.box3:hover .title-3 {
    opacity: 0;
}

.flexbox-slider .flexbox-slide.box4:hover .title-4 {
    opacity: 0;
}

.flexbox-slider .flexbox-slide.box5:hover .title-5 {
    opacity: 0;
}

.flexbox-slider .flexbox-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.flexbox-slider .flexbox-slide .text-block {
    text-align: center;
    position: absolute;
    left: 30px;
    right: 10px;
    bottom: 30px;
    max-width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(43, 101, 165, 0.69);
    color: #fff;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
}

.flexbox-slider .flexbox-slide .text-block h3 {
    font-size: 20px;
    font-weight: 700;
}

.flexbox-slider:hover .flexbox-slide:hover {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60%;
}


/* effect 1 styles */

.flexbox-slider.flexbox-slider-1 .flexbox-slide .text-block {
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .text-block {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}


/* end of voip */


/* mih */

.mih #header {
    position: relative;
    height: 90px;
}
.mih .mih-inner-header img
{
    height: 130px;
}
.mih .mih-inner-header {
    min-height: 160px;
    color: #fff;
    padding-top: 20px;
    line-height: 30px;
    background-position: right;
    background-size: 96%;
    background-color: #2c66a6;
    padding-bottom: 25px;
}

.mih .mih-inner-header .custom-breadcrumb {
    border-top: 1px solid #fff;
    margin-left: 0;
    padding-top: 15px;
    margin-top: 20px;
}

.mih .mih-inner-header .custom-breadcrumb li:first-child {
    padding-left: 0px;
}

.mih .mih-inner-header .custom-breadcrumb a {
    color: #fff;
}

.mih .service p {
    line-height: 28px;
}

.mih .service {
    margin-top: 35px;
    margin-bottom: 35px;
    background: url('../images/service-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.mih .service .serv h3 {
    font-size: 21px;
    transition: all 0.3s ease-in;
}

.mih .service .serv {
    border: 1px solid #2b65a5;
    padding: 15px 12px 19px 12px;
    border-radius: 5px;
    background: #fff;
    margin-top: 25px;
    transition: all 0.3s ease-in;
}

.mih .service .serv:hover {
    background: #2b65a5;
    color: #fff;
}

.mih .service .serv:hover h3 {
    color: #fff;
}

.mih .service .serv p {
    line-height: 28px;
}

.mih .service .vessel-head {
    margin-top: 40px;
    margin-bottom: 20px;
}

.mih .features .feature-title {
    position: relative;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 35px;
    font-size:20px;
}

.mih .features .feature-title::before {
    right: 0;
    width: 40%;
    content: " ";
    position: absolute;
    border-top: 1px solid #2b65a5;
    top: 15px;
}

.mih .features .feature-title::after {
    left: 0;
    width: 40%;
    content: " ";
    position: absolute;
    border-top: 1px solid #2b65a5;
    top: 15px;
}

.mih .features .offer .inner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mih .features .offer {
    border: 1px solid #999;
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 30px 5px;
    position: relative;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
}

.mih .features .offer:hover {
    background: #2b65a5;
    border-color: #2b65a5;
    color: #fff;
}

.mih .features .offer .st0 {
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
}

.mih .features .offer:hover .st0 {
    fill: #ffff;
}

.mih .features .offer-title {
    margin-bottom: 30px;
    margin-top: 40px;
}

.mih .features .offer .offer-text {
    line-height: 28px;
    font-weight: 600;
}

.mih .features .offer .offer-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.mih .data-service {
    margin-top: 35px;
    margin-bottom: 35px;
    background: url('../images/data-service-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.mih .data-service .service-title {
    position: relative;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 35px;
}

.mih .data-service .service-title::before {
    right: 0;
    width: 40%;
    content: " ";
    position: absolute;
    border-top: 1px solid #2b65a5;
    top: 15px;
}

.mih .data-service .service-title::after {
    left: 0;
    width: 40%;
    content: " ";
    position: absolute;
    border-top: 1px solid #2b65a5;
    top: 15px;
}

.mih .data-service .vessel {
    text-align: center;
    margin-top: 45px;
}

.mih .data-service .vessel p {
    font-size: 17px;
}

.mih .data-service .vessel img {
    height: 90px;
    width: 145px;
    margin: 10px auto;
}

.mih .data-service .service-text p {
    margin-top: 40px;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}

.mih .packages .main-title {
    position: relative;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 35px;
}

.mih .packages .main-title::before {
    right: 0;
    width: 40%;
    content: " ";
    position: absolute;
    border-top: 1px solid #2b65a5;
    top: 15px;
}

.mih .packages .main-title::after {
    left: 0;
    width: 40%;
    content: " ";
    position: absolute;
    border-top: 1px solid #2b65a5;
    top: 15px;
}

.mih .packages .pkg {
    background: url('../images/data-services-pattern-blue.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #fff;
    border: 1px solid #2b65a5;
    border-radius: 5px;
    padding: 15px 15px 25px 15px;
    background-size: 210px;
    /* min-height: 190px; */
    position: relative;
    margin-top: 35px;
    transition: all 0.4s ease-in;
}

.mih .packages .pkg:hover {
    background: url('../images/data-services-pattern-white.svg');
    background-color: #2b65a5;
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.mih .packages .pkg:hover .pkg-title {
    color: #fff;
    top: 15%;
    transition: all 0.4s ease-in;
}

.mih .packages .pkg .pkg-content {
    opacity: 0;
    transition: all 0.4s ease-in;
    color: #fff;
    margin-top: 20px;
    line-height: 28px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mih .packages .pkg .pkg-title {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    width: 100%;
    text-align: center;
}

.mih .packages .pkg:hover .pkg-content {
    opacity: 1;
}

.mih .contact {
    margin-top: 60px;
    margin-bottom: 80px;
}

.mih .contact p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.mih .contact .btn-contact {
    color: #2b65a5;
    border: 1px solid #2b65a5;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 70px;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.4s ease-in;
}

.mih .contact .btn-contact:hover {
    color: #fff;
    background: #2b65a5;
}


/* end of mih */


/* sms */

.sms #header {
    position: relative;
    height: 90px;
}

.sms .sms-inner-header {
    min-height: 350px;
    background: url('../images/sms-header.jpg');
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 20px;
    line-height: 30px;
    background-position: right;
    background-size: 96%;
    background-color: #2c66a6;
    padding-bottom: 25px;
}

.sms .sms-inner-header .custom-breadcrumb {
    border-top: 1px solid #fff;
    margin-left: 0;
    padding-top: 15px;
    margin-top: 20px;
}

.sms .sms-inner-header .custom-breadcrumb li:first-child {
    padding-left: 0px;
}

.sms .sms-inner-header .custom-breadcrumb a {
    color: #fff;
}

.sms .sms-services {
    padding-bottom: 35px;
}

.sms .sms-services .serv .img-container {
    text-align: center;
}

.sms .sms-services .serv {
    padding-top: 35px;
}

.sms .sms-services .serv img {
    height: 70px;
    width: auto;
    margin: 10px auto;
}

.sms .sms-services .serv h4 {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 28px;
}

.sms .sms-marketing {
    background: url('../images/marketing-campaigne-bg.jpg');
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 25px;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 55px;
}

.sms .sms-marketing h3 {
    margin-bottom: 35px;
}

.sms .sms-marketing p {
    line-height: 28px;
}

.sms .sms-marketing .more {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 19px;
}

.sms .sms-marketing .btn-contact {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 60px;
    font-size: 17px;
    transition: all 0.3s ease-in;
}

.sms .sms-marketing .btn-contact:hover {
    background: #fff;
    color: #2b65a5;
}

.sms .automated {
    margin-bottom: 100px;
    padding-top: 20px;
}

.sms .automated h3 {
    margin-bottom: 25px;
}

.sms .automated p {
    line-height: 28px;
}

.sms .automated .more {
    font-size: 19px;
    padding-top: 25px;
    padding-bottom: 35px;
}

.sms .automated .btn-container {
    text-align: center;
}


.sms .automated .btn-contact ,.btn-readmore{
    color: #2b65a5;
    border: 1px solid #2b65a5;
    background: #fff;
    border-radius: 5px;
    padding: 4px 60px;
    font-size: 17px;
    transition: all 0.3s ease-in;
}

.sms .automated .btn-contact:hover,.btn-readmore:hover {
    color: #fff;
    border-color: #fff;
    background: #2b65a5;
}

.mn
{
    margin-bottom:15px;
}

 .satellite .first-text .mn .serv
{
    margin-top:0px;
}

.satellite .satellite-inner-header.small-header
{
        min-height: 170px;
}
.satellite .satellite-inner-header.small-header .custom-breadcrumb
{
        margin-top: 15px;
}

.btndiv:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-top: solid 1px #ccc;
    z-index: -1;
    width: 38%;
}
.btndiv:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px #ccc;
    z-index: -1;
    width: 38%;
}
.btninnerlink {
    background-color: #b63127;
    padding: 10px 35px;
    color: #fff;
    margin: 25px auto;
    display: inline-block;
    transition: 0.3s background ease-in;
}
.btninnerlink:hover, .btninnerlink:focus, .btninnerlink:active {
    background: #337ab7;
    color: #fff;
    text-decoration: none;
}

/* end of sms */


/* satellite */

.satellite #header {
    position: relative;
    height: 90px;
}

.satellite .satellite-inner-header {
    min-height: 350px;
    color: #fff;
    padding-top: 20px;
    line-height: 30px;
    background-color: #2b65a5;
}

.satellite .satellite-inner-header .custom-breadcrumb {
    border-top: 1px solid #fff;
    margin-left: 0;
    padding-top: 15px;
    margin-top: 65px;
}

.satellite .satellite-inner-header .custom-breadcrumb li:first-child {
    padding-left: 0px;
}

.satellite .satellite-inner-header .custom-breadcrumb a {
    color: #fff;
}

.satellite .first-text {
    font-weight: 600;
    padding-top: 30px;
    line-height: 29px;
    font-size: 17px;
    padding-bottom: 30px;
}

.satellite .first-text .serv {
    text-align: center;
    margin-top: 40px;
}

.satellite .first-text .serv p {
    font-size: 15px;
}

.satellite .first-text .serv .serv-img {
    height: 60px;
    width: 60px;
    margin: 25px auto;
}

.satellite .features {
    background: url("../images/features-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
}

.satellite .features .feat {
    margin-bottom: 15px;
    border-left: 1px solid #fff;
}

.satellite .features h3 {
    margin-bottom: 45px;
}

.satellite .features .feat img {
    width: 70px;
    margin-bottom: 35px;
    height: 70px;
}

.satellite .features .feat .feat-title {
    margin-bottom: 35px;
}

.satellite .features .feat.no-border {
    border-left: none;
}

.satellite .internet-services .serv {
    border: 1px solid #1a191a;
    border-radius: 5px;
    padding: 25px;
    margin-top: 30px;
}

.internet-services h3 {
    margin-top: 45px;
}

.internet-services .internet-text {
    line-height: 29px;
    margin-top: 25px
}

.satellite .internet-services .serv .bg {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease-in;
}

.satellite .internet-services .serv:hover .bg {
    background: none;
}

.satellite .internet-services .serv p,
.satellite .internet-services .serv h4 {
    transition: all 0.4s ease-in;
    line-height: 29px;
    opacity: 1;
    position: relative;
}

.satellite .internet-services .serv:hover p,
.satellite .internet-services .serv:hover h4 {
    color: #fff;
}

.satellite .internet-services .serv-1 {
    background: url('../images/equipment-2.jpg');
    background-repeat: no-repeat;
    transition: all 0.4s ease-in;
    background-position: center;
    background-size: cover;
}

.satellite .internet-services .serv h4 {
    margin-top: 0px;
}

.satellite .internet-services .serv .text-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.satellite .internet-services .serv-2 {
    background: url('../images/network-operator-2.jpg');
    background-repeat: no-repeat;
    transition: all 0.4s ease-in;
    background-size: cover;
}

.satellite .internet-services .serv-3 {
    background: url('../images/application-2.jpg');
    background-repeat: no-repeat;
    transition: all 0.4s ease-in;
    background-size: cover;
}

.satellite .contact {
    margin-top: 60px;
    margin-bottom: 80px;
}

.satellite .contact p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.satellite .contact h4 {
    margin-bottom: 30px;
}

.satellite .contact .btn-contact {
    color: #2b65a5;
    border: 1px solid #2b65a5;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 70px;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.4s ease-in;
}

.satellite .contact .btn-contact:hover {
    color: #fff;
    background: #2b65a5;
}


/* end of satellite */


/* gsm serv */

.gsm #header {
    position: relative;
    height: 90px;
}

.gsm .gsm-inner-header {
    min-height: 350px;
    background: url('../images/gsm-header.jpg');
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 20px;
    line-height: 30px;
    background-size: cover;
    background-position: right;
}

.gsm .gsm-inner-header .custom-breadcrumb {
    border-top: 1px solid #fff;
    margin-left: 0;
    padding-top: 15px;
    margin-top: 20px;
}

.gsm .gsm-inner-header .custom-breadcrumb li:first-child {
    padding-left: 0px;
}

.gsm .gsm-inner-header .custom-breadcrumb a {
    color: #fff;
}

.gsm .gsm-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gsm .gsm-services .ser {
    margin-bottom: 40px;
}

.gsm .gsm-services .img-container {
    margin: 20px auto;
    text-align: center;
}

.gsm .gsm-services .img-container .service-img {
    height: 50px;
    width: 50px;
}

.gsm .gsm-services .service-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gsm .gsm-services .service-box .inner-box {
    border: 1px solid #999999;
    background: #fff;
    border-radius: 5px;
    color: #999999;
    width: 83%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.gsm .gsm-services .service-box .inner-box:hover {
    border-color: #2b65a5;
    color: #1a191a;
    background: #efefef;
}

.gsm .international-sim {
    background: url('../images/international-sim-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 40px;
}

.gsm .international-sim h3 {
    margin-bottom: 30px;
}

.gsm .international-sim p {
    line-height: 20px;
}

.gsm .international-sim .feat p {
    font-size: 13px;
}

.gsm .international-sim .feat {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.gsm .international-sim .feat .img-container {
    height: 80px;
    width: 100%;
}

.gsm .international-sim .feat img {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    display: block;
}

.gsm .international-sim .feature-box .feature-title {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 15px;
}

.gsm .international-sim .feature-box p {
    line-height: 25px;
}

.gsm .international-sim .feature-box {
    padding: 10px;
    border: 2px solid #999999;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}

.gsm .international-sim .feature-box:hover .feature-title {
    color: #2b65a5;
}

.gsm .international-sim .feature-box:hover {
    border-color: #2b65a5;
}

.iot {
    background: url('../images/iot-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 40px;
    background-position: bottom;
}

.iot h3 {
    margin-bottom: 25px;
}

.iot p {
    line-height: 28px;
    color: #fff;
}

.buy-sim {
    padding-top: 30px;
    margin-bottom: 30px;
}

.buy-sim h3 {
    margin-bottom: 20px;
}

.buy-sim p {
    line-height: 28px;
}

.buy-sim .contact {
    margin-top: 45px;
    margin-bottom: 45px;
}

.buy-sim h4 {
    margin-top: 35px;
}

.buy-sim .contact a:hover,
.buy-sim .contact a:active,
.buy-sim .contact a:focus {
    background: #2b65a5;
    color: #fff;
}

.buy-sim .contact a {
    border: 1px solid #2b65a5;
    padding: 10px 60px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s linear;
}


/* end of gsm serv */


/* mobile menu */

.cd-nav-trigger {
    position: fixed;
    display: inline-block;
    top: 1.8rem;
    right: 5%;
    height: 44px;
    width: 44px;
    z-index: 5;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-nav-trigger .cd-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: #000;
    z-index: 10;
}

.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
    content: "";
    /* upper and lower lines of the menu icon */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* apply transition to transform property */
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger::before,
.cd-nav-trigger::after {
    content: "";
    /* 2 rounded colored backgrounds for the menu icon */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}

.cd-nav-trigger::before {
    content: "";
    background-color: #b72d26;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger::after {
    content: "";
    background-color: #2b65a5;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
    /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
    /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
    /* user clicks on the .cd-nav-trigger element - transform the icon */
    background-color: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
    background-color: #000;
}

.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
    /* by default it's hidden */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 5%;
    z-index: 3;
    background-color: #091d23;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
    margin: 1.2em 3.6em !important;
    text-align: left !important;
    font-weight: bold;
    text-transform: capitalize;
}

ul.mobile-sub-menu li {
    margin: 1.2em 1.5em !important;
    text-align: left;
    font-weight: normal;
}

.cd-primary-nav a {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    color: #fff;
}

ul.mobile-sub-menu li a {
    font-size: 1em;
}

.no-touch .cd-primary-nav a:hover {
    color: #fff;
}

.cd-primary-nav.fade-in {
    /* navigation visible at the end of the circle animation */
    visibility: visible;
    opacity: 1;
}

.cd-nav-trigger .cd-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: #fff;
    z-index: 10;
}

.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
    /* upper and lower lines of the menu icon */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* apply transition to transform property */
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger::before,
.cd-nav-trigger::after {
    content: "";
    /* 2 rounded colored backgrounds for the menu icon */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}

.cd-nav-trigger::before {
    background-color: #1a191a;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger::after {
    background-color: #b72d26;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
    content: "";
    /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
    /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
    /* user clicks on the .cd-nav-trigger element - transform the icon */
    background-color: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
    content: "";
    background-color: white;
}

.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
    /* by default it's hidden */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 5%;
    z-index: 3;
    background-color: #091d23;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
    margin: 1.6em 0;
    text-align: center;
    text-transform: capitalize;
}

.cd-primary-nav a {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

.no-touch .cd-primary-nav a:hover {
    color: #ffffff;
}

.cd-primary-nav.fade-in {
    /* navigation visible at the end of the circle animation */
    visibility: visible;
    opacity: 1;
}

.cd-overlay-nav,
.cd-overlay-content {
    /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
    position: fixed;
    top: 18px;
    right: 5%;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span,
.cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
    /* background fades out at the end of the animation */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
    /* main rounded colored bg 1 */
    z-index: 2;
}

.cd-overlay-nav span {
    background-color: #2b65a5;
}

.cd-overlay-content {
    /* main rounded colored bg 2 */
    z-index: 4;
}

.cd-overlay-content span {
    background-color: #b72d26;
}


/* end of mobile menu */


/* footer */

.links .numbers {
    padding-top: 20px;
}

.pre-border {
    height: 2px;
    border-top: 4px solid #444444;
    margin-bottom: 4px;
    margin-top: 50px;
}

.pre-footer {
    background-color: #444444;
    padding-top: 35px;
    padding-bottom: 10px;
    position: relative;
    margin: 0px;
}

.middle-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -10px;
}

.middle-logo img {
    width: 105px;
    height: 105px;
}

.links .text {
    color: #fff;
    font-weight: 400;
}

.links .icon-phone i {
    display: inline-block;
    font-size: 16px;
}

.links .icon-mail i {
    font-size: 13px;
}

.links .icon-text {
    display: inline-block;
    color: #8f8f8f;
}

.links h3 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-top:40px;
}

.links li {
    line-height: 25px;
}

.links i {
    color: #fff;
    font-size: 10px;
}

.links a {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 14px;
}

.footer {
    background: #353535;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 13px;
}

.social i {
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.footer .social i:hover {
    transform: scale(1.5);
    color: #ccc;
}

.footer p {
    padding: 0px;
    color: #fff;
}

.links .dropdown {
    display: inline-block;
}

.links .dropdown-menu {
    border-radius: 0px;
    min-width: auto;
    width: 35px;
    bottom: 132%;
    top: auto;
}

.links .dropdown-menu>li>a {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding: 3px 0px;
}

.links .dropdown-menu>li>a:focus,
.links .dropdown-menu>li>a:hover {
    background: #1a191a;
    color: #fff;
}

.links .lang-btn {
    margin-top: -8px;
    padding-left: 10px;
    border-radius: 0px;
    background: #1a191a;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
}

.links .client-btn {
    background: #b72d26;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
}

.links .client-btn i {
    vertical-align: baseline;
    font-size: 24px;
}

.links .support-btn {
    display: inline-block;
    background: #2b65a5;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 41px;
}

.links .support-btn i {
    vertical-align: baseline;
    font-size: 24px;
}


/* end footer */


/* responsive */


/* 4k screens */

@media screen and (min-width: 2560px) {
    /* styles */
}


/* large or wide screens */

@media screen and (min-width: 1920px) {
    /* styles */
    .satellite .satellite-inner-header {
        background-size: 74%;
    }
}


/* medium laptop screens */


/* this might change to max-1366 according to the testing */

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    /* styles */
    .slider-container .carousel-indicators {
        width: 70%;
    }
}


/* ----------- iPad Pro 10.5" ----------- */

@media only screen and (min-width: 834px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    /* styles */
    #header .header-logo img {
        margin-top: 10px !important;
    }
    .slider-container .carousel-inner {
        height: auto !important;
    }
    .slider-container .carousel-indicators {
        bottom: 150px;
        width: 81%;
    }
    .mih .features .feature-title::before,
    .mih .features .feature-title::after,
    .mih .data-service .service-title::before,
    .mih .data-service .service-title::after {
        width: 37%;
    }
    .slider-container .carousel-indicators {
        bottom: 115px !important;
    }
}

@media only screen and (min-width: 1366px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .slider-container .carousel-indicators {
        bottom: 220px;
    }
}


/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles */
    #header .header-logo img {
        margin-top: 20px;
        width: 100%;
    }
    .satellite-inner-header img,
    .voip-page .voip-inner-header img {
        margin-top: 80px;
    }
    .satellite .internet-services .serv-1 h4 {
        margin-top: 30px;
    }
    .satellite .satellite-inner-header .custom-breadcrumb {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .satellite .first-text .serv {
        margin-top: 20px;
    }
    .mih .features .full-width-offer .offer .offer-text {
        text-align: center;
        position: relative;
        margin-top: 10px;
    }
    .mih .packages .pkg .pkg-title {
        line-height: 29px;
    }
    .mih .service .serv h3 {
        font-size: 18px;
        line-height: 29px;
    }
    .mih .packages .pkg .pkg-content {
        margin-top: 70px;
    }
    .mih .features .feature-title::before,
    .mih .features .feature-title::after,
    .mih .data-service .service-title::before,
    .mih .data-service .service-title::after {
        width: 34%;
    }
    .mih .packages .main-title::before,
    .mih .packages .main-title::after {
        width: 36%;
    }
    .gsm .international-sim .feat p {
        font-size: 12px;
    }
    .gsm .gsm-inner-header {
        height: auto;
        min-height: auto;
    }
    .gsm .gsm-services {
        padding-bottom: 10px;
    }
    .gsm .international-sim .feature-box {
        margin-bottom: 25px;
    }
    .slider-container .carousel-indicators {
        width: 90%;
        bottom: 44px;
    }
    .slider-container .carousel-inner {
        height: 50vh !important;
    }
    .slider-container .carousel-inner .carousel-content {
        top: 60px !important;
    }
    .voip .img-container img {
        width: 100%;
        margin-top: 0px;
    }
    .contact-btns .outer-btn {
        margin-bottom: 50px;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Styles */
    #header .header-logo img {
        margin-top: 10px;
    }
    .slider-container .carousel-inner {
        height: 100vh !important;
    }
    .voip-page .voip-inner-header img {
        margin-top: 45px;
    }
    .gsm .gsm-inner-header {
        height: auto;
        min-height: auto;
        padding-bottom: 20px;
    }
    .slider-container .carousel-indicators {
        bottom: 155px !important;
    }
}


/* iPhone X Portrait */

@media only screen and (min-width: 375px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation:portrait) {
    /* Styles */
    .satellite .contact {
        margin-bottom: 40px;
    }
    .internet-services h3 {
        text-align: center;
    }
    .satellite .internet-services .serv p {
        text-align: justify;
    }
    .satellite .features .feat img {
        margin: 30px auto;
    }
    .satellite .features .feat {
        text-align: center;
    }
    .mih .features .offer .inner-content {
        width: 100%;
        top: 0%;
        transform: translateY(0);
    }
    .mih .ser-text {
        font-size: 17px;
        line-height: 30px;
        font-weight: 600;
    }
    .mih .packages .pkg .pkg-title {
        top: 20%;
        padding-bottom: 20px;
    }
    .mih .packages .pkg .pkg-content {
        color: #2b65a5;
        opacity: 1;
    }
    .mih .contact {
        margin-bottom: 50px;
    }
    .mih .contact p {
        font-size: 15px;
    }
    .mih .features .offer .offer-text {
        position: relative;
        text-align: center;
        margin-top: 25px;
    }
    .mih .packages .pkg .pkg-title {
        line-height: 29px;
    }
    .mih .service .serv h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .mih .service .vessel-head {
        text-align: center;
    }
    .mih .features .offer .offer-img {
        width: 70px;
        height: 70px;
    }
    .mih .features .feature-title::before,
    .mih .features .feature-title::after,
    .mih .data-service .service-title::before,
    .mih .data-service .service-title::after {
        width: 17%;
    }
    .mih .packages .main-title::before,
    .mih .packages .main-title::after {
        width: 20%;
    }
    /* sms */
    .sms .sms-inner-header {
        padding-bottom: 0px;
    }
    .sms .automated {
        margin-bottom: 50px;
    }
    /* end of sms */
    /* gsm services */
    .gsm .international-sim h3 {
        text-align: center;
    }
    .gsm .international-sim {
        background: none;
    }
    .iot h3 {
        text-align: center;
    }
    .buy-sim h3 {
        text-align: center;
    }
    .gsm .international-sim .first-para {
        text-align: justify;
    }
    .gsm .international-sim .feature-box {
        margin-bottom: 25px;
    }
    .buy-sim h4 {
        line-height: 25px;
    }
    /* end of gsm services */
    .world-comm {
        background-size: 100%;
        background-position: bottom;
    }
    .world-comm .text-container h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .slider-container .carousel-inner {
        height: auto !important;
    }
    .slider-container .carousel-inner .carousel-content {
        bottom: 0;
        top: 0;
        left: 0;
        padding: 15px;
        width: 100%;
    }
    .voip .img-container img {
        margin-top: 0;
    }
    .voip-contact {
        background-size: 100%;
    }
    .contact-btns {
        margin-bottom: 0px;
    }
    .contact-btns .outer-btn {
        margin-bottom: 50px;
    }
    /* footer */
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .pre-footer {
        padding-top: 0px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    .mobile-footer ul li {
        display: inline-block;
    }
    .mobile-footer ul li {
        padding-left: 35px;
    }
    .mobile-footer {
        padding-top: 15px;
    }
    .mobile-footer .links h3 {
        display: none;
    }
    .mobile-footer .links {
        width: 100%;
    }
    .links .dropdown {
        display: block;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-bottom: -19px;
    }
    .links .dropdown-menu li {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn,
    .links .support-btn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
    }
    /* end of footer */
}


/* iPhone X Landscape */

@media only screen and (min-width: 375px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .mih .features .offer .inner-content {
        width: 100%;
        top: 0%;
        transform: translateY(0);
    }
    .mih .packages .pkg .pkg-title {
        top: 20%;
    }
    .mih .packages .pkg .pkg-content {
        color: #2b65a5;
        opacity: 1;
    }
    .cd-primary-nav {
        padding: 40px 5%;
    }
    .cd-primary-nav a {
        font-size: 1.7rem;
    }
    /* sms */
    .sms .sms-services .serv h4 {
        font-size: 15px;
    }
    .sms .sms-marketing .more {
        font-size: 17px;
    }
    /* end of sms */
    .slider-container .carousel-indicators {
        bottom: -20px !important;
    }
    .slider-container .carousel-indicators .active img {
        display: block;
        transform: scale(1.2) !important;
    }
    .slider-container .carousel-inner .carousel-content {
        top: 40px;
    }
    /* Styles */
}


/* iPhone 6+/6s+/7+/8+ */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation:landscape) {
    .satellite .features .feat img {
        margin: 30px auto;
    }
    .internet-services h3 {
        text-align: center;
    }
    .satellite .features .feat {
        text-align: center;
    }
    .satellite .contact {
        margin-bottom: 60px;
    }
    .mih .features .feature-title::before,
    .mih .features .feature-title::after,
    .mih .data-service .service-title::before,
    .mih .data-service .service-title::after {
        width: 34%;
    }
    .mih .packages .main-title::before,
    .mih .packages .main-title::after {
        width: 36%;
    }
    .voip-page .feature-container {
        width: 50%;
        float: left;
    }
    .packages .pkg-container {
        width: 50%;
        float: left;
    }
    .features .offer-container {
        width: 33.3%;
        float: left;
    }
    .service .serv-outer {
        width: 50%;
        float: left;
    }
    .mih .features .offer {
        padding: 30px 10px;
    }
    .mih .features .offer .offer-text {
        position: relative;
        text-align: center;
        margin-top: 20px;
    }
    .mih .data-service .vessel {
        width: 50%;
        float: left;
    }
    /* sms */
    .sms .sms-services .serv {
        width: 50%;
        float: left;
    }
    .sms .automated {
        margin-bottom: 50px;
    }
    .sms .sms-inner-header {
        padding-bottom: 0px;
    }
    /* end of sms */
    .gsm .feature-container-last {
        width: 100%;
        clear: both;
        display: block;
    }
    .gsm .feature-container {
        width: 50%;
        float: left;
        margin-bottom: 25px;
    }
    .gsm .gsm-services .service-box {
        width: 50%;
        float: left;
    }
    .voip .service-container {
        width: 32%;
        float: left;
        margin-left: 1.3%;
    }
    .contact-btns .contact-btn-container {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-bottom: 50px;
    }
    .contact-btns {
        margin-bottom: 0px;
    }
    .pre-border {
        margin-top: 0px;
    }
}


/* iphone 7, 8 */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation:landscape) {
    .flexbox-slider .flexbox-slide .box-title {
        left: -153px;
    }
    .satellite .features .feat img {
        margin: 30px auto;
    }
    .internet-services h3 {
        text-align: center;
    }
    .satellite .features .feat {
        text-align: center;
    }
    .satellite .contact {
        margin-bottom: 60px;
    }
    .mih .ser-text {
        font-size: 17px;
        line-height: 30px;
        font-weight: 600;
    }
    .mih .packages .pkg .pkg-title {
        top: 20%;
        padding-bottom: 20px;
    }
    .mih .packages .pkg .pkg-content {
        color: #2b65a5;
        opacity: 1;
    }
    .mih .contact {
        margin-bottom: 50px;
    }
    .mih .features .feature-title::before,
    .mih .features .feature-title::after,
    .mih .data-service .service-title::before,
    .mih .data-service .service-title::after {
        width: 33%;
    }
    .mih .packages .main-title::before,
    .mih .packages .main-title::after {
        width: 35%;
    }
    .packages .pkg-container {
        width: 50%;
        float: left;
    }
    .features .offer-container {
        width: 33.3%;
        float: left;
    }
    .service .serv-outer {
        width: 50%;
        float: left;
    }
    .mih .features .offer {
        padding: 30px 10px;
    }
    .mih .features .offer .offer-text {
        position: relative;
        text-align: center;
        margin-top: 20px;
    }
    .mih .data-service .vessel {
        width: 50%;
        float: left;
    }
    /* sms */
    .sms .sms-inner-header {
        padding-bottom: 0px;
    }
    .sms .sms-services .serv {
        width: 50%;
        float: left;
    }
    .sms .automated {
        margin-bottom: 50px;
    }
    /* end of sms */
    .gsm .gsm-services {
        padding-bottom: 0px;
    }
    .buy-sim h4 {
        line-height: 25px;
    }
    .gsm .international-sim h3 {
        text-align: center;
    }
    .gsm .international-sim {
        background: none;
    }
    .iot h3 {
        text-align: center;
    }
    .buy-sim h3 {
        text-align: center;
    }
    .gsm .international-sim .first-para {
        text-align: justify;
    }
    .gsm .international-sim .feature-box {
        margin-bottom: 25px;
    }
    .gsm .international-sim .feat {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .voip .service-container {
        width: 32%;
        float: left;
        margin-left: 1.3%;
    }
    .voip .voip-services li i {
        padding-right: 6px;
    }
    .contact-btns .contact-btn-container {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-bottom: 50px;
    }
    .contact-btns {
        margin-bottom: 0px;
    }
    .pre-border {
        margin-top: 0px;
    }
}


/* smartphones landscape */

@media only screen and (max-width: 767px) and (orientation:landscape) {
    /* Styles */
    .flexbox-slider {
        display: block;
        width: 100%;
        height: 100%;
        visibility: hidden;
    }
    .flexbox-slider .flexbox-slide {
        width: 100%;
        height: 140px;
    }
    .flexbox-slider:hover .flexbox-slide:hover {
        height: 400px;
        width: 100%;
    }
    .flexbox-slider .flexbox-slide .box-title {
        left: 0%;
        top: 25%;
        transform: none;
        padding-left: 0px;
        text-align: center;
        padding-right: 0px;
        width: 100%;
    }
    .slider-containers {
        min-height: 625px;
        display: block;
        clear: both;
        transition: all 0.4s ease-in
    }
    .flexbox-slider .flexbox-slide:hover .slider-containers {
        min-height: 880px !important;
    }
    .flexbox-slider .flexbox-slide .text-block {
        top: 0;
        left: 0;
        right: 0
    }
    .flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .text-block {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .voip-page .contact {
        margin-bottom: 40px;
    }
    .sms .sms-inner-header {
        background: none;
        background-color: #2c66a6;
    }
    .satellite .first-text .serv {
        width: 50%;
    }
    .satellite .contact p {
        font-size: 16px;
    }
    .satellite .features .feat {
        border-left: none;
        width: 50%;
        float: left;
    }
    .satellite .features .feat p {
        text-align: justify;
    }
    .satellite .features .feat .feat-title {
        margin-bottom: 18px;
        text-align: center;
    }
    .satellite .features .feat img {
        margin: 30px auto;
    }
    .internet-services h3 {
        text-align: center;
    }
    .satellite .features .feat {
        text-align: center;
    }
    .satellite .contact {
        margin-bottom: 60px;
    }
    .mih .features .offer {
        padding: 15px 0;
    }
    .mih .features .offer .inner-content {
        top: 0;
        transform: translateY(0);
    }
    .mih .ser-text {
        font-size: 17px;
        line-height: 30px;
        font-weight: 600;
    }
    .mih .packages .pkg .pkg-title {
        top: 14%;
    }
    .mih .packages .pkg .pkg-content {
        color: #2b65a5;
        opacity: 1;
    }
    .mih .mih-inner-header {
        padding-bottom: 0px;
    }
    .mih .service .vessel-head {
        text-align: center;
    }
    .mih .features .feature-title::before,
    .mih .features .feature-title::after,
    .mih .data-service .service-title::before,
    .mih .data-service .service-title::after {
        width: 30%;
    }
    .mih .packages .main-title::before,
    .mih .packages .main-title::after {
        width: 33%;
    }
    /* sms */
    .sms .sms-services .serv {
        width: 50%;
        float: left;
    }
    .sms .automated {
        margin-bottom: 50px;
    }
    .sms .sms-inner-header {
        padding-bottom: 0px;
    }
    /* end of sms */
    .gsm .gsm-services {
        padding-bottom: 0px;
    }
    .buy-sim h4 {
        line-height: 25px;
    }
    .gsm .international-sim h3 {
        text-align: center;
    }
    .gsm .international-sim {
        background: none;
    }
    .iot h3 {
        text-align: center;
    }
    .buy-sim h3 {
        text-align: center;
    }
    .gsm .international-sim .first-para {
        text-align: justify;
    }
    .gsm .international-sim .feature-box {
        margin-bottom: 25px;
    }
    .gsm .international-sim .feat {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .voip-contact p {
        font-size: 16px;
    }
    #header .header-logo img {
        width: 55%;
        margin-top: 12px;
    }
    .world-comm .text-container h3 {
        line-height: 33px;
    }
    .slider-container .carousel-inner .carousel-content {
        top: 50px;
    }
    .world-comm .text-container h3 {
        font-size: 20px;
        width: 90%;
    }
    .voip .img-container img {
        margin-top: 0px;
    }
    .voip .service-container {
        width: 32.3%;
        float: left;
        margin-left: 1%;
    }
    .voip .voip-services li {
        font-size: 12px;
    }
    .voip .voip-services li i {
        padding-right: 6px;
    }
    .contact-btns .contact-btn-container {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-bottom: 50px;
    }
    .contact-btns {
        margin-bottom: 0px;
    }
    /* footer */
    .pre-border {
        margin-top: 0px;
    }
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .mobile-footer .links h3 {
        margin-top: 15px;
    }
    .pre-footer {
        padding-top: 20px;
    }
    .links .dropdown {
        display: block;
        width: 32%;
        float: left;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 32%;
        margin-left: 2%;
        float: left;
        margin-top: 5px;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-top: -8px;
    }
    .links .support-btn {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 32%;
        float: left;
        margin-top: 5px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    /* end of footer */
}


/* Smartphones ----------- */

@media only screen and (max-width: 480px) {
    .voip-page .why-voip p {
        text-align: justify;
    }
    .flexbox-slider {
        display: block;
        width: 100%;
        height: 100%;
        visibility: hidden;
    }
    .flexbox-slider .flexbox-slide {
        width: 100%;
        height: 140px;
    }
    .flexbox-slider:hover .flexbox-slide:hover {
        height: 400px;
        width: 100%;
    }
    .flexbox-slider .flexbox-slide .box-title {
        left: 0%;
        top: 25%;
        transform: none;
        padding-left: 0px;
        text-align: center;
        padding-right: 0px;
        width: 100%;
    }
    .slider-containers {
        min-height: 625px;
        display: block;
        clear: both;
        transition: all 0.3s ease-in
    }
    .flexbox-slider .flexbox-slide:hover .slider-containers {
        min-height: 880px !important;
    }
    .flexbox-slider .flexbox-slide .text-block {
        top: 0;
        left: 0;
        right: 0
    }
    .flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .text-block {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .voip-page .contact {
        margin-bottom: 40px;
    }
    #header {
        height: 75px;
    }
    .cd-nav-trigger {
        top: 1.5rem;
    }
    .sms .sms-inner-header {
        background: none;
        background-color: #2c66a6;
    }
    .sms .automated .more {
        text-align: justify;
    }
    .gsm .international-sim .feature-box p {
        text-align: justify;
    }
    .satellite .features .feat {
        border-left: none;
    }
    .satellite .features .feat .feat-title {
        margin-bottom: 18px;
    }
    .satellite .first-text .serv {
        height: auto;
        margin-top: 0px;
        text-align: left;
    }
    .satellite .first-text .serv p {
        padding-left: 20px;
        display: inline-block;
    }
    .satellite .satellite-inner-header {
        padding-bottom: 20px;
    }
    .satellite .satellite-inner-header .custom-breadcrumb {
        margin-top: 25px;
    }
    .satellite .features .feat img {
        margin: 30px auto;
    }
    .satellite .internet-services .serv p {
        text-align: justify;
    }
    .internet-services h3 {
        text-align: center;
    }
    .satellite .features .feat {
        text-align: center;
    }
    .satellite .contact {
        margin-bottom: 60px;
    }
    #header .header-logo img {
        margin-top: 18px;
    }
    .mih .mih-inner-header {
        background-position: 100%;
        background-size: 200%;
    }
    .mih .service h3 {
        text-align: center;
    }
    .mih .features .offer .inner-content {
        top: 0;
        transform: translateY(0);
    }
    .mih .contact p {
        font-size: 15px;
    }
    .mih .ser-text {
        font-size: 17px;
        line-height: 30px;
        font-weight: 600;
        text-align: justify;
    }
    .mih .packages .pkg .pkg-title {
        top: 20%;
        padding-bottom: 20px;
    }
    .mih .packages .pkg .pkg-content {
        color: #2b65a5;
        opacity: 1;
    }
    .mih .mih-inner-header {
        padding-bottom: 0px;
    }
    .mih .contact {
        margin-bottom: 50px;
    }
    .mih .features .offer .offer-text {
        position: relative;
        text-align: center;
        margin-top: 20px;
    }
    .mih .features .feature-title::before,
    .mih .features .feature-title::after,
    .mih .data-service .service-title::before,
    .mih .data-service .service-title::after {
        content: none;
    }
    .mih .packages .main-title::before,
    .mih .packages .main-title::after {
        content: none;
    }
    /* sms */
    .sms .sms-marketing h3 {
        text-align: center;
    }
    .sms .automated h3 {
        text-align: center;
    }
    .sms .sms-marketing .more {
        font-size: 18px;
        text-align: center;
    }
    .sms .sms-marketing .btn-container {
        text-align: center;
    }
    .sms .sms-inner-header {
        padding-bottom: 0px;
    }
    .sms .automated {
        margin-bottom: 50px;
    }
    /* end of sms */
    .gsm h3 {
        font-size: 22px;
    }
    .gsm .gsm-services {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .buy-sim h4 {
        line-height: 25px;
    }
    .gsm .international-sim h3 {
        text-align: center;
    }
    .gsm .international-sim {
        background: none;
    }
    .iot h3 {
        text-align: center;
    }
    .buy-sim h3 {
        text-align: center;
    }
    .gsm .international-sim .first-para {
        text-align: justify;
    }
    .gsm .international-sim .feature-box {
        margin-bottom: 25px;
    }
    .gsm .international-sim .feat {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .voip-services {
        margin-bottom: 0px;
    }
    .voip-contact p {
        font-size: 16px;
    }
    .world-comm {
        background-size: 100%;
        background-position: bottom;
    }
    .world-comm .text-container h3 {
        font-size: 18px;
        line-height: 24px;
        width: 90%;
    }
    .slider-container .carousel-inner {
        height: 40vh !important;
    }
    .slider-container .carousel-inner .carousel-content {
        bottom: 0;
        top: 0;
        left: 0;
        padding: 15px;
        width: 100%;
    }
    .carousel-inner>.item {
        height: 100%;
    }
    .carousel-inner>.item img {
        height: 100%;
        width: auto;
    }
    .voip .img-container img {
        margin-top: 0;
    }
    .voip-contact {
        background-size: 100%;
    }
    .contact-btns {
        margin-bottom: 0px;
    }
    .contact-btns .contact-btn-container {
        margin-bottom: 50px;
    }
    /* footer */
    .pre-border {
        margin-top: 0px;
    }
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .pre-footer {
        padding-top: 0px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    .mobile-footer ul li {
        display: inline-block;
    }
    .mobile-footer ul li {
        padding-left: 35px;
    }
    .mobile-footer {
        padding-top: 15px;
    }
    .mobile-footer .links h3 {
        display: none;
    }
    .mobile-footer .links {
        width: 100%;
    }
    .links .dropdown {
        display: block;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-top: -9px;
    }
    .links .dropdown-menu li {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn,
    .links .support-btn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
    }
    /* end of footer */
}


/* small smartphones */

@media only screen and (max-width: 340px) {
    /* Styles */
    .slider-container .carousel-inner {
        height: 50vh !important;
    }
    .satellite .first-text .serv {
        height: auto;
    }
    .satellite .first-text .serv p {
        padding-left: 10px;
    }
    .satellite .first-text .serv .serv-img {
        height: 52px;
        width: 52px;
    }
    .satellite .features .feat img {
        margin: 30px auto;
    }
    .satellite .internet-services .serv p {
        text-align: justify;
    }
    .satellite .features .feat .feat-title {
        text-align: center;
    }
    .internet-services h3 {
        text-align: center;
    }
    .satellite .features .feat {
        text-align: center;
    }
    .sms .sms-marketing .more {
        font-size: 15px;
    }
    .mih h3 {
        font-size: 22px;
        text-align: center;
    }
    .features p {
        text-align: justify;
    }
}