@charset "utf-8";

/*----------intial declartaion of css----------*/
@font-face {
 font-family: 'Gotham';
 src: url('fonts/Gotham-Thin.woff2') format('woff2'),
  url('fonts/Gotham-Thin.woff') format('woff');
 font-weight: 100;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('fonts/Gotham-Bold.woff2') format('woff2'),
  url('fonts/Gotham-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('fonts/Gotham-Black.woff2') format('woff2'),
  url('fonts/Gotham-Black.woff') format('woff');
 font-weight: 900;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Condensed';
 src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'),
  url('fonts/GothamCondensed-Medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Condensed';
 src: url('fonts/GothamCondensed-Light.woff2') format('woff2'),
  url('fonts/GothamCondensed-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('fonts/Gotham-Light.woff2') format('woff2'),
  url('fonts/Gotham-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('fonts/Gotham-Medium.woff2') format('woff2'),
  url('fonts/Gotham-Medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Ultra';
 src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
  url('fonts/Gotham-Ultra.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Pro';
 src: url('fonts/GothamPro.woff2') format('woff2'),
  url('fonts/GothamPro.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}


@font-face {
 font-family: 'Gotham Pro';
 src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
  url('fonts/GothamPro-LightItalic.woff') format('woff');
 font-weight: 300;
 font-style: italic;
}


.header.fixed {
 position: fixed;
}

* {
 padding: 0;
 margin: 0;
 list-style: none;
}

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 font-family: 'Gotham';
 font-weight: 500;
}

html {
 -webkit-text-size-adjust: none;
}

html,
body {
 height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
 display: block;
}

audio,
canvas,
video {
 display: inline-block;
}

audio:not([controls]) {
 display: none;
 height: 0;
}

pre {
 white-space: pre;
 white-space: pre-wrap;
 word-wrap: break-word
}

q {
 quotes: none
}

q:before,
q:after {
 content: '';
 content: none
}

small {
 font-size: 80%
}

sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline
}

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em
}

nav ul,
nav ol {
 list-style: none;
 list-style-image: none;
}

button,
input,
select,
textarea {
 font-size: 100%;
 margin: 0;
 vertical-align: baseline;
}

textarea {
 overflow: auto;
 vertical-align: top
}

table {
 border-collapse: collapse;
 border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: none;
 cursor: pointer;
}

/* remember to define focus styles! */
:focus {
 outline: 0; text-decoration: none;
}

ol,
ul {
 list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}

caption,
th,
td {
 text-align: left;
 font-weight: normal;
}

a {
 text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
 content: "";
}

blockquote,
q {
 quotes: """";
}

table {
 border: 0 none;
 border-collapse: collapse;
 border-spacing: 0;
}

td {
 vertical-align: top;
}

img {
 border: 0 none;
 max-width: 100%;
}

a {
 outline: none;
 cursor: pointer;
}

/* End hide from IE Mac */
.none {
 display: none;
}

/* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block
}

.clear {
 clear: both;
}

img {
 max-width: 100%;
}

/* For modern browsers */
.cf:before,
.cf:after {
 content: "";
 display: table
}

.cf:after {
 clear: both;
}

.cf {
 *zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */

.btn.submit_form:focus {
 border-top: 4px solid #755ba2 !important;
 border-left: none !important;
 border-right: none !important;
 border-bottom: none !important;
}

p {

 font-size: 24px;
 line-height: 20px;
 padding-bottom: 25px;
 color: #fff;
 font-family: Gotham Pro;
 font-weight: 400;
 line-height: 34px;

}

h2 {
 font-size: 26px;
 margin-bottom: 20px
}

h3 {
 font-size: 20px;
 margin-bottom: 20px
}

h4 {
 font-size: 16px;
 margin-bottom: 20px
}

h5 {
 font-size: 12px;
 margin-bottom: 20px
}

body {
 margin: 0;
 padding: 0;
 font-size: 14px;
 color: #fff
}



/*--------------- content css start------------*/
.left-nav {
 float: left;
 height: 50px;
 padding: 25px 0 0;
}

.left-nav a {
 display: block;
 width: 245px;
}

.left-logo svg {
 fill: #3985c8;
 width: 100%;
 transition: all .3s ease-in-out;
}

.right-logo a img {
 height: 47px;
 width: auto;
}

footer ul {
 padding-left: 0;
}

.search-form {
 cursor: pointer;
 margin-top: 30px;
}

a:hover,
a {
 -webkit-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -mz-transition: all 0.3s ease;
 transition: all 0.3s ease;
 text-decoration: none;
}

.post .post-desc h4 a:hover,
.testimonial-content a:hover {
 text-decoration: none;
 color: #fb7c1e
}

.search-submit {
 background-image: url(../images/search-icon.png);
 border: 0;
 background-position: center;
 background-size: 15px;
 background-repeat: no-repeat;
 -webkit-transition: all 0.3s linear;
 -o-transition: all 0.3s linear;
 -mz-transition: all 0.3s linear;
 transition: all 0.3s linear;
 width: 35px;
 height: 26px;
 cursor: pointer;
 position: relative;
 z-index: 9;
 background-color: transparent;
}

#tabs-nav li {
 list-style: none;
 display: block;
 width: 31%;
 float: left;
 border: 2px solid #fff;
 margin-right: 2%;
 border-radius: 25px;
 text-align: center;
 padding: 8px 5px;
 box-shadow: 2px 1px 4px 0px #37638e;
}

ul#tabs-nav {
 padding: 0;
}

div#tabs-content {
 padding-right: 40px;
}

#tabs-content h3 {
 font-weight: 500;
 font-size: 30px;
 line-height: 37px;
}

#tabs-nav li a:hover {
 text-decoration: none;
}


.tab-box a {
 color: #ffffff;
}

.tab-box a:hover {
 background-color: #fb7c1e;
 text-decoration: none;
}

.container {
 max-width: 1700px;
 width: 100%;
}

html,
body {
 font-family: 'Gotham';

}

.banner-info {
 text-align: center;
 position: relative;
 z-index: 1;
 padding-top: 40px;
}

.banner-bg {
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover;

}


.banner .content {
 height: 100%;
 display: block;
 width: 100%;
 position: relative;
}

.banner .content h1 span {
 color: #006bc0;

}

.banner .content h1 {
 color: #ffffff;
 font-size: 54px;
 font-weight: normal;
 line-height: 54px;
 text-align: center;
 margin: 0;
 font-family: Gotham;
}

.videoContainer {
 display: block;
 width: 100%;
 position: absolute;
 bottom: 0;
 top: auto;
 text-align: center;
}

/*
 
.mvid {
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
    width: 100%;    text-align: center;
}
 
*/


/*--------------- banner end------------*/
.tab-box {
 background-color: #006bc0;
 color: white;
 border-right: 1px solid white;
 cursor: pointer;
 box-shadow: 0px 4px 10px #d9d9de;
 padding: 0;
}

.banner-bg .container,
.banner-bg .row {
 height: 100%;
}

.tab-box:hover {
 -webkit-transition: all 0.3s linear;
 -o-transition: all 0.3s linear;
 -mz-transition: all 0.3s linear;
 transition: all 0.3s linear;
}

.tab-box a {
 color: #ffffff;
 display: block;
 padding: 0 15px;
}

.myvideos.mainpahevideo {

 width: 72%;
 margin: 0 auto;
 position: relative;
 bottom: -4px;

}

.tabpagevideo {

 width: 72%;
 margin: 0 auto;
 position: relative;
 bottom: -4px;

}

.tab-box a.active,
.tab-box a:hover {
 background-color: #fb7c1e;

}

.tab-box:last-child {
 border-right: none;
}

.tab-box-sec {
 background-color: #fb7c1e;
 color: white;
 padding: 15px;
 border: 2px solid white;
}

.tab-box img {
 padding-top: 13px;
 padding-bottom: 13px;
}

.side-cont ul li .icn-text {
 margin-right: 20px;
 position: absolute;
 left: 0;
 height: 100%;
 display: table;
 vertical-align: middle;
}

.side-cont ul li .icn-inner {
 display: table-cell;
 vertical-align: middle;
 position: relative;
 left: 0;
 height: 100%;
}

.side-cont ul li {
 margin-bottom: 20px;
}

.tab-box-sec p {
 padding-top: 13px;
}

.tab-box i {
 font-size: 30px;
 padding-top: 10px;
}

.tab-box:first-child {
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
 background-image: url("https://www.tatacommunications.com/wp-content/uploads/2019/02/left-cloud.png");
 background-repeat: no-repeat;
 background-position: bottom;
}

.tab-box:first-child a:hover {
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
}

.tab-box:last-child {
 background-position: right bottom;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 background-image: url("https://www.tatacommunications.com/wp-content/uploads/2019/02/right-cloud.png");
 background-repeat: no-repeat;
}

.tab-box:last-child a:hover {
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
}

.tab-box-sec i {
 font-size: 30px;
 padding-top: 10px;
}

.tabbox-con {
 height: 100%;
 width: 100%;
 display: table;
}

.tabbox-con p {

 height: 100%;
 width: 100%;
 display: table-cell;
 vertical-align: middle;
 padding-left: 12px;
 font-size: 15px;
 line-height: 21px;

}

.testi-right li {
 list-style: none;
}

/*

.img-sec {
 margin-top: 80px;
}
*/



/*--------------- footer end------------*/

/* ------------------------
    Testimonials
------------------------*/
.testimonial {
 position: relative;
 padding: 30px 30px 30px 0;
}

.testimonial.style-1 {
 padding: 30px 0 30px 30px;
}

.testimonial.style-1:before {
 content: "";
 background: #f97b1e;
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
 width: 13%;
 height: 100%;
 position: absolute;
 left: 1px;
 top: 0;
}

.testimonial-content {
 position: relative;
 font-size: 18px;
 line-height: 28px;
 font-weight: 600;

 margin-bottom: 0;
}

.testimonial.style-1 .testimonial-content {
 padding: 45px 40px 40px 65px;
 margin-right: 50px;
 border-radius: 0;
 background: #ffffff;
 overflow: hidden;
 box-shadow: 2px -1px 10px 1px #908c8c;
}

.testimonial-section {
 padding-top: 88px;
}

.testimonial-content p {
 font-family: 'Gotham Pro';
 font-size: 18px;
 line-height: 28px;
 font-weight: 500;
 margin-bottom: 0;
 color: #1c1d3e;
 position: relative;
}

/*
img.test-img {
    max-width: 120px;
    margin-top: -20px;
}
*/
.simg {
 text-align: right;
}

.simg img {
 display: inline !important;
}

.testimonial.style-1 .testimonial-content p {
 position: relative;
 z-index: 9;
 color: #7d7d7d;
 font-weight: 400;
 font-family: 'Gotham Pro';
}

.testimonial.style-1 .testimonial-caption {
 z-index: 9;
 position: relative;
}

.testimonial .testimonial-caption label {
 margin-bottom: 0;
 font-weight: 500;
 color: #1c1d3e;
 display: block;
}

.testimonial .testimonial-caption h5 {
 font-family: 'Gotham Pro';
 font-size: 22px;
 color: #006bc0;
 font-weight: 900;
 display: inline-block;
 margin-bottom: 10px;
}

.testimonial .testimonial-quote {
 color: #ffe2e1;
 z-index: -1;
 font-size: 200px;
 line-height: 200px;
 transform: rotate(-90deg);
 position: absolute;
 top: 0;
 right: 0;
}

.testimonial.style-1 .testimonial-quote {
 z-index: 9;
}

.grey-bg .testimonial-content p {
 color: #1c1d3e
}


.testimonial-caption {
 position: relative;
 padding-top: 20px;
 margin-top: 20px;
 display: inline-block;
}

.testimonial-caption:before,
.testimonial-caption:after {
 content: '';
 position: absolute;
 z-index: 1;
 height: 2px;
 border-radius: 2px;
 top: 0;
}

.testimonial-caption:before {
 background: #fb7c1e;
 width: 48%;
 left: 0;
}

.auth-desig {
 font-family: 'Gotham Pro';
 font-weight: 400;
 color: #828893;
}


.testimonial-carousel .controls {
 padding: 0;
 margin: 0;
 white-space: nowrap;
 text-align: center;
 position: relative;
}

.testimonial-carousel .controls li {
 position: relative;
 margin: 0 2%;
 border-radius: 50%;
 width: 46%;
 box-shadow: 0 30px 70px rgba(0, 0, 0, .2);
}

.testimonial-carousel .controls li a {
 position: relative;
 z-index: 9;
 overflow: hidden;
 border-radius: 50%;
 display: inline-block;
 width: 100%;
 height: 100%;
}

.testimonial-carousel .controls li:last-child {
 float: none;
 margin: 0 auto;
}

.testimonial-carousel .controls li img {
 width: 100%;
 height: 100%;
}

.testimonial-carousel .controls li.active:after,
.testimonial-carousel .controls li.active:before,
.testimonial.style-2 .testimonial-img:before,
.testimonial.style-2 .testimonial-img:after {
 content: '';
 border: 10px solid #2575fc;
 width: 100%;
 height: 100%;
 -webkit-border-radius: 100%;
 border-radius: 100%;
 position: absolute;
 left: 0%;
 top: 0%;
 opacity: 1;
 -webkit-animation: 2s videomodule-anim linear infinite;
 animation: 2s videomodule-anim linear infinite;
}

.testimonial-carousel .controls li.active:before {
 -webkit-animation-delay: .5s;
 animation-delay: .5s;
}

.testimonial.style-2 {
 text-align: center;
 padding: 30px 30px 70px;
}

.testimonial.style-2:before {
 display: none;
}

.side-img {
 width: 30%;
 margin-left: 157px;
}

.testimonial-img {
 border-radius: 50%;
 position: relative;
 display: inline-block;
}

.testimonial-img img {

 width: 95%;
}

.testimonial.style-2 .testimonial-img {
 width: 35%;
}

.testimonial.style-2 .testimonial-content {
 background: #ffffff;
 padding: 30px;
 border-radius: 7px;
 margin-top: 30px;
}

.testimonial.style-2 .testimonial-content:before {
 content: "";
 background: #ffffff;
 width: 96%;
 height: 100px;
 position: absolute;
 left: 2%;
 bottom: -20px;
 z-index: -1
}

.testimonial.style-2 .testimonial-content:after {
 content: "";
 background: #ffffff;
 width: 92%;
 height: 100px;
 position: absolute;
 left: 4%;
 bottom: -40px;
 z-index: -9
}

.testimonial-2 .carousel-inner {
 z-index: 9;
}

.testimonial-carousel.testimonial-2 .controls {
 position: absolute;
 height: 100%;
 width: 100%;
 bottom: 0;
}

.testimonial-carousel.testimonial-2 .controls li {
 animation-name: blinkblink;
 animation-duration: 5000ms;
 transform-origin: 70% 70%;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
 position: absolute;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
 border-radius: 100%;
 z-index: 99;
 opacity: 0.6;
 width: 130px;
 height: 130px;
 margin: inherit;
 float: none;
}

.testimonial-carousel.testimonial-2 .controls li.active {
 opacity: 1;
 animation: inherit;
}

.testimonial-2 .controls li:nth-child(1) {
 left: 0;
 bottom: 10%;
}

.testimonial-2 .controls li:nth-child(2) {
 left: 5%;
 bottom: 55%;
}

.testimonial-2 .controls li:nth-child(3) {
 right: 5%;
 bottom: 55%;
}

.testimonial-2 .controls li:nth-child(4) {
 right: 0;
 bottom: 10%;
}

.testimonial.style-3,
.testimonial.style-5 {
 display: flex;
 align-items: center;
}

.testimonial.style-3 .testimonial-img,
.testimonial.style-5 .testimonial-img {
 border-radius: 20% 30% 80% 0;
 display: inline-block;
 overflow: hidden;
 position: relative;
 margin-right: 30px;
 width: 100%;
}

.testimonial.style-3 .testimonial-img img,
.testimonial.style-5 .testimonial-img img {
 border-radius: 0;
}

.testimonial.style-3 .testimonial-quote {
 color: #ffe2e1;
 left: 0;
 right: inherit;
 transform: rotate(-180deg);
}

.testimonial-carousel.testimonial-3 .controls {
 position: absolute;
 height: 100%;
 width: 100%;
 bottom: 0;
}

.testimonial-carousel.testimonial-3 .controls li {
 position: absolute;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
 border-radius: 100%;
 z-index: 99;
 opacity: 0.6;
 width: 130px;
 height: 130px;
 margin: inherit;
 float: none;
 width: 80px;
 height: 80px;
 animation: inherit;
}

.testimonial-3 .controls li:nth-child(1) {
 left: 0;
 bottom: 0%;
}

.testimonial-3 .controls li:nth-child(2) {
 left: 3%;
 bottom: 30%;
}

.testimonial-3 .controls li:nth-child(3) {
 left: 0;
 bottom: 60%;
}

.testimonial-carousel.testimonial-3 .controls li.active {
 opacity: 1;
}

.testimonial.style-4 {
 background: #ffe2e1;
 padding: 30px;
 border-radius: 7px
}

.testimonial.style-4 .testimonial-img {
 width: 100px;
 height: 100px;
 display: inline-block;
 margin-right: 15px;
}

.testimonial.style-4 .testimonial-content p {
 font-size: 15px;
 margin-bottom: 30px;
}

.testimonial.style-4 .testimonial-caption {
 display: inline-block;
 vertical-align: middle;
}

.testimonial.style-4:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #2575fc;
 border-radius: 30px;
 transform: rotate(-7deg);
 z-index: -2;
}

.testimonial.style-5 {
 margin: 0 30px;
}

.testimonial.style-5 .testimonial-img {
 margin-right: 0;
}

.testimonial.style-5 .testimonial-content {
 background: #fff;
 margin-left: -150px;
 border-radius: 7px;
 padding: 50px 50px 50px 200px;
}

.testimonial.style-5 .testimonial-quote {
 position: inherit;
 top: inherit;
 right: inherit;
 z-index: inherit;
 transform: inherit;
 line-height: 150px;
}

.owl-dots .owl-dot {

 display: block;
 margin-bottom: 10px;

}

.owl-carousel .owl-dots {

 width: 30px;
 display: inline-block;
 position: absolute;
 line-height: 0;
 top: 90px;
 left: 70px;
 transform: translateX(-50%);
 cursor: pointer;
 text-align: center;

}

.test-img {
 padding-top: 7px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {

 background: #f87b1e;
 width: 11px;
 border-radius: 50%;

}

.owl-carousel.owl-theme .owl-dots .owl-dot span {

 background: #ebebeb;
 border-radius: 2px;
 display: block;
 width: 12px !important;
 height: 11px;
 margin: 0px 3px;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;
 cursor: pointer;
 border-radius: 50%;

}

.testimonial-content h3 {

 padding-bottom: 25px;
}

.btn {
 display: inline-block;
 padding: 12px 22px;
 margin-bottom: 0;
 font-size: 21px;
 font-weight: 400;
 line-height: 20px;
 text-align: center;
 white-space: normal;
 vertical-align: middle;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 0;
 background-color: #BABF10;
 color: #fff;
 font-weight: 500;
 font-family: Gotham;
 letter-spacing: 1px;
 margin-top: 30px;
}

.btn:hover {
 background-color: #AF328A;
 color: #fff;
}

.btn.pink:hover {
 background-color: #BABF10;
 color: #fff;
}

.connectivity {

 background: #3D86C6;

}

.connectivity {

 background: #3D86C6;
 padding: 0px 0 0px;
 position: relative;

}

a {
 outline: none !important;
}

h2 {

 font-size: 47px;
 font-weight: 500;
 margin-bottom: 32px;

}

.btn.pink {

 background-color: #AF328A;

}

.imgcontainer img {

 max-width: 500px;

}

.imgcontainer {

 text-align: right;

}

.top-icon-btns {
 position: absolute;
 top: 12px;
 right: 20px;
}

.top-icon-btns ul li {
 display: inline-block;
 padding-right: 10px;
}

.top-icon-btns ul li img {
 width: 50px;
}

/*main-homepage*/

.main-home,
body {
 background-color: #282F34;
}

body.indexpage {
 background: #3D86C6;

}

.col4box {
 background-color: #09BDDD;
 display: table;
 transition: all .3s ease-in-out;
 visibility: hidden;
}

.col4box.blue {
 background-color: #09BDDD;
}

.col4box.green {
 background-color: #B0BC25;
}

.col4box.darkblue {
 background-color: #3D86C6;
}

.col4box.pink {
 background-color: #AF328A;
}

.wow {
 visibility: hidden;
}

.social-icons {
 display: none;
 position: absolute;
 margin-top: 12px;
}

.top-icon-btns ul li ul.social-icons li {
 margin-bottom: 4px;
}

.top-icon-btns ul li {
 position: relative;
}

.box-container {
 height: 100%;
 width: 100%;
 vertical-align: middle;
 display: table-cell
}

.box-img {
 padding-bottom: 40px;
 padding-left: 15px;
 padding-right: 15px;
}

h3 {
 font-size: 32px;
 font-weight: 300;
 margin-bottom: 22px;
 margin-top: 10px;
}

.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

.col4box p {
    font-size: 22px;
    display: block;
    line-height: 30px;
}

.col4box:hover p {
 display: block;
 

 -webkit-animation: slide-down 1.5s ease-out;
 -moz-animation: slide-down 1.5s ease-out;
 
}

/*.col4box:hover .box-img,*/
.col4box:hover h3 {
 display: block;
 

 -webkit-animation: slide-down 1.5s ease-out;
 -moz-animation: slide-down 1.5s ease-out;
 
}
.box-img img {
    width: 80%;
}
@-webkit-keyframes slide-down {
 0% {
  opacity: 0;
  -webkit-transform: translateY(30%);
 }

 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
 }
}

@-moz-keyframes slide-down {
 0% {
  opacity: 0;
  -moz-transform: translateY(20%);
 }

 100% {
  opacity: 1;
  -moz-transform: translateY(0);
 }
}

.box-container a,
.box-container a:hover {
 color: #fff;
 text-decoration: none;
}

.conectivity-full {
 height: 100%;
 width: 100%;
 display: table;
}

.child-contain {
 width: 100%;
 height: 100%;
 display: table-cell;
 vertical-align: middle;
}

.top-tabs {
 position: absolute;
 bottom: 0;
 width: 100%;
 border: 1px solid #000;
 text-align: center;
 padding: 5px 0px;
 background: #fff;
 z-index: 2;
}

.top-tabs li {
 width: 20%;
}

.tabsPage .container,
.tabsPage .row,
.fulltabs, .discovery-pg .container, .discovery-pg .row.topd, .discovery-all-con, .FullH{
 height: 100%;
}
.discovery-inner-con {
    height: 100%;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.fulltabs {
 position: relative;
}

.nav-tabs {}

.nav-tabs.top-tabs > li a,
.nav-tabs.top-tabs > li.active > a:hover,
.nav-tabs.top-tabs > li.active > a:focus {
 cursor: default;
 background-color: #fff;
 border: none;
 border-right: 2px solid #0f68aa4f;
 font-size: 20px;
 font-weight: 500;
 color: #717171;
 line-height: 15px;
 border-radius: 0;
 cursor: pointer;    padding: 14px 2px;
}
.top-tabs li:last-child a {
    border: none;
}
.nav-tabs.top-tabs li.active a[href="#internet-wan"],
.nav-tabs.top-tabs li a[href="#internet-wan"]:hover,
.nav-tabs.top-tabs li a[href="#internet-wan"]:focus {
 color: #B0BC25;
}

.nav-tabs.top-tabs li.active a[href="#hybrid-wan"],
.nav-tabs.top-tabs li a[href="#hybrid-wan"]:hover,
.nav-tabs.top-tabs li a[href="#hybrid-wan"]:focus {
 color: #2F7DE1;
}

.nav-tabs.top-tabs li.active a[href="#hybird-wan-with-sdwan"],
.nav-tabs.top-tabs li a[href="#hybird-wan-with-sdwan"]:hover,
.nav-tabs.top-tabs li a[href="#hybird-wan-with-sdwan"]:focus {
 color: #AF328A;
}

div#hybrid-wan {
 background-color: #2F7DE1;
}

#hybrid-wan .right-text-con h4 {
 color: #2F7DE1;
}

div#hybird-wan-with-sdwan {
 background-color: #AF328A;
}

#hybird-wan-with-sdwan .right-text-con h4 {
 color: #AF328A;
}

.nav-tabs.top-tabs li.active a,
.nav-tabs.top-tabs li a:hover,
.nav-tabs.top-tabs li a:focus {
 color: #09BDDD;
 text-decoration: none;
}

.childtab {
 position: absolute;
 top: 34%;
 z-index: 1;
}

.tabfull-con {
 height: 100%;
 width: 100%;
 vertical-align: middle;
 display: table-cell;
}

.tab-left-con {
 display: table;
 height: 100%;
 width: 100%;
}

.childtab li {
 display: block
}

.childtab li {
 display: block;
 float: none;
 padding-left: 40px;
 position: relative;
}

.childtab li a {
 display: block;
 position: relative;
 padding: 0;
 margin: 25px 0;
}

.childtab li a::before {
 content: '';
 height: 22px;
 width: 22px;
 position: absolute;
 left: 0;
 background-color: #fff;
 border-radius: 25px;
 border: 3px solid #fff;
}

.tab-right-con {
 background-color: #fff;
}

.childtab li.active a::before {
 background-color: transparent;
}

.tab-content {
 height: 100%;
}

span.tabdot-title {
 font-size: 15px;
 line-height: 13px;
 padding-left: 33px;
}

.tab-content a.btn.btn-default {
 font-size: 20px;
 font-weight: bold;
 border-radius: 2px;
 border: 2px solid #fb7c1e;
 margin-top: 15px;
 padding: 6px 25px;
}

.tab-content .tab-pane {
 height: 100%
}

div#private-network {
 background-color: #00A7CE;
}

.nav-tabs.childtab > li.active > a,
.nav-tabs.childtab > li.active > a:hover,
.nav-tabs.childtab > li.active > a:focus {
 color: #555;
 cursor: default;

}


.top-tab-text h3 {
 font-size: 26px;
 font-weight: 400;
 font-family: Gotham Pro;
 margin-top: -80px;
 line-height: 34px;
}

.top-tab-text {
 padding: 0 62px;
 text-align: left;
}

.tabdot-title {
 visibility: hidden;
}

.childtab li.active .tabdot-title {
 visibility: visible;
}

.tab-videocontainer {
 text-align: right;
 padding-top: 34px;    position: relative;
}

.tab-right-con {
 background-color: #fff;
 display: table;
 width: 100%;
 padding: 0 20px;
 position: relative;
 z-index: 1;
}
.home-social {

    position: relative;

}
.right-hide-show-div {
 position: relative;
}

.close-right {
 position: absolute;
 right: 36px;
 z-index: 2;
 width: 44px;
 top: 18px;
 cursor: pointer;
}

.right-text-con {
 height: 95%;
 width: 100%;
 display: table-cell;
 vertical-align: middle;
}

.right-text-con h4 {
 color: #00A7CE;
 font-size: 30px;
 margin-top: -50px;
 font-weight: 500;
}

.right-text-con p {
 color: #7C7C7C;
 font-size: 22px;

}
.circle {

    position: absolute;
    z-index: 99;
    right: 4%;
    top: 14%;
    border-radius: 45px;
    text-align: center;

}
.circle {
     position: absolute;
    z-index: 99;
    right: 4%;
    top: 14%;
   
    text-align: center;
     
}
.crcle-open {

    -webkit-animation: grow 2s infinite;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 39px;
    margin-right: 32px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 3px 3px #77e2f1;
    border: 1px solid #2eb1c3;

}
#hybird-wan-with-sdwan .crcle-open {

    box-shadow: 0px 0px 3px 3px #efa7d8;
    border: 1px solid #cc58a7;

}
#internet-wan .crcle-open {

    box-shadow: 0px 0px 3px 3px #f0f5a4;
    border: 1px solid #b9c230;

}
.pcont {
 display: none;
  border-radius: 45px;
 box-shadow: 0px 0px 10px 1px #737373;
  background-color: #fff;
    z-index: 2;
    max-width: 200px;   padding: 45px 5px 0px;;
}
.remodal-closepop {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #AF328A;
    border: 0;
    outline: 0;
    background: transparent;
    /* border: 2px solid #ffffff; */
    /* border-radius: 25px; */
    /* text-align: center; */
    right: 0;
}
.remodal-closepop:before {
     font-weight: 300;
    font-size: 32px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
    border: 2px solid #AF328A;
    border-radius: 26px;
}
.pcont h6 {
    color: #00A7CE;
    font-size: 21px;
    font-weight: bold;
    
}
.pcont p {
    color: #848484;
    font-size: 15px;
    line-height: 20px;
    padding: 6px 10px 20px;
}
/*.circle:hover {
  background: #070338;
}
*/

/*
.circle {
 -webkit-animation: grow 2s infinite;

}
*/

@-webkit-keyframes grow {
 0% {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
 }

 50% {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
 }

 100% {
 -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform:scale(0.8);
  transform: scale(0.8);
 }
}

 

/*
.pcont {
 display: none;
}
*/

div#internet-wan {
 background-color: #B0BC25;
}

#internet-wan .right-text-con h4 {
 color: #B0BC25;

}


/*popup*/
html.remodal-is-locked {
 overflow: hidden;

 -ms-touch-action: none;
 touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
 display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
 position: fixed;
 z-index: 9999;
 top: -5000px;
 right: -5000px;
 bottom: -5000px;
 left: -5000px;

 display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
 position: fixed;
 z-index: 10000;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;

 display: none;
 overflow: auto;

 text-align: center;

 -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
 display: inline-block;

 height: 100%;
 margin-left: -0.05em;

 content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
 position: relative;

 outline: none;

 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
}

.remodal-is-initialized {
 /* Disable Anti-FOUC */
 display: inline-block;
}

/*popup end*/

.discovery-pg {
 background-color: #3D86C6;
 padding: 0;
}

.colm4box {
 background-color: #ffffff;
 border-radius: 30px;
 box-shadow: 2px 3px 7px -1px #565656;
 padding: 15px; transition: background-color 0.3s ease-in;    
}

.disc-con h3 {
    color: #2F7DE1;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.btmbtn a:hover {
    background-color: #AF328A;
}
.disc-con p {
    font-family: Gotham Pro;
    font-size: 17px;
    line-height: 22px;
    color: #2F7DE1;
    padding-bottom: 15px;
}
.discovery-box:nth-child(2) .colm4box:hover {
    background-color: #09BDDD;
}
.discovery-box:nth-child(3) .colm4box:hover {
    background-color: #B0BC25;
}
.discovery-box:nth-child(4) .colm4box:hover {
    background-color: #2868a0;
}
.discovery-box:nth-child(5) .colm4box:hover {
    background-color: #AF328A;
}
.showmobile{ display: none; margin: 0 auto;}
.colm4box:hover .showmobile{display: block;}
 .colm4box:hover .showdesk{display: none;}
 .colm4box:hover .disc-con h3, .colm4box:hover .disc-con p{color: #ffffff;}
.disc-con h3 span {
 font-weight: 300;
}

.disc-img img {
 max-width: 210px;
}

.disc-img {
 padding-bottom: 10px;
}
.discovery-inner-con .row {
    height: auto;
}
.botm-btns img {
    width: 22px;
}
.watch-vid {
    border-bottom: 1px solid #c5bfbf;
    margin: 0 27px 11px;
    padding: 11px 0px;
}
.botm-btns {
    padding-top: 15px;
}
.botm-btns a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.discovery-box {
    padding-top: 30px;
}
.btmbtn a {
    background: #B0BC25;
    color: #fff;
    padding: 11px 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    display: inline-block;
}
 .btmbtn {
    margin-top: 35px;
    margin-bottom: 0;
}
.discovery-box-text p {
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 10px;
}
.discovery-all-con {
    display: table;
    width: 100%;
}
a:hover, a:focus {
    text-decoration: none;
}

.pop-left {
    float: left;
    padding: 25px;
    width: 30%;border-radius: 12px 0px 0 12px;
}
.pop-right {
    float: left;
    width: 70%;
    padding: 25px;
    text-align: left;
    background-color: #ffffff;
}
.remodal[data-remodal-id="izo-private-connect"] {
    background-color: #09BDDD;
 }
.remodal[data-remodal-id="izo-internet-wan"] {
    background-color: #B0BC25;
 }
.remodal[data-remodal-id="hybrid-wan"] {
    background-color: #2F7DE1;
 }
.remodal[data-remodal-id="hybridwanwithSDWAN"] {
    background-color: #AF328A;
 }
.pop-left-img img {
    max-width: 200px;
}
 
.pop-t {
    color: #fff;
    font-size: 26px;
    line-height: 29px;
}
.pop-leftt span{ font-weight: 300;}

.remodal {
    max-width: 65%;
    border-radius: 12px;
}
.pop-t h5 {
    color: #2F7DE1;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
.pop-t p {
    font-size: 16px;
    font-weight: 400;
    font-family: Gotham Pro;
    color: #666666;
    line-height: 21px;padding-bottom: 30px;
}
.pop-leftt sup {
    font-size: 16px;
}
.icon-text li {
    position: relative;
    padding-left: 75px;
}

.pop-i img {
    position: absolute;
    width: 46px;
    left: 0;
    top: 0;
}
.icon-text li:last-child p {
    padding-bottom: 0;
}
.pop-leftt {
 padding-top: 35px;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
}
.pop-left-img {
    padding-top: 10px;
}

ul.icon-text {
    padding: 20px 0;
}


































