@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,700;1,300&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif !important;
    top: 0 !important;
    color: #fff;
    background: url("../images/table.jpg") center no-repeat fixed #000;
    background-size: cover
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.material-icons {
    vertical-align: middle;
}

a,
.dropdown-item,
.btn-warning,
.card-dark,
.corner:before,
.corner p,
.operating_system li>span {
    transition: all 0.3s ease
}

.top {
    position: relative;
    color: #00237d;
    padding: 10px 0;
}

.top ul>li {
    display: inline-block;
}

.top ul>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 0px;
}

.bg-yellow,
.btn-warning,
.bg-warning {
    background: #38c0ce !important;
    border-color: #38c0ce !important;
    color: #fff;
}

.btn-warning:hover {
    background: #0e8491 !important;
    color: #fff;
}

.dark-transparent {
    background: rgba(0, 0, 0, 0.6)
}

.text-warning {
    color: #38c0ce !important
}

.nav-pills li a {
    color: #38c0ce
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000000;
    background-color: #38c0ce;
}

.address li {
    font-size: 16px;
    color: #38c0ce;
    position: relative;
    margin: 40px 0;
    display: block;
    padding-left: 80px;
}

.address li span {
    float: left;
    margin-top: 6px;
    background: #38c0ce;
    color: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    left: 0;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%)
}

.address li strong {
    font-size: 24px;
    display: block;
    color: #fff
}

/*.btn-warning:before{ left: -20px;
	top:0; position: absolute;
	border: solid transparent;
	content: " ";
    width: 0;
height: 0;
border-style: solid;
border-width: 0 0 46px 20px;
border-color: transparent transparent #38c0ce transparent;}

.btn-warning::after{ right: -20px;
	top:0; position: absolute;
	border: solid transparent;
	content: " ";
    width: 0;
height: 0;
border-style: solid;
border-width: 46px 20px 0px 0px;
border-color: #38c0ce transparent  transparent transparent ;

	}


.btn-cornor:before{ left: -20px;
	top:0; position: absolute;
	border: solid transparent;
	content: " ";
    width: 0;
height: 0;
border-style: solid;
border-width: 0 0 36px 20px;
border-color: transparent transparent #38c0ce transparent;}

.btn-cornor::after{ right: -20px;
	top:0; position: absolute;
	border: solid transparent;
	content: " ";
    width: 0;
height: 0;
border-style: solid;
border-width: 36px 20px 0px 0px;
border-color: #38c0ce transparent  transparent transparent ;

	}
*/


#header {
    background-color: #ffffff;
}

.corner {
    position: relative;
    overflow: hidden
}

.corner:before {
    content: '';
    width: 200px;
    height: 200px;
    background: #38c0ce;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: 9;
    transform: rotate(45deg)
}

.corner:hover::before {
    top: -120px;
    right: -120px;
}

/*
.corner p{ height: 0; opacity: 0; display: none;}
.corner:hover p{ height: inherit; opacity: 1; display: block}
*/

.bg-dark {
    background: #000 !important
}

.navbar-nav>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #494949 !important;
}

.navbar-nav li:last-child a {
    padding-right: 0 !important
}

.dropdown-item {
    color: #fff;
}

.dropdown-menu a:hover,
.navbar-nav li>a:hover {
    color: #d6d6d6 !important
}

.navbar-nav li.active a {
    color: #fff !important;
    background: #38c0ce
}

.dropdown-menu {
    background: #38c0ce;
    position: relative;
    margin-top: 0px;
}

/*.dropdown:hover .dropdown-menu{ display:block;}*/
.dropdown .dropdown-item:hover {
    background: #0b828f
}

.dropdown .dropdown-item:active {
    background: #38c0ce;
    color: #fff !important
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 70px;

}

/*.header{ position: absolute; top: 0; z-index: 99; width: 100%;}*/

.carousel-caption {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    bottom: inherit
}

.carousel-caption p {
    font-size: 20px;
    display: block;
}

.carousel-caption h5 {
    font-size: 82px;
    font-weight: 700;
    color: #38c0ce;
    line-height: 4.5rem;
}

.carousel-caption h5>small {
    font-size: 20px;
    font-weight: 300;
    display: block;
    color: #fff;
    letter-spacing: 4px
}

.bannerIn {
    position: relative;
    background-size: cover
}

.bannerIn:before {
    content: '';
    background: rgb(38, 33, 96);
    background: linear-gradient(90deg, rgb(56 192 206), rgb(1 103 244 / 0%));
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.bannerIn .banner-text {
    padding: 280px 0 20px 0
}

.bannerIn .banner-text h2>small {
    font-size: 20px;
    display: table;
    padding: 6px 15px;
    color: #fff
}

.bannerIn .banner-text h2 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
}

