﻿@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot') format('embedded-opentype'),
         url('../fonts/SegoeUI.woff2') format('woff2'),
         url('../fonts/SegoeUI.woff') format('woff'),
         url('../fonts/SegoeUI.ttf') format('truetype'),
         url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUIBold.eot');
    src: url('../fonts/SegoeUIBold.eot') format('embedded-opentype'),
         url('../fonts/SegoeUIBold.woff2') format('woff2'),
         url('../fonts/SegoeUIBold.woff') format('woff'),
         url('../fonts/SegoeUIBold.ttf') format('truetype'),
         url('../fonts/SegoeUIBold.svg#SegoeUIBold') format('svg');
    font-weight: bold;
}


body {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'SegoeUI';
}

a {
    transition: all ease .5s;
    color: #000;
}

button {
    transition: all ease .5s;
}

a:hover {
    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'SegoeUI';
}

p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.main-btn {
    background-color: #5fb9c1;
    color: #fff;
    padding: 15.5px 25px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-title p {
    margin-top: 20px;
}

.section-title.white h6::before {
    background: #fff;
}

.section-title.white h2,
.section-title.white h6,
.section-title.white p {
    color: #fff;
}

.section-title h2 {
    color: #000006;
    font-size: 70px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 1;
}

.section-title.style1 h2 {
    margin-bottom: 0;
    line-height: .9;
}

.section-title.style1 h6 {
    float: right;
    left: auto;
    right: -30px;
}

.section-title.white-title h2 {
    color: #fff;
    line-height: 1.3;
}

.section-title.center {
    padding: 0px;
}

.section-title.center h6 {
    left: 0;
}

.navbar-brand {
    position: relative;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

.navbar-brand img {
    max-height: 100px;
}

.navbar-brand .logo img {
    max-height: 70px;
}

.navbar-brand .agency-logo {
    margin-left: 10px;
}

.navbar-brand .agency-logo img {
    filter: invert(1);
    max-height: 40px;
}

.navbar-area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.navbar-area.is-sticky {
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 999;
    position: sticky;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #5e2b76 !important
}

.navbar-area .mobile-nav {
    display: none
}

.menu-btn {
	display:inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-btn span {
    height: 2px;
    width: 25px;
	background:#fff;
    display: inline-block;
    margin: 2px 0px;
    float: right;
    transition: all .3s;
}

.menu-btn div {
    display: inline-block;
    min-width: 25px;
}

.menu-btn span:last-child {
    width: 50%;
}

.menu-btn:hover span {
    width: 50%;
}

.menu-btn:hover span:last-child {
    width: 100%;
}


.side-menu {
	position:fixed;
    right: -100%;
    width: 100%;
    max-width: 400px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:999999;
    overflow: hidden;
}

.side-menu .bgblack {
    height: 100vh;
    background: #fff;
    padding: 90px 20px;
    overflow: hidden;
    overflow-y: scroll;
}

.side-menu .img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.side-menu.intro {
	right:0;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin-bottom: 10px;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
	height:100%;
	width:100%;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 16px 12px 16px 70px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    color: #000;
    transition: 0.2s all;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition-property: transform, opacity, color;
    transition-duration: 0.55s, 0.55s, 0.3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out, ease-in-out;
    border-bottom: 1px solid #0000001a;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
    color: #000;
    font-weight: 600;
}

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #000;
    font-weight: 600;
}

a.CloseBtn {
	float:right;
    font-size: 30px;
    font-weight: 300;
    z-index: 5;
    width: 34px;
    height: 34px;
    top: 50px;
    right: 50px;
    overflow: hidden;
    color: #000;
    cursor: pointer;
    margin-right: 70px;
    margin-bottom: 80px;
}

a.CloseBtn:hover {
    color: #000;
}



.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 27px;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 34px;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 50%;
    transform: translate(0px, -50%);
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #f5f5f5;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu li ul.sub-menu li:hover a,
.side-menu ul.main-menu li ul.sub-menu li.current_page_item>a,
.side-menu ul.main-menu li ul.sub-menu li.active>a  {
    background: #000 !important;
    color: #fff !important;
}

.side-menu ul.main-menu li ul.sub-menu li a {
    padding: 7px 12px 11px 70px;
    font-size: 17px;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu li {
    margin: 0;
    padding: 0;
}


/**/
.main-nav {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar {
    transition: all ease .5s;
    z-index: 2;
    position: unset;
    padding: 0
}

.main-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 7px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
    padding: 7px 15px;
    font-size: 17px;
    position: relative;
    color: #03081e;
    font-weight: 400;
}

.main-nav .navbar .navbar-nav .nav-item.lbtn>.nav-link {
    background: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 18px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
    content: "";
    font-family: IcoFont;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    line-height: 1;
    font-size: 17px;    
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    border: none;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item .nav-link.active {
    color: #000;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0
}

.main-nav .nav-right-options .social {
    margin-right: 15px;
    z-index: 1;
    color: #fff;
    text-decoration: none;
}

.main-nav .nav-right-options .social i {
    text-decoration: none;
}

.main-nav .nav-right-options .main-btn {
    border-radius: 0;
    background: #7c4296;
    padding: 20.5px 25px;
    background-color: #ffbe17 !important;
    color: #1e1e1e !important;
    padding: 10px 28px !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: 400;
}

.btn-default {
    max-width: 100%;
    font-size: 18px;
    line-height: 56px;
    padding: 0px 30px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    transition: 0.4s all ease;
    text-align: center;
    background: transparent;
    display: inline-block;
    background: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
}

.btn-default:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.btn-default.white {
    color: #fff;
    background: none;
    border-color: #fff;
}

.btn-default.white:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}

.btn-default.white-fill {
    border-color:#fff;
    background: #fff;
    color: #000;
}

.btn-default.white-fill:hover {
    background: none;
    color: #fff;
}


.main-nav .nav-right-options .main-btn:hover {
    background: #fff !important;
    color: #000!important;
}

.mobility-single-item {
    background-color: #fcfcfc;
    padding: 30px 40px;
    margin-bottom: 25px
}

.mobility-single-item h3 {
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 22px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header.fixed {
    position: fixed;
    z-index: 999;
    padding: 5px 0px;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link:after,
.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link:after {
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0px;
    z-index: 9;
    transition: all .3s;
    background: #fff;
}

a, .fa {
    text-decoration: none;
    cursor: pointer;
}


.navbar-expand-lg .navbar-nav>.nav-item {
    position: relative;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    opacity: 0;
    background-color: #000;
    padding: 5px 0;
    transition: transform .4s;
    display: block;
    border: none;
    pointer-events: none;
    border-radius: 0;
    min-width: 254px;
    text-align: center;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a.nav-link {
    display: inline-block;
    width: 100%;
    color: #fff !important; 
    white-space: nowrap;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-decoration: none !important;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a {
    color: #fff !important;
    background: none !important;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu .active>a.nav-link {
    background: #fff !important;
    color: #000 !important;
}

/*** banner ***/
.banner {
    padding: 0px 0px 00px 0px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 1;
}

.banner .agency,
.page-banner .agency {
    position: absolute;
    bottom: 20px;
    right: 20px;
    filter: invert(1);
    z-index: 9;
    max-height: 50px;
}

.h-100vh {
    height: 100vh;
}

.banner .pbs {
    padding-bottom: 100px;
}

.banner h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.zindex  {
    position: relative;
    z-index: 99;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

.banner .logo {
    max-height: 200px;
    margin-bottom: 80px;
}

.banner .btn-default {
    margin: 2px 10px;
}

/*** About ***/
.about {
    padding: 150px 0px 70px 0px;
}

.about .section-title {
    margin-bottom: 50px;
}

.list {
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

.list li {
    margin: 15px 0px;
    font-weight: 600;
}

/*** Apps ***/
.apps {
    padding: 140px 0px 70px 0px;
}

.apps .section-title {
    margin-bottom: 80px;
}

.apps h3 {
    color: #07277c;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.apps h4 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0px;
}

.apps .text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.apps .imgs {
    margin-bottom: 40px;
}

.apps .imgs img {
    max-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.apps .mb {
    margin-bottom: 130px;
}

/*** Publishing ***/
.publishing {
    padding: 40px 0px 70px 0px;
}

.publishing .section-title {
    margin-bottom: 80px;
}

.publishing .img {
    min-height: 401px;
    object-fit: cover;
}

.publishing h3 {
    color: #07277c;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.publishing .mb {
    margin-bottom: 130px;
}

.publishing .text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/*** FOOTER ***/
.footer {
    padding: 60px 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .socials li {
    display: inline-block;
    margin: 0px 25px 0px 0px;
    padding: 0px;
    list-style: none;
}

.footer .socials li a {
    display: inline-block;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.footer .socials li:hover a {
    color: #000;
}

.footer h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.footer .links li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.footer .links li a {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}

.footer .links li a:hover {
    color: #000;
    text-decoration: none;
}