/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
    line-height: 33px;
    font-size: 19px;
    color: #044061;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	transition: 0.4s;
    overflow-x: hidden;
}
.body-hide {
    height: 100vh;
    overflow: hidden;
}

.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7;}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#fff;background: #42c2c9;}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px;color: #FFC107;z-index: 666666666;}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#fff}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 60px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
h2 span {
	color: #42c2c9;
}
h2 {
    font-size: 42px;
	line-height: 60px;
    font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
h3 {
    font-size: 44px;
    font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
h4 {
    font-size: 29px;
    font-weight: 800;
}
h5 {
    font-size: 25px;
	line-height: 45px;
    font-weight: 400;
}
h6 {
    font-size: 15px;
}
a {
    transition: 0.4s;
}
a,
a:hover {
    color: #044061;
}
img {
    max-width: 80%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
input[type="password"],
textarea {
    background: #fafafa;
    width: 100%;
    padding: 6px 18px;
    margin-bottom: 10px;
    color: #044061;
    font-size: 18px;
    border: 1px solid #dddddd;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #54565b;
}
textarea {
    height: 150px;
}

.pink {
	color: #ee4599;
}

.ptb-100 {
    padding: 100px 0;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-35 {
	margin-top: 35px;
}
.mb-50 {
	margin-bottom: 50px;
}
.theme-btn {
    background: #ee4599;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 9px 30px;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    text-transform: uppercase;
	border: none;
    text-shadow: 1px 1px #4a4a4a;
}
.theme-btn3 {
    background: transparent;
    color: #044061;
    cursor: pointer;
    display: inline-block;
    padding: 9px 30px;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 30px;
    text-transform: uppercase;
	border: 1px solid #ed4699;
}
.theme-btn3.active,
.theme-btn3:hover {
    background: #ed4699;
	border: 1px solid #ed4699;
    color: #fff;
}
.theme-btn::before {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    bottom: -5px;
    background: #03344e;
    width: 0;
    height: 0;
    right: -4px;
    position: absolute;
    z-index: 9;
    border-radius: 14px;
    border: none;
}
.theme-btn.white::before {
    background: #fff;
}
.theme-btn:hover {
    color: #fff;
}
.theme-btn:hover::before {
    width: 30px;
    height: 30px;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexbox-bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.display-tablecell .smallLogo {
    max-width: 140px;
}

/*------------------------------------
--------- MENU AREA CSS START --------
-------------------------------------*/
.mainmenu {
    height: 70px;
}
.mainmenu:not(.open)::before {
    -webkit-transition: all 0.3s;

}
.mainmenu img {
    max-width: 130px;
}
.mainmenu:not(.open) img {

}

.logo {
    background: url(../../assets/img/desktop-logo.png) no-repeat;
    background-size: contain;
    width: 110px;
    height: 33px;
    position: relative;
    display: block;
    max-width: 100%;
    margin-top: 5px;
}

.mainmenu.open .logo {
    background: url(../../assets/img/logo.png) no-repeat;
    background-size: contain;
}

.mainmenu , .mainmenu a {
    color: #42c2c9;
}

.mainmenu.open::before {
    position: absolute;
    background: #ffffff;
    left: 0;
    width: 100%;
    top: -15px;
    height: 83px;
    transform: skewY(2deg);
    z-index: -1;
    content: "";
    transition: 0.4s;
    opacity: 1;
}

.mainmenu:not(.open)::before {
    position: absolute;
    background: #43c2c9;
    left: 0;
    width: 100%;
    top: -15px;
    height: 83px;
    transform: skewY(2deg);
    z-index: 100;
    content: "";
    opacity: 1;
    /*    top: -100px;*/
}

.mainmenu.mainmenu-detail.open, .mainmenu.mainmenu-detail.open a {
    color: #42c2c9;
}

.mainmenu b {
    margin-right: 0px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    top: -9px;
}

.mainmenu b + a{
    position: relative;
    top: -4px;
}

.mainmenu b + a + a ,
.mainmenu b + a {
    font-size: 42px;
    position: relative;
    /* top: 7px; */
}
.close-menu {
	display: none;
}

/*------------------------------------
-------- SIDEBAR AREA CSS START -------
-------------------------------------*/
.sidebar.sidebar-block {
    opacity: 1;
    z-index: 99;
}
.sidebar {
    background: rgba(66, 194, 201, 0.99);
    position: fixed;
    left: 0;
    top: 90px;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    z-index: -1;
    opacity: 0;
    color: #151515;
    /* transition: 0.4s; */
    transition: opacity 0.3s, visibility 0.3s;
    height: 100%;
    max-height: 100% !important;
}
.sidebar::before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    content: "";
    background: #42c2c9;
    height: 50px;
    z-index: -1;
    transform: skewY(2deg);
}

.sidebar ul li a:hover {
    color: #fff;
}
.sidebar ul li a {
    color: #151515;
    display: inline-block;
}

.sidebar ul {
    margin: 0 0 25px;
    text-transform: uppercase;
}

.sidebar ul li.active {
    color: #fff;
}
.sidebar-bottom p {
    margin-top: 10px;
}

.sidebar-bottom {
    border-top: 2px dotted #fff;
    margin: 25px 0 0;
    font-weight: 700;
    line-height: normal;
}

.sidebar-bottom p img {
    margin-right: 10px;
    display: inline-block;
    max-width: 22px;
}

.sidebar-bottom p a:hover {
    text-decoration: underline;
}

.sidebar-bottom p:first-child {
    margin-top: 25px;
}

.sidebar .theme-btn::before {
    background: #42c2c9;
}

.sidebar a img {
    display: none;
}
/*--------------------------------------
--------- BANNER AREA CSS START --------
---------------------------------------*/
.banner-area > a{
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    text-align: center;
    background: #ee4599;
    box-shadow: 0 0 10px #222;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}
.banner-area {
    /* background: url(../img/bg/banner-bg.jpg) no-repeat center 57%/ cover; */
    padding: 120px 0 500px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* background: url(../img/bg/banner-bg.jpg) no-repeat center 57%/ cover; */
}
.banner-box h1 {
    color: #044061;
    margin: auto;
    max-width: 650px;
    /* color: #ee4599; */
}
/*------------------------------------
------- about AREA CSS START -------
-------------------------------------*/
.about-area {
/*    padding: 250px 0 300px;*/
    position: relative;
    z-index: 0;
    text-align: center;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
}
.about-box {
    margin: 0 auto;
}

.about-area h2 {
    color: #fff;
    max-width: 510px;
    margin: auto;
}
.about-area p {
    font-size: 22px;
    max-width: 700px;
    margin: 35px auto 50px;
    width: 95%;
}
.about-area .before {
    background: url(../img/bg/about-bg.jpg) no-repeat center center/ cover;
    content: "";
    bottom: 0;
    top: -30px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
/*	transform: skewY(-2deg);*/
}
/*------------------------------------
------- SERVICE AREA CSS START -------
-------------------------------------*/
.service-area {
    text-align: center;
    padding: 20px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.service-area .before_www {
    background: url(../img/bg/service-bg1.png) no-repeat left top;
/*    top: 153px;*/
    width: 30%;
    left: 0;
    position: absolute;
    z-index: -1;
    display: block;
    height: 497px;
/*    transform: translate(0px, -247px);*/
}
.service-area .after_www {
    background: url(../img/bg/service-bg2.png) no-repeat right bottom;
    content: "";
    top: 0;
    width: 30%;
    bottom: 160px;
    right: 0;
    position: absolute;
    z-index: -1;
}


.service-box h4 {
    margin-bottom: 10px;
}

hr {
	margin: 0;
	border: none;
	border-top: 2px dashed #e3e4e2;
}
.service-area hr {
	margin-top: 90px;
}
.service-box {
    margin-top: 60px;
}
a.service-box {
    display: block;
}
/*------------------------------------
------- client AREA CSS START -------
-------------------------------------*/
.client-area {
    text-align: center;
    padding: 95px 0 50px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.single-client {
    display: block;
    padding: 0 25px 15px;
    margin-top: 30px;
    position: relative;
    background: #fbfbfb;
    border: 1px solid #dddddd;
    z-index: 0;
    height: 92%;
}

.single-client:hover {
    box-shadow: 0 0 30px #dddddd;
    border: 1px solid transparent;
/*    -webkit-mask-image: radial-gradient(circle 10px at 0 0, transparent 0, transparent 20px, black 21px);*/
}

.client-img {
    height: 160px;
}

.single-client span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 8px 7px 0;
	color: #636363;
}

.single-client::before {
    content: "";
    bottom: -7.5px;
    background: url(../img/service-corner.jpg) no-repeat right bottom/100% 100%;
    width: 0;
    height: 0;
    right: -7.5px;
    position: absolute;
    z-index: 9;
	transition: 0.4s;
	display: none;
}

.single-client:hover::before {
    width: 36px;
    height: 36px;
}
.theme-btn2 {
	text-transform: uppercase;
	color: #ee4599;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
}
.client-area .theme-btn2 {
	margin-top: 85px;
}

/*------------------------------------
------- contact AREA CSS START -------
-------------------------------------*/
.contact-area {
    position: relative;
    z-index: 0;
    padding: 200px 0;
    overflow: hidden;
}

.contact-area::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url(../img/bg/contact-bg.png) no-repeat center center/ cover;
}
.contact-box {
    text-align: center;
}

.contact-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 29px;
    margin: 20px auto 40px;
    max-width: 740px;
}

.contact-box h2 {
    color: #fff;
}

.contact-box ul li a {
    display: inline-block;
    margin-left: 10px;
}
.contact-area .theme-btn::before {
    background: #42c2c9;
}
.contact-form {
    background: rgba(66, 194, 201, 0.95);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.contact-form label {
    margin-bottom: 0;
    text-align: left;
    display: block;
    color: #044061;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.contact-form h2 {
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
}

.contact-form form {
    background: #fff;
    padding: 30px 40px;
}

.contact-form .theme-btn:before {
	background: #fff;
}
.close-form {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 45px;
    color: #fff;
}

/*--------------------------------------
--------- FOOTER AREA CSS END -----------
---------------------------------------*/
.footer {
    background: #044061;
    padding: 30px 0 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-width: 100%;
    margin-bottom: -10px;
    overflow-y: hidden;
}
.contact-area::after {
	position: absolute;
    background: #044061;
    content: "";
    left: 0;
    bottom: -55px;
    right: 0;
    transform: skewY(-1deg);
    z-index: -1;
    height: 80px;
}
.body-hide .footer  {
    z-index: -1;
}
.identity-contact-form {
	display: none;
}
/*--------------------------------
-------- Detail CSS START --------
---------------------------------*/
.service-box .theme-btn {
    margin-top: 70px;
}

.service-box .theme-btn::before {
    background: #fff;
}
.service-contact .service-box .theme-btn {
    margin-top: 25px;
}

.service-contact .service-box h4 {
    margin: 10px 0;
}

.detail-banner {
    background: #43c2c9;
    padding: 150px 0 70px;
    text-align: center;
}
.detail-banner > img {
    position: relative;
    top: 70px;
    max-width: 120px;
}

.mainmenu.mainmenu-detail {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.mainmenu.mainmenu-detail, .mainmenu.mainmenu-detail a {
    color: #fff;
}
.banner-box h3 {
    font-weight: 300;
    font-size: 31px;
}

.banner-box h3 span {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 63px;
}

.banner-box ul li {
    background: rgba(4,64,97,0.3);
    display: inline-block;
    padding: 2px 20px;
    border-radius: 30px;
    margin: 5px 2px;
    text-transform: uppercase;
    color: #FFF;
}

.banner-box ul li a {
    color: #fff;
    font-size: 17px;
}

.banner-box ul {
    margin-top: 30px;
}

.reference-box .theme-btn::before {
    background: #fff;
}

.reference-box .d-sm-block {
	display: inline-block !important;
}
.reference-box {
    margin-bottom: 30px;
}

.reference-box p {
    margin-top: 8px;
    padding-bottom: 20px;
}

.reference-box a:hover i {
    color: #ee4599;
}
.reference-box a:hover {
    text-decoration: underline;
}

.reference-box a i {
    font-size: 40px;
    position: relative;
    top: 8px;
	margin: 0 8px;
}
.ref-hide {
	display: none;
}

/*----------------------------------
-------- IDENTITY CSS START --------
----------------------------------*/
.identity-banner {
    background: url(../img/identity/identity-banner.jpg) no-repeat right center / 50% auto;
    position: relative;
}
.identity-banner4 {
    background: url(../img/identity/identity-banner4.png) no-repeat 100% 0% / 38% auto;
}
.identity-banner6 {
    background: url(../img/identity/identity-banner6.png) no-repeat 90% 25% / 38% auto;
}
.identity-banner7 {
    background: url(../img/identity/identity-banner7.jpg) no-repeat 100% 50% / 38% auto;
}
.identity-banner8 {
	background-image:url(../img/identity/identity-banner8.jpg);
}
.identity-banner9 {
	background-image:url(../img/identity/identity-banner10.png);
	background-size: auto auto;
}
.identity-banner5 {
    background: url(../img/identity/identity-banner5.png) no-repeat 100% 0% / 38% auto;
}
.identity-banner-box {
    height: 800px;
    padding: 0 0 100px;
    position: relative;
}
.identity-banner-box ul li {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.identity-banner-box ul li img {
    margin-right: 10px;
    max-width: 30px;
}

.identity-banner-box ul {
    padding-top: 30px;
}
.identity-bannerimg {
	display: none;
}
.identity-banner > img:not(.identity-bannerimg) {
    width: 130px;
    position: absolute;
    bottom: 90px;
    right: 0;
    left: 0;
    margin: auto;
}

.identity-banner-box h1 span {
    color: #00c4c8;
}

.identity .service-area {
	padding: 40px 0 100px;
}
.identity .tabs-area {
    padding: 30px 0 0;
}
/* tab*/
.tabs-area .nav-tabs {
    border: none;
    padding: 80px 0 30px;
    text-align: center;
    display: block;
}

.tabs-area .nav-tabs li {
    display: inline-block;
    margin: 0 5px;
    min-width: 190px;
}

.tabs-area .nav-tabs li a {
    display: block;
    width: 100%;
}

.tabs-area {
    padding: 130px 0 0;
}

.single-tab {
    margin-top: 35px;
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
	cursor: pointer;
}

.single-tab-left {
    width: 280px;
	height: 400px;
    background: #044061;
    color: #fff;
    padding: 15px 30px 0 30px;
	text-align: left
}

.single-tab-left h4 {
    font-size: 30px;
    text-align: center;
}

.single-tab-left p {
    margin: 40px 0 18px;
    font-size: 14px;
    line-height: 24px;
}

.single-tab-right {
    flex: 1;
    position: relative;
    z-index: 0;
}

.single-tab-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 80px;
    text-align: center;
    background: #044061;
	opacity: 0;
    z-index: 0;
	transition: 0.4s;
}

.single-tab-hover h2 {
    font-size: 60px;
    color: #fff;
    line-height: normal;
}

.single-tab-hover h2 span {
    color: #ed4699;
}

.single-tab-hover::before {
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 1px;
    background: #ed4699;
    content: "";
    position: absolute;
}

.single-tab-right p span {
    color: #ed4699;
}

.single-tab-right p {
    position: absolute;
    right: 30px;
    bottom: 25px;
    color: #044061;
    z-index: 1;
	opacity: 0;
	transition: 0.4s;
}
.single-tab:hover .single-tab-hover {
	opacity: 1;
    z-index: 0;
}
.single-tab:hover .single-tab-right p {
	opacity: 1;
}
.single-tab:hover .single-tab-right p {
    color: #fff;
}

.grecaptcha-badge {
    right: -800px !important;
}

/* slider*/
.identity-slide{
	padding: 180px 0 80px;
}
.identity-slide h3 {
	text-align: center;
    margin-bottom: 110px;
}
.identity-single-slide {
    position: relative;
    margin: 0 95px;
    display: flex;
    align-items: center;
}
.identity-slide-img {
    width: 180px;
	height: 180px;
	border-radius: 180px;
	background: #f2f2f1;
    margin-right: 70px;
}

.identity-slide-info {
    flex: 1;
}

.identity-slide-img img {
    max-width: 151px;
    max-height: 83px;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.identity-slide-info {
    font-size: 17px;
    line-height: 28px;
}

.lazybg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.identity-slide-info p:first-child {
    margin-bottom: 35px;
}

.identity-slide-info p span {
    color: #ed4699;
    margin: 0 8px;
}

.identity-slide-info p a {
    font-weight: 800;
}

.identity-slider {
	position: relative;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    color: #044061;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 42px !important;
    transition: 0.4s;
    margin-top: -75px;
    opacity: 0.8;
}
.owl-nav button:hover {
	opacity: 1;
}
.owl-nav button.owl-next {
    right: 0;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 65px;
}
.owl-dot {
    width: 20px;
    height: 20px;
    border: 1px solid #044061 !important;
    border-radius: 20px;
    display: inline-block;
    margin: 0 10px;
	transition: 0.4s;
}
.owl-dot:hover,
.owl-dot.active {
    background: #42c2c9 !important;
    border: 1px solid #42c2c9 !important;
}
.contact .contact-box ,
.identity .contact-box {
	display: none !important;
}
.contact .identity-contact-form ,
.identity .identity-contact-form {
	display: block;
}
.contact .contact-area::before ,
.homepage .contact-area::before ,
.sluzby .contact-area::before ,
.identity .contact-area::before {
	background-image: url(../img/identity/contact-identity.jpg);
	background-position: bottom -50px center;
	background-size: cover;
}
.contact .contact-area ,
.homepage .contact-area ,
.sluzby .contact-area {
    padding-top: 110px;
}
.identity .contact-area {
    padding: 85px 0 330px;
}

.identity-contact-form h2 {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.ide-head {
    padding-bottom: 30px;
    position: relative;
}
.ide-head::before,
.identity-contact-form h2::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    bottom: 0;
    background: url(../img/identity/identity-before.png) no-repeat center center/100% 100%;
    width: 52px;
    height: 14px;
    opacity: 0.2;
}
.identity-contact-form label {
    color: #fff;
}

/* gallery */
.tabs1 img {
	max-width: 58%;
	display: block;
	margin: auto;
}
.tabs1 {
	display: none;
    position: absolute;
    top: 0;
    left: 150px;
    right: 150px;
    text-align: center;
    bottom: 40px;
    margin: auto;
	opacity: 0;
	z-index: -9999;
}
.tabs1 a.fa.fa-close {
    position: absolute;
    right: 0;
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.tabs1.active {
	opacity: 1;
	z-index: 999;
    display: block;
}
.tabs-area .col-12 {
    position: static;
}
.identity .tabs-area .tab-content .single-tab {
/*	position: relative;*/
}
body.showpopup {
	z-index: 0;
    position: relative;
}
body.showpopup::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 101;
    content: "";
    background: #000;
    bottom: 0;
    opacity: 0.8;
}



/* identity branding */
.identity-banner2 {
    background-image: url(../img/identity/identity-banner2.jpg);
    background-size: auto 85%;
}
.identity-banner-box p {
    margin-top: 50px;
    max-width: 415px;
    font-size: 25px;
    line-height: 41px;
}
/* identity webdesign */
.identity-banner3 {
    background-image: url(../img/identity/identity-banner3.jpg);
    background-size: 65% auto;
}
.single-tab6 {
	background-image: url(../img/identity/tab/idoklad.jpg);
}
.single-tab7 {
	background-image: url(../img/identity/tab/excellence.jpg);
}
.single-tab8 {
	background-image: url(../img/identity/tab/rozjizdny.jpg);
}
/* home */
.partner-box {
    transition: 0.4s;
    margin-top: 60px;
    font-size: 18px;
}

.partner-img img {
    border-radius: 100%;
    border: 2px solid #42c2c9;
    transition: 0.4s;
}

.partner-img {margin-bottom: 15px;}

.partner-box span {
    color: #42c2c9;
    display: block;
    margin: 10px 0 5px;
    transition: 0.4s;
}

.partner-box:hover .partner-img img {
    border: 2px solid #ed4699;
}

.partner-box:hover span {
    color: #ed4699;
}


/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    font-size: 30px;
    color: #8197a4;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    text-align: center;
    background: #022f49;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 100%;
}
.scrollToTop:hover {
    color: #fff;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../img/loader.gif") no-repeat center center;
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

img.bottom-www {
    position: absolute;
    bottom: 0;
    left: -10px;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 20px 50px 0;
}

.mainmenu.mainmenu-detail.open {
    /* background: #FFF; */
    height: 60px;
    /* margin-bottom: -43px; */
    position: relative;
    padding-top: 5px;
    z-index: 100;
}

.mainmenu .display-table {
    z-index: 101;
    position: relative;
}

a.toggle-menu, a.close-menu {
    padding-left: 80px;
    margin-left: -80px;
    cursor: pointer;
    /* z-index: 2222; */
    /* margin-top: -15px !important; */
}

.banner-area > a.arrow_down {
    background: #ee4599;
    display: inline-block;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    border-radius: 50px;
    border: 1px solid #ee4599;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
}

.banner-area > a.arrow_down:hover {
    text-decoration: none
}

.service-area .other hr {
    margin-top: 0px;
}

.banner-area > a.arrow_down i {
    -webkit-animation: fadeInAndOut 1.4s infinite;
    -moz-animation: fadeInAndOut 1.4s infinite;
    -o-animation: fadeInAndOut 1.4s infinite;
    animation: fadeInAndOut 1.4s infinite;
}

#kontaktniform .bg-success, #kontaktniform2 .bg-success {
	padding: 10px 20px;
    font-size: 22px;
    font-weight: 600;
    background: #ee4599 !important;
    color: #FFF !important;
    text-align: center;
}

#kontaktniform2 .bg-success {
    font-size: 18px;
}

.animace {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 245px;
    margin-left: -50px;

}

.animace canvas {
/*    max-height: 500px;*/
    width: 1800px !important;

}
.animace-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none

}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:0.5em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.cc-revoke.cc-bottom, .cc-animate.cc-revoke.cc-bottom {
	display: none !important;
}

h1.reference-title {
    font-weight: 300;
    font-size: 31px;
}

h1.reference-title span {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 63px;
}

.bg-video {
/*
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
*/

}

.videoWrapper {
	/* position: relative; */
	 /* 16:9 */
/*
	padding-bottom: 45%;
	padding-top: 25px;
	height: 0;
*/
}

.sidebar .display-table,
.sidebar .display-table .display-tablecell {
	max-height: 100% !important;
}

	.menu-desktop {
		display: none
	}

@-webkit-keyframes fadeInAndOut {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@-moz-keyframes fadeInAndOut {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

#myClip {
	display: none
}

.homepage .banner-box {
    padding-top: 0%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.homepage .banner-box h1 {
/*    display: none;*/
}


/* Animace textu v hlavičce */

/*
#svg {
    width: 100%;
}
.filled-heading {
    text-transform: none;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 0.9;
	text-align: center
}

#background path {
    transform-origin: 50% 50%;
    transform-box: fill-box;
}
#background path:nth-of-type(2n) {
    animation: rotate 20s linear infinite;
}
#background path:nth-of-type(2n + 1) {
    animation: rotate 30s linear reverse infinite;
}

@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}


.wrapper {
    position: absolute;
    left: 50%;
    display: block;
    width: 98%;
    margin-left: -37%;
    top: 64%;
}
*/

/* Animace textu v hlavičce 2 */

#figure-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* width: 100vw; */
  /* padding-top: 20%; */
}

#svg2 {
  padding: 5vw;
  width: 100%;
  height: 100%;
  padding-left: 32%;
}

#svg2 > * {
  fill: #044061;
  stroke: #044061;
  stroke-width: 1px;
  padding: 30px;
}

/* hover tip */
body:hover:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1vh;
  color: #1C1C1C;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font: 700 9px/14px Tahoma, sans-serif;
  -moz-animation: tip 2.5s forwards;
  -webkit-animation: tip 2.5s forwards;
  animation: tip 2.5s forwards;
}

@-moz-keyframes tip {
  0%, 100% {
    opacity: 0;
  }
  10%, 80% {
    opacity: 1;
  }
}
@-webkit-keyframes tip {
  0%, 100% {
    opacity: 0;
  }
  10%, 80% {
    opacity: 1;
  }
}
@keyframes tip {
  0%, 100% {
    opacity: 0;
  }
  10%, 80% {
    opacity: 1;
  }
}

.homepage .identity-banner-box p {
	margin-bottom: 50px;
}
.homepage .identity-banner-box {
	height: 1000px;
}

.homepage .banner-area::before {
	content: "";
    background: rgba(0, 0, 0, 0.30);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
/*	height: 100%;*/
}

.homepage .banner-area {
/*	height: 100%;*/
}

.homepage .banner-area > div {
/*	height: 100%;*/
}

.banner-area > a.arrow_down {

}

.videoWrapper {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videoWrapper video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.contact-box.pop-form {

}

.contact-box.pop-form ul {
    margin: 20px auto 30px;

}
.contact-box.pop-form p {
    padding-top: 20px;
    border-top: 1px solid #ffffff5e;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
}

#logo-bm {
    position: absolute;
    top: -60px;
    left: -10px;
    height: 120px;
    width: 150px;
    transform: translate3d(0px, 0px, 0px);
}

.featherlight .featherlight-content {
	padding: 0 !important;
	border-bottom: 0 !important;
}

.featherlight .featherlight-content img {
    max-width: 100%;
}

.featherlight .featherlight-close-icon {
    right: 10px;
    top: 10px;
    font-size: 48px;
    color: #FFF;
    background: transparent;
    line-height: 48px;
    width: 48px;
	position: fixed
}

/* width */
.featherlight-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.featherlight-content::-webkit-scrollbar-track {
  background: #4c4c4c; 
}
 
/* Handle */
.featherlight-content::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.featherlight-content::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.color-gray {
	color: #b1b1b1;
}

@media only screen and (min-width: 990px) {
    #logo-bm {
        top: -35px;
        left: -10px;
    }
}

@media only screen and (min-width: 1920px) {
	#logo-bm-sidebar {
		max-width: 150px;
		/* transform: translateX(-50%); */
		display: block;
		margin: 0 auto;
		/* width: 100%; */
	}

    #logo-bm-sidebar > svg {
        max-width: 210px;
    }
}

.footer-links {
    padding-top: 20px;
    color: #9f9f9f;

}

.footer-links a {
    color: #9f9f9f;
    font-size: 16px;    
}

.footer-links a:hover {
    color: #fff; 
}