.box4 {
    margin-bottom: 0px;
}

.box4 i.feather {
    color: #262160 !important;
    width: 160px !important;
    height: 160px !important;
}




.boxs {
    padding: 15px;
    margin: 0px 0;
    transform: scale(1);
    border-bottom: 6px solid #ddd;
    min-height: 280px;
    text-align: center
}

.boxs h5 {
    display: block;
    margin: 15px 0;
    color: #38c0ce;
}

.boxs img {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.boxs:hover {
    border-color: #38c0ce;
}

.boxs:hover span {
    color: #38c0ce;
}

.accordion .card-header {
    padding: 0;
    margin: 0
}

.accordion .card-header h2 .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 35px
}

.accordion .card-header h2 .btn-link:hover {
    color: #38c0ce;
}

.btn-link.collapsed {
    color: #333
}

.btn-link.collapsed:before {
    content: '+';
}

.btn-link:before {
    content: '-';
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 6px
}

.btn-link {
    color: #38c0ce;
    position: relative;
}

.address li {
    font-size: 16px;
    color: #878787;
    position: relative;
    margin: 40px 0;
    display: block;
    padding-left: 80px;
}

.address li span {
    float: left;
    margin-top: 6px;
    background: #38c0ce;
    color: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    left: 0;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%)
}

.address li strong {
    font-size: 24px;
    display: block;
    color: #878787
}

.list li {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 25px;
    margin-bottom: 22px;
    color: #000000;
}

.list.light li {
    color: #ffffff;
}

.list li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-position: center top;
    background-size: contain;
    width: 15px;
    height: 15px;
    background-image: url(../images/command.svg);
    position: absolute;
    left: 0;
    top: 4px;
}


h4 {
    font-size: 60px;
    position: relative;
    display: inline-block;
}

h4>small {
    font-size: 24px;
    display: block;
    color: #333;
    letter-spacing: 2px;
}



h3 {
    font-size: 30px;
}

/*.experience{ margin-top:100px}*/
.experience h4 {
    font-size: 60px;
    color: #fff;
    position: relative;
    display: inline-block;
}

/*.experience h4:before{ content:''; width: 40px; height: 4px; background: #38c0ce; position: absolute; bottom: 0; right: 0}*/
.experience h4>small {
    font-size: 24px;
    display: block;
    color: #e7e7e7;
    letter-spacing: 2px;
}

.experience p {
    font-weight: 300;
    color: #ffffff
}

.experience .material-icons {
    font-size: 80px;
    transition: all 0.3s ease;
}

.experience .card-dark:hover .material-icons {
    font-size: 60px;
    color: #38c0ce;
}

.card-dark {
    background: #1c1c1c;
}

.card-dark:hover {
    background: #1c1c1c;
    border-bottom: 8px solid #38c0ce
}

.lead {
    font-weight: 700;
    font-size: 30px;
}

.skills {
    padding: 80px 0;
}

.skills h5 {
    font-size: 80px;
    color: #fff;
    margin-bottom: 15px
}

.skills h5>small {
    font-size: 40px;
    display: block
}

.instruments-bg .lead {
    color: #38c0ce !important
}

.instruments {
    border: 1px solid rgba(255, 255, 255, .1);
}

.instruments:hover {
    border: 1px solid #38c0ce;
}

.instruments-bg {
    position: relative;
    background: #000;
    background-size: 500px;
    color: #fff !important;
}

/*.instruments-bg:before{ content:''; width: 39%; height: 100%; background: #38c0ce; position: absolute; left: 0; top: 0;}*/
.instruments h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 15px;
    color: #38c0ce;
    font-size: 30px;
    display: block
}

/* #mobileApp{ margin:0px 0 90px 0; clear: left} */
#mobileApp .app {
    position: absolute;
    right: 0;
    width: 40%;
    top: -160px
}





.plan {
    position: relative;
    padding: 0px;
    background: #000;
    border: 1px solid #000
}

.plan:hover {
    border-left: 1px solid #38c0ce;
    border-right: 1px solid #38c0ce;
    border-bottom: 1px solid #38c0ce;
}

.plan-bg {
    position: relative;
    transform: scale(1);
}

.plan-bg {
    position: relative;
    transform: scale(1);
}

.plan-bg:before {
    content: '';
    background: rgb(38, 33, 96);
    background: linear-gradient(90deg, rgba(38, 33, 96, 1) 0%, rgba(4, 127, 169, 1) 100%);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: -10;
    transform: skewY(0deg);
}

.plan h3 {
    font-size: 16px;
    color: #fff;
}

