/* fonts */

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Bold.eot');
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold.woff2') format('woff2'), url('fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Black.eot');
    src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Black.woff2') format('woff2'), url('fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Medium.eot');
    src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Medium.woff2') format('woff2'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


/* Reset Css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #9696A2;
    background-color: #FFF;
}


/* Container */

.container {
    max-width: 1170px;
    margin: 0 auto;
    clear: both;
}

.container-fluid {
    padding: 0 15px;
}


/* Header */

.header-section {
    background-image: url('../images/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #004672;
}

.pb-100 {
    padding-bottom: 100px;
}

.navigation {
    padding: 30px 0;
}

.navigation-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar {
    display: flex;
    align-items: center;
}

.nav-bar ul li {
    display: inline-block;
}

.nav-bar ul li a {
    display: block;
    font-size: 16px;
    color: #B8ECFF;
    padding: 10px 25px;
    font-family: 'Circular Std Book';
    font-weight: 500;
    transition: all 0.3s;
}

.nav-bar ul li a:hover {
    color: #fff;
}

.nav-bar ul li.active a {
    color: #fff;
}


/* --------------- */

.country {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0 15px;
}

.country .select {
    position: relative;
    line-height: 40px;
    border: none;
    background: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

#country {
    position: relative;
}

#country::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #7AAECF;
}

.country .dropdown {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    background: #004672;
    z-index: 1;
}

.country .dropdown li {
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    line-height: 16px;
    text-align: center;
}

.country .dropdown li:first-child {
    margin-top: 5px;
}

.country .dropdown li:last-child {
    margin-bottom: 5px;
}

.country .dropdown li.open {
    display: block;
}


/* ------------- */

.btn-border {
    border: 1px solid #fff;
    padding: 8px 40px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 25px;
}


/* hero-section */

.hero-section {
    overflow: hidden;
    position: relative;
}

.hero-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.hero-content {
    width: 40%;
    color: #fff;
}

.hero-content span {
    background-color: #18BDF7;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: 'Circular Std';
    margin-bottom: 20px;
}

.hero-content h2 {
    font-family: 'Circular Std';
    font-size: 44px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}

.hero-section.solution-hero .hero-content h2 {
    max-width: 80%;
}

.hero-content p {
    font-size: 17px;
    line-height: 28px;
    max-width: 80%;
}

.hero-content a {
    margin: 40px 0;
    display: flex;
    align-items: center;
    width: 280px;
    text-align: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.hero-content a img {
    margin-right: 10px;
}

.btn-fill {
    background-color: #18BDF7;
    color: #fff;
    font-size: 20px;
    font-family: 'Circular Std';
    font-weight: 500;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
}

.hero-btn {
    background-image: url('../images/video-play.png');
    background-repeat: no-repeat;
    background-position: 14% 50%;
    padding-left: 50px;
}

.hero-img {
    width: 53%;
    position: relative;
}

.hero-img .mobile-img {
    width: 210px;
    height: auto;
    position: absolute;
    bottom: 55px;
    left: -70px;
}

.home-hero {
    text-align: right;
}

.home-hero img {
    width: 90%;
}

.solution-hero p {
    padding-bottom: 30px;
}

.hero-img.soultion-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.soultion-img img {
    width: 100%;
    position: absolute;
    right: 0;
    float: right;
    bottom: 0;
}


/* widget-section */

.widget-section {
    background-color: #004672;
}

.widget-popup {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    position: relative;
    top: -45px;
}

.widget-group {
    display: flex;
    justify-content: space-between;
    width: 78%;
}

.widget-popup span {
    width: 33.33%;
    display: block;
    text-align: center;
    padding: 40px 50px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #004672;
    line-height: 26px;
    transition: all 300ms ease-in-out;
}

.widget-group span:hover {
    background-color: #fff;
    color: #008CE3;
    transform: scale(1.1);
}

.widget-popup span p {
    margin-top: 10px;
}

.widget-popup span.widget-title {
    background-color: #008CE3;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    font-family: 'Circular Std';
    color: #fff;
    border-radius: 10px 0 0 10px;
    width: 22%;
    padding: 69px 40px;
}

.tab-heading {
    text-align: center;
}

.tab-heading h3 {
    background-color: #0D4F79;
    font-size: 26px;
    line-height: 46px;
    font-weight: 500;
    font-family: 'Circular Std';
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 10px 60px;
    margin-bottom: 0px;
}


/* tab-section */

.tab-section {
    padding-bottom: 50px;
}

.pt-100px {
    padding-top: 100px;
}

.tab-head {
    background-color: #0D4F79;
    padding-top: 50px;
}

.tabs ul {
    text-align: center;
}

.tabs ul li {
    display: inline-block
}

.tabs ul li a {
    display: block;
    font-size: 18px;
    color: rgba(255, 2555, 255, 0.5);
    padding: 12px 35px 20px 35px;
    border-radius: 10px 10px 0 0;
}

.tabs ul.big-tab {
    display: flex;
    justify-content: space-between;
}

.tabs ul.big-tab li {
    width: 23%;
}

.tabs ul.big-tab li a {
    display: block;
    font-size: 16px;
    color: rgba(255, 2555, 255, 0.5);
    padding: 15px 55px;
    border-radius: 10px 10px 0 0;
    line-height: 24px;
    height: 130px;
}

.tabs ul.big-tab li a i {
    display: block;
    font-size: 32px;
    margin: 10px 0;
    color: #fff;
}

.tabs ul li.active a {
    color: #004672;
    background-color: #fff;
    box-shadow: 0 -4px 0 #008CE3;
}

.tabs ul.big-tab li.active a {
    color: #004672;
    background-color: #fff;
    box-shadow: 0 -4px 0 #008CE3;
}

.tabs ul.big-tab li.active a i {
    color: #004672;
}


/* tab-inner */

.tab-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 0;
}