.plan h2 {
    font-size: 26px;
    color: #fff;
}

.plan li {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 16px;
}

.plan b {
    color: #fff
}

.bg-blue {
    background: rgba(255, 255, 255, 0.04)
}

.ecn {
    padding: 60px 0;
}

/*.ecn h6{ color: #000 !important}*/
.black {
    background: #38c0ce !important
}

.operating_system {
    margin: 15px 0 0 0
}

.operating_system li {
    position: relative;
}

.operating_system li a {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.operating_system li>span {
    background: #ffffff;
    color: #000;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 4px;
    font-size: 24px;
}

.operating_system li:hover span {
    background: #fff;
    font-size: 20px;
}

.box4:hover h5,
.plan:hover li b {
    color: #38c0ce
}

.border-yellow-top {
    border-top: 6px solid #38c0ce;
}

/*.plan:hover .btn-dark{ background-image:linear-gradient(to left, #38c0ce, #ff6e51, #38c0ce); border-color:#38c0ce}*/

/*
.plans:hover .plan, .boxs:hover .box4{  filter:blur(4px) !important; transform:scale(0.9);}
.plans .plan:hover, .boxs .box4:hover{  filter:blur(0px) !important; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; transform:scale(1); z-index:9999 !important}
*/

.pattern {
    position: relative;
}

.pattern:before {
    position: absolute;
    content: '';
    background: url("../images/pattern.png") no-repeat;
    width: 449px;
    height: 426px;
    bottom: 0;
    left: -140px;
    z-index: -1
}

#carouselExampleIndicators {
    margin-bottom: 0px;
}

/*.stat-bx{ position: absolute; top: -60px; z-index: 999}*/
.stats {
    display: flex;
    padding: 0px 0;
}

.stats li {
    color: #fff;
    flex: 1 1 auto;
    font-size: 30px;
    text-align: left;
    position: relative;
}

.stats li:last-child::before {
    display: none;
}

.stats li small {
    display: block;
    font-size: 18px;
    color: #38c0ce
}

.stats li .material-icons {
    font-size: 60px !important;
}

.statsx {
    display: flex;
    padding: 30px 0;
}

.statsx li {
    color: #000;
    flex: 1 1 auto;
    font-size: 36px;
    text-align: center;
    position: relative;
    font-weight: normal
}

.statsx li:before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(1, 1, 1, 0.2);
    position: absolute;
    right: 0;
    top: 0;
}

.statsx li:last-child::before {
    display: none;
}

.statsx li>small {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold
}


.address_strip {
    display: flex;
    padding: 15px 0;
}

.address_strip>div {
    color: #fff;
    flex: 1 1 auto;
    font-size: 30px;
    text-align: left;
    position: relative;
}

.address_strip>div small {
    display: block;
    font-size: 18px;
    color: #fff
}

.address_strip>div .material-icons {
    font-size: 60px !important;
}

#video video {
    height: 460px
}

#video {
    background: url("../images/iphone_frame.png") no-repeat;
    width: 245px;
    height: 526px;
    background-size: cover;
    margin: 0 auto;
    padding-top: 28px;
}

/*.section_bg{ background:url("../images/section_bg.jpg") center no-repeat fixed; background-size: cover;}*/

/*
.gateways img{ filter: grayscale(100%)}
.gateways img:hover{ filter: grayscale(0%)}
*/

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}

.tick_plan td {
    padding: 6px 0;
    font-size: 18px;
}

.tick_plan tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tick_plan tr:last-child {
    border-bottom: 0
}

.tick_plan td:first-child {
    width: 50%;
}

.tick_plan td:last-child {
    width: 50%;
    text-align: right;
    color: #333;
    font-weight: bold
}

.tick_plan.home td:last-child {
    width: 50%;
    text-align: right;
    color: #fff;
    font-weight: bold
}

.tick_plan td>small {
    display: block;
    color: #ddd;
    font-weight: normal
}