.tab-text {
    width: 40%;
}

.tab-text h3 {
    font-size: 38px;
    color: #004672;
    font-family: 'Circular Std';
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 50px;
}

.tab-text p {
    margin-bottom: 40px;
}

.tab-text ul {
    text-align: left;
}

.tab-text ul li {
    display: block;
}

.tab-img {
    width: 60%;
    text-align: center;
}

.tab-img img {
    margin-bottom: -200px;
    margin-top: -50px;
}

.tab-img.tab-1-img-mar img {
    margin-bottom: -170px;
}

.tab-img.tab-1-img-mar-2 img {
    margin-top: 0;
}

.tab-img .desktop-img {
    display: inline-block;
}

.tab-img .mobile-img {
    display: none;
}

.tab-img a {
    display: none;
}

.tab-img-1 img {
    width: 100%;
    margin-bottom: -300px;
    margin-top: 0;
}


/* big-footer */

.big-footer {
    background-color: #0A4D77;
    padding: 100px 0;
    margin-top: -60px;
}

.big-footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-footer {
    width: 20%;
}

.single-footer h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.single-footer ul li {
    display: block;
}

.single-footer ul li a {
    display: block;
    font-size: 14px;
    color: #7096AF;
    line-height: 35px;
}

.footer-section {
    padding: 70px 15px;
    background-color: #004672;
    text-align: center;
}

.footer-section img {
    width: 180px;
}

.footer-section p {
    font-size: 13px;
    line-height: 20px;
    color: #7096AF;
    margin: 0;
}

.hide-lg {
    display: none;
}

span.hide-lg {
    display: none;
}


/* Custom tab Img Fix */

.tab-section {
    overflow: hidden;
}

.custom-padding .tab-inner {
    padding: 0;
}

.custom-padding .tab-text {
    padding: 80px 0 0 0;
}

.tab-2-img-1 img {
    margin: 0 0 80px 0;
    width: 100%;
}

.tab-4-img-1 img {
    margin: 30px 0 0 0;
    width: 80%;
}

.tab-4-img-2 img {
    margin: 40px 0;
    width: 80%;
}

.tab-2-img-4 img {
    margin: 40px 0 80px 0;
    width: 80%;
    float: right;
}

.tab-2-img-2 img {
    margin: 0;
    width: 100%;
    position: relative;
    right: -100px;
}

.tab-4-img-3 img {
    margin: 50px 0 0 0;
    width: 100%;
    position: relative;
    right: -80px;
}

.bg-white {
    background-color: #fff;
}

.solutions-dropdown {
    flex-direction: column;
    position: absolute;
    z-index: 1;
    background: #004672;
    display: none;
    border-radius: 10px;
}
.solutions-dropdown-father:hover .solutions-dropdown {
    display: flex;
}

.solutions-dropdown li:hover {
    background-color: #002B46;
}

.solutions-dropdown li:first-child:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.solutions-dropdown li:last-child:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* mobile-nav */

.mobile-nav {
    display: none;
}

.vom {
    display: none;
}

#video-box {
    display: none;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
}

#video-box-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.71);
    height: 100%;
    width: 100%;
}

#player {
    width: 50%;
    height: 50%;
}