.tick_plan h6 {
    font-size: 36px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.tick_plan h6>small {
    font-size: 16px;
    display: block;
    color: #fff;
    letter-spacing: 2px;
}

.tick_plan .plan_name {
    background: #38c0ce;
    color: #fff;
    font-size: 32px;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 30px 0;
}

.footer {
    background: #000 url("../images/map.png") bottom center fixed no-repeat;
    background-size: cover;
    color: #ccc;
    padding: 60px 0 0 0;
    border-top: 0px solid #38c0ce;
}

.footer {
    background: #000 url("../images/map.png") bottom center fixed no-repeat;
    background-size: cover;
    color: #ccc;
    padding: 60px 0 0 0;
    border-top: 0px solid #38c0ce;
}

.footer .risk {
    background: rgba(255, 255, 255, 0.04);
}

.footer h5 {
    color: #ffffff !important;
    display: block;
    margin-bottom: 20px;
}

.footer a {
    display: block;
    color: #ccc;
    padding: 4px 0 4px 0px;
    position: relative;
    font-size: 14px;
}

.footer a:hover {
    color: #fff;
    padding: 4px 0 4px 0px;
}

/*.footer a:before{ content:''; font-weight:bold; position:absolute; left:0; top:8px; background:url(../images/arrow.svg) center no-repeat; width:16px; height:16px;}*/
.footer p {
    font-size: 14px;
}

.greyscale {
    filter: grayscale(100%);
}

.footer:hover .greyscale {
    filter: grayscale(0);
}

h6 {
    margin-bottom: 15px;
    font-size: 54px;
}

h6>small {
    font-size: 30px;
    display: block;
}

/*.goog-te-banner-frame.skiptranslate {display: none!important;} */
.goog-te-banner-frame {
    display: none;
}

/* Don't show Google Topbar */
#goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: 0 !important;
}

.goog-te-menu-value {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.goog-te-menu-value span:nth-child(3),
.goog-te-menu-value span:nth-child(5) {
    display: none;
}

.goog-te-menu2-item {
    padding: 10px 0 !important
}

/*.goog-te-gadget-icon{ display: none;}*/

.goog-te-gadget-icon {
    background: url(../images/translate.svg) no-repeat !important;
    background-position: 0px 0px;
    height: 18px !important;
    width: 18px !important;
    margin-right: 0px !important;
}

@media only screen and (max-width:768px) {
    .bannerIn .banner-text h2>small {
        font-size: 16px;
        display: block;
    }

    .bannerIn .banner-text h2 {
        font-size: 40px;
        font-weight: 300;
        color: #fff;
    }

    .bannerIn .banner-text {
        padding: 180px 0 40px 0
    }
}

/*
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
*/

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

.btn-info {
    background: #38c0ce !important;
    border-color: #38c0ce !important
}

.btn-outline-info {
    border-color: #38c0ce !important
}

.btn-outline-info:hover {
    color: #363636;
    background-color: #1093a1 !important;
    border-color: #38c0ce !important;
}

#web-term {
    width: auto;
    /* height: 600px; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
    padding: 15px 0;
    margin: 0px;
    box-sizing: content-box;
    background: #f3f3f3;

}

#web-term .close {
    position: absolute;
    top: -22px;
    right: -22px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.top ul>li>a.btn-outline-info {
    color: #333
}

.card-light {
    background-color: #fff;
    border-radius: 7px;
}

.card-light .material-icons {
    color: #ffffff;

}

.card-light .material-icons h4 small {
    color: #0c0c0c;
}

.experience .card-light h4>small {
    color: #ffffff;
}

.heading-title h4 {
    color: #161616;
}

.heading-title h4 small {
    color: #2b2b2b;
}

.heading-title-light h4 {
    color: #f3f3f3;
}

.heading-title-light h4 small {
    color: #c7c7c7;
}

.step-content1 {
    background: linear-gradient(90deg, #ffffff -31.06%, rgba(93, 103, 169, 0) 90.7%)
}

.step-content2 {
    background: linear-gradient(90deg, #ffffff -31.06%, rgba(93, 103, 169, 0) 90.7%)
}

.step-content3 {
    background: linear-gradient(90deg, #ffffff -31.06%, rgba(93, 103, 169, 0) 90.7%)
}

.step-content4 {
    background: linear-gradient(90deg, #ffffff -31.06%, rgba(93, 103, 169, 0) 90.7%)
}

.btn {
    padding: .6rem .75rem;
}

.spread-box {
    position: absolute;
    bottom: 45px;
    left: auto;
    width: 100%;
}

.spread-box .items {
    position: relative;
    background: linear-gradient(90deg, #3a3a3a -31.06%, rgba(93, 103, 169, 0) 90.7%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #ffffff;
}

.spread-box .items a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;

}

.spread-box .items h3 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #ffc628;
}

.spread-box .items h3 label {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fcfcfc;
}

.spread-box .items h3 small {
    display: block;
    font-size: 22px;
    color: #ffffff;
}

.spread-box .items i {
    font-size: 26px;
    display: inline-block;
    margin-right: 10px;
    color: #4900db;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(/images/menu.png)
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }
}
marquee
      {
        display: block;
        padding: 7px 0;
        background: #eee;
      }

marquee a{
    color: #333;
    text-decoration: none;
}
marquee a b{
    font-weight: 600;
    font-size: 14px;
}
marquee a span{
    color: #ce5909;
    font-weight: 600;
    font-size: 14px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}