@font-face {
    font-family: 'DINBlack';
    src: url('../fonts/DINBlack.eot');
    src: url('../fonts/DINBlack.eot') format('embedded-opentype'), url('../fonts/DINBlack.woff2') format('woff2'), url('../fonts/DINBlack.woff') format('woff'), url('../fonts/DINBlack.ttf') format('truetype'), url('../fonts/DINBlack.svg#DINBlack') format('svg');
}

@font-face {
    font-family: 'DINBold';
    src: url('../fonts/DINBold.eot');
    src: url('../fonts/DINBold.eot') format('embedded-opentype'), url('../fonts/DINBold.woff2') format('woff2'), url('../fonts/DINBold.woff') format('woff'), url('../fonts/DINBold.ttf') format('truetype'), url('../fonts/DINBold.svg#DINBold') format('svg');
}

@font-face {
    font-family: 'DINMedium';
    src: url('../fonts/DINMedium.eot');
    src: url('../fonts/DINMedium.eot') format('embedded-opentype'), url('../fonts/DINMedium.woff2') format('woff2'), url('../fonts/DINMedium.woff') format('woff'), url('../fonts/DINMedium.ttf') format('truetype'), url('../fonts/DINMedium.svg#DINMedium') format('svg');
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN.eot');
    src: url('../fonts/DIN.eot') format('embedded-opentype'), url('../fonts/DIN.woff2') format('woff2'), url('../fonts/DIN.woff') format('woff'), url('../fonts/DIN.ttf') format('truetype'), url('../fonts/DIN.svg#DIN') format('svg');
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

body,
html {
    height: 100%;
}

/*** 
====================================================================
	Global Settings
====================================================================
***/

body {
    font-size: 16px;
    color: #131313;
    line-height: 1.6em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'DIN';
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #e3352d;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px 0px 15px;
    background: none;
    line-height: 1.25em;
    font-family: 'DINBold';
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

input,
select,
button {
    font-family: 'DIN';
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: 'DIN';
}

.text {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    display: block;
    margin: 0;
    padding: 0;
}

.centered {
    text-align: center !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
 #MwoeHeader .header-style-two .header-upper { 
    width: 100%; 
    left:0px;
}
        #MwoeHeader .main-menu .navigation{
            padding-top:20px;
        }
        #MwoeHeader .header-style-two .header-upper{
            background: #ffffff;
        }
        #MwoeHeader .header-style-two .header-upper .nav-content {
    position: initial;
}
.scroll-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 47px;
    height: 47px;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    border: 1px solid #000;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #e8262c;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top .icon {
    position: relative;
    display: block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #0f0440;
    border-color: #0f0440;
}

/**********************/

.work-process-item:hover .work-process-icon{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.work-process-heading{
    margin-top: 0;
    margin-bottom: 0.6em;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.196;
    letter-spacing: -0.02em;
}
.work-process-description{
    font-family: var(--font-global-alt);
    font-size: 16px;
    font-weight: 400; /*500*/ 
    line-height: 1.625;
    color: #757575;
}
.light-content .work-process-description{
    color: #bbb;
}
.work-process-icon{
    /* width: 1em; */
    /* height: 1em; */
    margin: 0 auto 18px auto;
    font-size: 72px;
    text-align: center;
    line-height: 1.3;
    color: #111111;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.light-content .work-process-icon{
    color: #fff;
}
.work-process-icon svg{
    display: block;
    width: 1em;
    height: 1em;
}
.work-process-title{
    margin-bottom: 15px;
    font-size: 18px;
margin-bottom:40px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.work-process-icon img{
	border: 2px solid #000;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 23px 42px;
    width: 162px;
}

/**********************/


/******** Owl Slider********/

.equalHeight .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equalHeight .owl-stage .item {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.owl-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.owl-next,
.owl-prev {
    background-color: #0f0440!important;
    color: #f5f4f4!important;
    padding: 8px 10px;
    width: auto;
    height: 35px;
    text-align: center;
    border: #0c0c0c solid 1px;
    margin: 0 10px;
    font-size: 13px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.owl-next span,
.owl-prev span {
    padding: 10px;
    font-weight: bold;
    font-size: 30px;
}

.owl-prev {
    margin-right: 5px;
}

.owl-next {
    margin-left: 5px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    margin: 5px;
    background: #444;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0f0440!important;
    width: 20px;
    height: 7px;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

.header-top {
    position: relative;
}

.main-header .header-top .top-left {
    float: left;
}

.main-header .header-top .top-right {
    float: right;
    display: flex;
    align-items: center;
}


/*=== Header Main Box ===*/

.main-header .header-upper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-header .header-upper {
    position: relative;
}

.main-header .nav-outer {
    position: relative;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'DINMedium';
    margin-top: 26px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #000;
    padding: 10px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #e8262c!important;
}

.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #00ffff;
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    background: #fff;
    padding: 15px 0px 10px;
    border: none;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li:last-child>ul {
    right: 0;
    left: unset;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0px 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0px 5px 5px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 4px;
    width: 4px;
    background: #868da5;
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #0f0440;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    background: #0f0440;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background: #0f0440;
    padding: 15px 0px 10px;
    border: none;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px 12px 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
    color: #868da5;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 4px;
    width: 4px;
    background: #868da5;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #00ffff;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    background: #00ffff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: none;
    width: 100%;
    right: 0;
    margin: 0 auto;
    /* background: rgb(83 43 4 / 21%); */
    /* box-shadow: rgb(255 255 255 / 40%) 0 -1px 0 inset;
    backdrop-filter: blur(20px); */
}

.header-style-two.fixed-header {
    backdrop-filter: unset;
}

.header-style-two.fixed-header .button-outline {
    font-size: 14px;
    padding: 10px 10px!important;
    margin-left: 5px;
}

.header-style-two.fixed-header .button-1 {
    font-size: 14px;
    padding: 10px 20px!important;
    margin-left: 5px;
}

.header-style-two.fixed-header .button-2,
.header-style-two.fixed-header .button-3 {
    padding: 10px 20px!important;
    margin-left: 5px;
}

.header-top-two {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    display: none;
}

.header-top-two .inner {
    position: relative;
    margin-left: 200px;
    padding: 10px 0px;
    padding-left: 40px;
    line-height: 30px;
    border-bottom: none;
}

.header-top-two .info {
    position: relative;
    float: left;
}

.header-top-two .info li {
    position: relative;
    float: left;
    color: #ffffff;
    line-height: 30px;
    margin-right: 45px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.header-top-two .info li:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-two .info li:last-child {
    margin-right: 0;
}

.header-top-two .info li:last-child:before {
    display: none;
}

.header-top-two .info li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
}

.header-top-two .info li.phone a {
    color: #91a6bf;
}

.header-top-two .info li .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #00ffff;
    padding-right: 5px;
}

.header-top-two .info li a:hover {
    text-decoration: underline;
    color: #00ffff;
}

.header-top-two .my-account {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
}

.header-top-two .my-account li {
    position: relative;
    float: left;
    margin-right: 31px;
}

.header-top-two .my-account li:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 5px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-two .my-account li:last-child {
    margin-right: 0;
}

.header-top-two .my-account li:last-child:before {
    display: none;
}

.header-top-two .my-account li a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #91a6bf;
}

.header-top-two .my-account li .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #00ffff;
    padding-right: 5px;
}

.header-top-two .my-account li a:hover {
    color: #00ffff;
}

.header-style-two .header-upper {
    position: absolute;
    width: 58%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: space-between;
    /*background: #ffffffdb;*/
    text-align: right;
    float: right;
    /*left: 42%;*/
    left: 31%;

}

.header-style-two .header-upper .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.header-style-two .header-upper .logo-box {
    position: relative;
    left: 0;
    top: 0;
    width: 21%;
    height: auto;
    padding: 4px 10px;
    border-right: none;
    bottom: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-style-two .header-upper .nav-content {
    position: relative;
}

.header-style-two .header-upper .nav-outer {
    position: relative;
    float: left;
}
.Exhibit img {
    float: left;
    width: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
}
.footer-widget.links-widget.time-date p {
    color: white;
    font-size: 15px!important;
    padding-left: 24px; 
    line-height: 35px;
    font-weight: 500;
}

.header-style-two .language {
    position: relative;
    float: right;
}

.header-style-two .language .lang-btn {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 15px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.header-style-two .language .lang-btn .flag {
    position: relative;
    top: 0px;
    color: #00ffff;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.header-style-two .language .lang-btn .txt {
    position: relative;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.header-style-two .language .lang-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #ffffff;
    font-size: 12px;
}

.header-style-two .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
}

.header-style-two .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 2px;
    width: 150px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-top: 2px solid #00ffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-style-two .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.header-style-two .language .lang-dropdown li:last-child {
    border: none;
}

.header-style-two .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
}

.header-style-two .language .lang-dropdown li a:hover {
    text-decoration: underline;
    color: #00ffff;
}

.header-style-two .main-menu .navigation>li {
    padding: 0px 0px;
    margin: 0;
    border-right: none;
}

.header-style-two .main-menu .navigation>li>a {
    padding: 5px 25px 10px 25px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-style-two .nav-box .main-menu .navigation>li:before {
    border-bottom-color: #ffffff;
}


/*List Style Two*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 12px;
}

.list-style-two li:last-child {
    margin-bottom: 0;
}

.list-style-two li a {
    color: rgba(255, 255, 255, 0.60);
}

.list-style-two li a:hover {
    color: #00ffff;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 24px;
}


/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header {
    position: relative;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #000;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
    background: #fff;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding-top: 4px;
    padding-bottom: 4px;
}

.fixed-header .sticky-header .logo img {
    /*height: 58px;*/
}

.fixed-header .sticky-header .my-account {
    margin-left: 5px;
}

.sticky-header .main-menu {
    position: relative;
    float: left;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 15px !important;
    padding: 0;
    margin-right: 0 !important;
    background-color: transparent;
    border: none;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 30px 15px !important;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
    margin-right: 10px;
}

.sticky-header .main-menu .navigation>li>ul>li>ul:before {
    left: auto;
    right: -10px;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}

.sticky-header .booking-link {
    position: relative;
    float: left;
    margin-left: 25px;
    padding-top: 15px;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: #ffffff;
    margin: 25px 0px 0px 20px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-height: 90px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.70);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #00ffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown>a {
    padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*********** Buttons ***************/

.button-1 {
    font-size: 1rem;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    -ms-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    -o-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    background-color: #0f0440;
    border-color: #0f0440;
    letter-spacing: 1.1px;
    font-family: 'DINBold';
    letter-spacing: 1.3px!important;
}

.button-1:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    content: '';
    background-color: #000;
}

.button-1:hover:before {
    width: 40rem;
    height: 40rem;
    top: 0;
    left: 0;
}

.button-1:hover {
    color: #fff!important;
}

.button-2 {
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 10px 20px;
    text-align: center;
    color: #0f0440;
    -webkit-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    -ms-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    -o-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    background-color: #e8262c;
    border-color: #e8262c;
    letter-spacing: 1.3px!important;
    min-width: 120px;
    font-family: 'DINBold';
}

.button-2:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    content: '';
    background-color: #000;
}

.button-2:hover:before {
    width: 40rem;
    height: 40rem;
    top: 0;
    left: 0;
}

.button-2:hover {
    color: #fff!important;
}

.button-3 {
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 10px 20px;
    text-align: center;
    color: #000;
    -webkit-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    -ms-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    -o-box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    box-shadow: 0 6px 0.5rem rgb(28 28 28 / 20%);
    background-color: #fff;
    border-color: #fff;
    letter-spacing: 1.3px!important;
    min-width: 120px;
    font-family: 'DINBold';
}

.button-3:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    content: '';
    background-color: #000;
}

.button-3:hover:before {
    width: 40rem;
    height: 40rem;
    top: 0;
    left: 0;
}

.button-3:hover {
    color: #fff!important;
}


/***********Inner Header************/

.page-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #0f0440;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    background: #00000087;
}


/* 
.page-banner .banner-inner:before {
    position: absolute;
    bottom: -31px;
    right: 0;
    left: 9%;
    display: block;
    height: 1px;
    background: #fff;
    height: 32px;
    -webkit-clip-path: polygon(0 0, 100% 0, 2.5% 100%);
    clip-path: polygon(0 0, 100% 0, 2.5% 100%);
    background-color: #00ffff;
    content: '';
    z-index: 9;
} */

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-banner .inner-container {
    position: relative;
    padding: 130px 0px 0px 0px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.page-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 100px 0px 100px 0px;
}


/*********** Title ***************/

.section-title {
    max-width: 920px;
    margin: 0 auto 30px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    line-height: 37px;
    color: #000;
    font-weight: 600;
    font-family: 'DINBold';
    text-transform: uppercase;
    letter-spacing: 1.0px;
}

.section-title p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.section-title .line {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.line span {
    width: 10px;
    height: 10px;
    background: linear-gradient(53.28deg, #d63c37 4.8%, #000 86.91%);
    margin-right: 5px;
}


/*********** Colors ***************/

.blueBG {
    background: #0f0440!important;
}

.tealgreenBG {
    background: #00ffff!important;
}

.blackBG {
    background: #000000!important;
}

.whiteBG {
    background: #fff!important;
}

.yellowBG {
    background: #fdb515!important;
}

.blueText {
    color: #0f0440!important;
}

.tealgreenext {
    color: #00ffff!important;
}

.blackText {
    color: #000000!important;
}

.text-primary {
    color: #0f0440!important;
}

.yellowBG {
    color: #fdb515!important;
}

.whiteText {
    color: #fff!important;
}


/*********** Heading ***************/


/*********** Hero Slider ***************/

.main-slider {
    position: relative;
    z-index: 10;
    /* height: 100%;
    background: black; */
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .tp-dottedoverlay {
    background: none !important;
}

.main-slider .slide-content {
    position: relative;
    display: block;
}

.main-slider .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    line-height: 59px;
    text-transform: uppercase;
    font-family: 'DINBold';
    /* -webkit-text-stroke-width: 3px; */
    /* -webkit-text-stroke-color: #fff; */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #f1eeee05;
    background-image: linear-gradient( 55deg, #f77215e6, #f3f3f4 50%, #ffffffb5 20%);
    /* background-size: 100% 200%; */
    background-position: 0 0;
    margin-left: 40px;
}

.main-slider .slide-content .big-title span {
    font-weight: 600;
    font-size: 45px;
    /* font-family: 'Playfair Display', serif; */
}

.main-slider .slide-content.right-slide .big-title {
    text-transform: none;
    line-height: 1.0em;
}

.main-slider .slide-content .big-title.style2 {
    text-transform: none;
    line-height: 1.3em;
}

.main-slider .slide-content .btn-box {
    position: relative;
    display: block;
    margin-left: 40px;
}

.main-slider .slide-content .btn-box a {}

.slide-btn1 {
    position: relative;
    display: inline-block;
    padding-left: 85px;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-family: 'DINMedium';
    background: url(../images/slideBtn1.png);
    background-repeat: no-repeat;
    background-position: left;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.slide-btn1:hover {
    color: #fddb4e;
    padding-left: 80px;
}

.slide-btn2 {
    position: relative;
    display: inline-block;
    padding: 0 70px;
    background: #ffffff;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 60px;
    text-transform: capitalize;
    border-radius: 5px;
    font-family: 'DINMedium';
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.slide-btn2:hover {
    color: #000000;
    background: #fddb4e;
}

.main-slider .slide-content .title {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DINMedium';
    letter-spacing: 1.9px;
}

.main-slider .slide-content .agency {
    position: relative;
    display: block;
}

.main-slider .slide-content .agency ul {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.main-slider .slide-content .agency ul li {
    position: relative;
    display: inline-block;
    color: #f6f4f2fc;
    font-size: 80px;
    line-height: 74px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.main-slider .slide-content .agency ul li span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
}

.main-slider .slide-content .agency ul li span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 2px;
    background: #ffffff;
    content: "";
    margin: 0 auto;
    display: none;
}

.main-slider .slide-content .text {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    font-family: 'Muli', sans-serif;
}

.main-slider .slide-content.right-slide .text {
    text-align: left;
}

.main-slider .slide-content .text.style2 {
    text-align: left;
}

.fullwidthbanner-container .fullwidthabanner {
    height: 100%;
}

.forcefullwidth_wrapper_tp_banner {
    height: 80%;
    position: relative;
}

.fullwidthbanner-container {
    width: 100%;
    height: 100%;
    background: #00000094;
}

.heroVideoWraper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.full-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tparrows {
    display: none!important;
}

.othersshows-logo {
    background: #f9f9f9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.othersshows-logo h2 {
    padding: 0;
    color: #fff;
    background: #f77215;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    text-transform: uppercase;
    height: 100%;
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    height: 100px;
}

.othersshows-logo h2 .shape2 {
    position: absolute;
    top: -5px !important;
    left: auto!important;
    right: 148px;
    width: 133px;
    height: 67px;
    background-image: url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.othersshows-logo figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.othersshows-logo figure img {
    display: inline-block;
    padding: 10px;
    max-width: 80%;
}

.othersshows-logo figure:hover img {
    filter: grayscale(100%);
}

.forcefullwidth_wrapper_tp_banner {
    height: 100% !important;
}


/*********** Footer ***************/

.main-footer {
    position: relative;
    background: #0f0440;
    color: #868da5;
}

.main-footer .widgets-section {
    position: relative;
    padding: 90px 0px 50px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 11px;
}

.main-footer .widget-title h4 {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 0;
}

.main-footer .widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}

.main-footer .info-widget {
    position: relative;
}

.main-footer .info-widget .info img {
    width: 37%;
    padding-bottom: 30px;
}

.main-footer .info-widget .logo {
    position: relative;
    margin-top: -5px;
    margin-bottom: 30px;
}

.main-footer .info-widget .logo img {
    height: 50px;
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .links-widget {
    margin-bottom: 10px;
    padding-top: 10px;
}

.main-footer .links-widget .widget-content {
    position: relative;
    padding-left: 0px;
}

.main-footer .links-widget .column {
    position: relative;
}

.main-footer .links-widget .links li {
    position: relative;
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
}

.main-footer .links-widget .links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding-left: 20px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	text-transform:uppercase;
}

.main-footer .links-widget .links li a:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
}

.main-footer .links-widget .links li a:hover {
    color: #00ffff;
}

.main-footer .info ul {
    position: relative;
}

.main-footer .info ul li {
    position: relative;
    line-height: 24px;
    color: #868da5;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 7px;
}

.main-footer .info ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    color: #0f0440;
}

.main-footer .info ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    color: #0f0440;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9a9998;
    font-size: 12px;
}

.main-footer .info ul li a {
    color: #868da5;
}

.main-footer .info ul li a:hover {
    color: #00ffff;
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 10px;
    margin-bottom: 29px;
    margin: 20px auto;
}

.main-footer .social-links ul {
    position: relative;
    padding: 0px;
}
ul.links {
    padding: 0px;
}
.main-footer .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px 0px 0px;
    line-height: 44px;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background: #fff;
    color: #e6262b;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .social-links li a:hover {
    color: #0f0440;
    background: #e8262c;
}

.main-footer .gallery-widget .images {
    position: relative;
    margin: 0px -5px;
}

.main-footer .gallery-widget .images .image {
    position: relative;
    float: left;
    width: 25%;
    display: block;
    margin: 0 0 10px;
    padding: 0px 5px;
}

.main-footer .gallery-widget .images img {
    width: 100%;
}

.main-footer .gallery-widget .images .lightbox-image {
    position: absolute;
    left: 13px;
    top: 8px;
    right: 13px;
    bottom: 8px;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    color: #00ffff;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.main-footer .gallery-widget .image:hover .lightbox-image {
    opacity: 1;
}

.main-footer .gallery-widget .images .lightbox-image .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.co-locat{
    width: 19%!important;
}
.Quick{
    width: 22%!important;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
    padding: 12px 30px;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-top: 6px solid rgb(0 0 0 / 58%);
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    float: left;
    padding: 10px 0px;
}

.main-footer .footer-bottom .copyright strong {
    color: #222222;
}

.main-footer .footer-bottom .bottom-links {
    position: relative;
    float: right;
    padding: 10px 0px;
}

.main-footer .footer-bottom a {
    color: #e8262c!important;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-area {
    position: relative;
    display: block;
    background:#e9e9ed6b url(../images/WoodBackground.jpg?var=1) no-repeat center;
    padding-top: 0px;
    overflow: hidden;
    z-index: 1;
}
.footer-area:before {
	content:'';
    bottom: 0;
    left: 0;
    right: 0;
	height:100%;
	width:100%;
    background: #0000002e;
	position:absolute;

}

.footer-bottom .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 0;
}

.footer-bottom .copyright-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.footer-menu-style1 {
    position: relative;
    display: block;
}

.footer-menu-style1 p {
    font-size: 15px;
    color: white;
}

.main-footer .footer-bottom a {
   color: #ffffff!important;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-weight: bold;
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-area .shape {
    position: absolute;
    top: 0px !important;
    left: -30px !important;
    width: 174px;
    height: 252px;
    background-image: url(../images/shape-5.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-area .shape2 {
    position: absolute;
    top: -5px !important;
    left: auto!important;
    right: 148px;
    width: 133px;
    height: 67px;
    background-image: url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-area .shape3 {
    position: absolute;
    right: 21px !important;
    bottom: 30px !important;
    width: 182px;
    height: 192px;
    background-image: url(../images/shape-3.png);
    background-repeat: no-repeat;
    background-position: center;
    top: auto !important;
}

.footer-area .shape4 {
    position: absolute;
    top: auto !important;
    left: 20%!important;
    right: auto !important;
    bottom: 0px !important;
    width: 140px;
    height: 140px;
    background-image: url(../images/shape-4.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fa-spin 25s infinite alternate;
    -moz-animation: fa-spin 25s infinite alternate;
    -ms-animation: fa-spin 25s infinite alternate;
    -o-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
}

.single-footer-widget.martop30 {
    margin-top: 30px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 25px;
}

.single-footer-widget .footer-logo figure {
    margin: 20px auto;
    width: 38%;
    /* border-top: #fff solid 1px; */
    padding: 20px 0px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.single-footer-widget .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.single-footer-widget .footer-logo a {
    display: inline-block;
}

.single-footer-widget .footer-logo .footerLogoimg {
    width: 100%;
    /*background: white;
    padding: 12px 9px;*/
}

.single-footer-widget .footer-company-info-text {
    position: relative;
    display: block;
}

.single-footer-widget .footer-company-info-text h3 {
    color: #f2f2f2;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.single-footer-widget .footer-company-info-text ul {
    position: relative;
    display: block;
    padding-top: 16px;
}

.single-footer-widget .footer-company-info-text ul li {
    color: #afafaf;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.single-footer-widget .footer-company-info-text ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .information-links {
    position: relative;
    display: block;
}

.single-footer-widget .information-links li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 6px;
}

.single-footer-widget .information-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .information-links li a {
    position: relative;
    display: inline-block;
    color: #afafaf;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    z-index: 1;
}

.single-footer-widget .information-links li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #989898;
    margin: 16px 0;
    transform: scale(1.0);
    content: "";
    transition: all 0.3s ease-in-out 0.1s;
    z-index: -1;
}

.single-footer-widget .information-links li:hover a:before {
    width: 100%;
}

.single-footer-widget .information-links li a:hover {
    color: #ffffff;
}

.single-footer-widget .service-links {
    position: relative;
    display: block;
}

.single-footer-widget .service-links li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 6px;
}

.single-footer-widget .service-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .service-links li a {
    position: relative;
    display: inline-block;
    color: #afafaf;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
    z-index: 1;
}

.single-footer-widget .service-links li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #989898;
    margin: 16px 0;
    transform: scale(1.0);
    content: "";
    transition: all 0.3s ease-in-out 0.1s;
    z-index: -1;
}

.single-footer-widget .service-links li:hover a:before {
    width: 100%;
}

.single-footer-widget .service-links li a:hover {
    color: #ffffff;
}

.gitexFooter .footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid #242424;
    margin-top: 0px;
    padding: 0px;
}

.gitexFooter .footer-bottom .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
}

.gitexFooter .footer-bottom .copyright-text p {
    color: #afafaf;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.gitexFooter .footer-bottom .copyright-text p a {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding: 0 3px;
    color: #ffffff;
    transition: all 500ms ease;
}

.gitexFooter .footer-bottom .copyright-text p a:hover {
    color: #1723d9;
}

.footer-menu-style1 {
    position: relative;
    display: block;
}

.footer-menu-style1 p {
    font-size: 15px;
    ;
}

.footer-menu-style1 ul {
    display: block;
    overflow: hidden;
}

.footer-menu-style1 ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 9px;
    padding-right: 10px;
    z-index: 1;
}

.footer-menu-style1 ul li:last-child {
    margin: 0;
    padding: 0;
}

.footer-menu-style1 ul li:before {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background: #3a3939;
    content: "";
    z-index: -1;
}

.footer-menu-style1 ul li:last-child:before {
    display: none;
}

.footer-menu-style1 ul li a {
    position: relative;
    display: inline-block;
    color: #afafaf;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-menu-style1 ul li a:hover {
    color: #ffffff;
}

.footerMap {
    padding: 30px 0px;
    position: relative;
}

.contactouterborder {
    /* border: #3a3a3a solid 1px; */
    padding: 15px;
}

.contactSubtitle {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #f3921e;
    border-bottom: #1c1c1c solid 1px;
    padding-bottom: 10px;
}

.introVideo {
    position: relative;
    padding: 0px 0px;
    height: 100%;
}

.introVideo:before {
    content: '';
    position: absolute;
    /* top: 0; */
    left: -30px;
    right: 0;
    bottom: -23px;
    width: 100%;
    height: 100%;
    border-radius: 2px;
   background:url(../images/texture.png) no-repeat center;

}

.introVideo figure {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.introVideo figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0209305e;
    border-radius: 2px;
}

.introVideo figure img {
    z-index: 99;
    border-radius: 0;
    height: 100%;
    object-fit: cover;
}

.introVideo figure .popup-border {
    position: absolute;
}

.introVideo figure .popup-border {
    background: #fff;
    width: 80px;
    height: 80px;
    /* line-height: 80px; */
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    top: 45%;
    bottom: 0;
    font-size: 26px;
    line-height: 18px;
    text-decoration:none;
}

.introVideo figure .popup-border i {
    color: #e8262c;
}

.introVideo figure .popup-border:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.introVideo figure .popup-border:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

.introSecttion {
    position: relative;
    padding: 30px 0px 70px 0px;
    background: url(../images/bg-2.jpg) no-repeat top;
    background-size: cover;
}

.introBGCard {
    color: #000;
    padding: 30px 40px;
    background: #f2f2f2;
	position:relative;
     height: 440px;
	
}
.texture{
	position:relative;
	z-index:99;
}
.texture:before {
    height: 100% !important;
    right: -62px;
    position: absolute;
    top: -72px;
    width: 100%;
    content: '';
    background: url(../images/pic-1.png) top right no-repeat;
}
.introSecttion .shape-4{
       position: absolute;
    right: -45px;
    bottom: 27px;
    -webkit-animation: round-01 5s linear infinite;
    animation: round-01 5s linear infinite;
}
.introBGCard p {
    text-align: left;
    font-size: 17px;
    font-weight: normal;
}

.introFeatures {
    position: relative;
    /* background: #f3f3f3; */
    padding: 10px 40px;
    background-image: url(https://radiustheme.com/demo/wordpress/themes/finbuzz/wp-content/uploads/2022/01/shape26.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.introFeatures:before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    background: #f3f3f3;
    width: 105%;
    height: 100%;
    z-index: -1;
    /* -webkit-transform: rotate(24deg); */
    -ms-transform: rotate(24deg);
    transform: rotate(-9deg);
    overflow: hidden;
    display: none;
}

.features-block {
    position: relative;
    padding: 0 15px;
    margin-bottom: 50px;
}

.features-block .inner-box {
    position: relative;
    background: #0f0440;
    background: -o-linear-gradient(45deg, #000000 0%, #03020a 100%);
    background: linear-gradient(45deg, #000000 0%, #03020a 100%);
    margin: 0 auto;
    padding: 20px 10px;
    -webkit-box-shadow: 0 6px 28px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 28px rgb(0 0 0 / 13%);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
}

.features-block .inner-box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #0f0440 url(../images/bg.jpg) no-repeat center;
    content: "";
    -ms-transform: rotate(125deg);
}

.features-block:hover .inner-box:before {
    background: #0f0440 url(../images/bg.jpg) no-repeat left;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 7000ms ease;
}

.features-block h3 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #e8262c;
    font-weight: 400;
    display: block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
    border-bottom: #f3f3f340 dotted 2px;
    min-height: 61px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.features-block ul {
    padding: 0 40px;
}

.features-block ul li {
    font-size: 15px;
    margin: 5px 0;
    position: relative;
    list-style: none;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.features-block ul li:before {
    position: absolute;
    content: '';
    left: -28px;
    top: 12px;
    bottom: 0;
    width: 11px;
    height: 11px;
    border-top: 2.6px solid #e8262c;
    border-right: 2.6px solid #f5f5f7;
    transform: rotate(40deg);
    display: flex;
    align-items: center;
}

.globalInvoSection {
    padding: 40px 0px;
    position: relative;
}

.dwtclogoPanel {
    position: absolute;
    top: 41px;
    /* left: 0; */
    right: 10%;
    width: 25%;
}

.contentBlockCard {
    background: #0f0440;
    margin-top: 30px;
    height: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    background: #0f0440 url(../images/bg.jpg) no-repeat center;
}

.contentBlockCard figure {
    overflow: hidden;
}

.contentBlockCard figure img {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contentBlockCard:hover figure img {
    transform: scale(1.1);
}

.contentBlockCard .whiteTextBlock {
    padding: 20px 30px;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    width: 90%;
    min-height: 230px;
}

.contentBlockCard .whiteTextBlock p {
    font-size: 16px;
}

.contentBlockCard .whiteTextBlock:before {
    content: '';
    position: absolute;
}

.quotesSingleSection {
    position: relative;
    background: #0f0440 url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.quotesIconNewStyle {
    margin-top: 10px;
}

.quotesIconNewStyle span {
    color: #e8262c;
    font-size: 89px;
    line-height: 20px;
    position: absolute;
    top: 22px;
}

.QuotesContentNewTheme {
    padding: 0 20px;
    margin: 0px auto;
    width: 84%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.QuotesContentNewTheme p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-top: 70px;
}

.QuotesContentNewTheme h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 47px;
    margin-top: 25px;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    margin: 0;
    color: #e8262c;
    width: 100%;
}

.QuotesContentNewTheme h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .3px;
    padding-bottom: 30px;
    width: 100%;
}

.quotesSingleSection figure {
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    height: 100%;
    position: relative;
}

.quotesSingleSection figure img {
    height: 100%;
}

.quotesSingleSection figure:before {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(9deg);
    position: absolute;
    top: -26px;
    left: -45px;
    content: '';
    z-index: 999;
    width: 72px;
    height: 140%;
    background: #0f0440;
}


/*** 

====================================================================
	Testimonials Section Two
====================================================================

***/

.sixShows-two {
    position: relative;
    padding: 40px 0px;
}

.sixShows-two.alternate {
    position: relative;
    padding: 90px 0px 70px;
}

.sixShows-two .map-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sixShows-two .sec-title {
    margin-bottom: 40px;
}

.sixShows-two .sixShows-box {
    position: relative;
    display: block;
    margin: 0px -15px;
    margin-bottom: 40px;
}

.sixShows-two .sixShows-box .outer-box {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    display: flex;
}

.sixShows-block-two {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sixShows-two .sixShows-box .outer-box .sixShows-block-two {
    position: relative;
    display: table-cell;
    width: 16.5%;
    padding: 0px 15px;
    vertical-align: top;
    margin-bottom: 0;
    margin: 0 auto;
}

.sixShows-two .sixShows-box .outer-box:hover .sixShows-block-two {
    width: 17%;
}

.sixShows-two .sixShows-box .outer-box .sixShows-block-two:hover {
    width: 32%;
}

.sixShows-block-two .inner-box {
    position: relative;
    display: block;
    background: #0f0440;
    height: 360px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sixShows-block-two .inner-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0) linear-gradient(160deg, #5c5c5c4f 0%, #080808ad 50%, #090981d9 100%) repeat scroll 0% 0%;
}

.sixShows-block-two:hover .inner-box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.50);
}

.sixShows-block-two .image-box {
    position: relative;
    display: block;
    top: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.sixShows-block-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sixShows-block-two .image-box .image {
    position: relative;
    display: none;
}

.sixShows-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.sixShows-block-two .caption-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    z-index: 99;
}

.sixShows-block-two:hover .inner-box .caption-box {
    opacity: 0;
    visibility: hidden;
}

.sixShows-block-two .caption-box .title {
    position: relative;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 0px;
}

.sixShows-block-two .hover-box {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.sixShows-block-two:hover .inner-box .hover-box {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.sixShows-block-two .hover-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 123, 103, 0.50);
    background: -webkit-linear-gradient(bottom, rgba(6, 123, 103, 0.50), rgba(0, 0, 0, 0.0));
}

.sixShows-block-two .hover-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: bottom;
    padding: 0px 0px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
}

.sixShows-block-two:hover .hover-inner {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease 300ms;
    -ms-transition: all 500ms ease 300ms;
    -moz-transition: all 500ms ease 300ms;
    -o-transition: all 500ms ease 300ms;
    transition: all 500ms ease 300ms;
}

.sixShows-block-two .hover-content {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    padding: 30px 15px;
}

.sixShows-block-two .hover-box .hover-inner .hover-content figure {
    z-index: 999;
}

.sixShows-block-two .hover-content .link-box {
    position: relative;
    padding-top: 20px;
    z-index: 999;
}

.sixShows-block-two .hover-content .link-box:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 15px;
    height: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.sixShows-block-two .hover-content .link-box .theme-btn {
    display: inline-block;
    /* max-width: 240px; */
    margin: 0 auto;
    border: #fff solid 1px;
    padding: 10px 10px;
    color: #fff;
}

.sixShows-block-two .hover-content .link-box .theme-btn:hover {
    color: #0f0440;
    background: #e8262c;
    ;
}

.sixShows-block-two .hover-content .link-box .theme-btn .btn-title {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

.speakerStyle01 {}

.section-wraper-Speaker {
    position: relative;
    padding: 40px 0px;
    background: url(../images/bg-2.jpg) no-repeat;
    background-size: cover;
}

.speakers-box {
    position: relative;
    padding: 4rem
}

.speakers-box h2 {
    color: #2c2c2c;
    font-size: 55px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -.01em;
    margin-bottom: .5rem
}

.speakers-box h2::after {
    content: "";
    width: 70px;
    height: 5px;
    background-color: #090d98;
    display: block;
    margin: 15px 0
}

.speakers-box p {
    color: #6e6e6e;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 30px
}

a.inline {
    color: #353535;
    font-size: 22px;
    line-height: 1.5;
    transition: opacity .3s;
    text-decoration: none !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px
}

.speakers-newbox {
    box-sizing: border-box;
    margin: 15px 0;
    border-radius: 18px;
    box-shadow: 0 5px 90px 0 rgb(110 123 131/10%);
    border-bottom: 5px solid #090d98;
    transition: all ease-in-out .4s;
}

.speakers-newbox:hover {
    transform: translateY(-10px);
    border-color: #1c2053
}

.speakers-newbox figure {
    margin: 0;
    margin-bottom: 10px
}

.speakers-newbox figure img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 0 0 2rem
}

.speakers-newbox figcaption {
    margin: 0;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.speakers-newbox figcaption h4 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: -.01em
}

.speakers-newbox figcaption p {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px
}

.testimonialStyle02 {
    position: relative;
    padding: 60px 0px 90px 0px;
    background: #0f043e url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed!important;
}

.testimonialStyle02 .line span {
    background: #e8262c;
}

.testimonialWrapper {
    /* background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%); */
    max-width: 100%;
    margin: auto;
    padding-top: 20px;
}

.testimonial-caption {
    position: initial;
    z-index: 10;
    padding: 10px 20px;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    /* background: url(../images/bg.jpg); */
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.testimonial-caption span {
    color: #fff;
    font-size: 65px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.testimonial-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
    text-align: left;
}

.testimonial-caption h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 25px;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    margin: 0;
    color: #e8262c;
    width: 100%;
    text-align: left;
    font-family: 'DINMedium';
}

.testimonial-caption h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .3px;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
    font-family: 'DINMedium';
    margin: 0;
}

.testimonialWrapper figure {
    margin-top: 0%;
    background: linear-gradient(95deg, #e8262c 15%, #4c1087 45%, #320752 75%, #e8262c) 98%/200% 100%;
    border-radius: 100%;
    padding: 10px;
}

.testimonialWrapper figure img {
    display: inline-block;
    max-width: 100%!important;
    margin: 0 auto;
    border-radius: 100%;
}

.testimonialStyle02 .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0;
}

.testimonialStyle02 .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    margin: 5px;
    background: #fff;
}

.testimonialStyle02 .owl-carousel .owl-dots .owl-dot.active span,
.testimonialStyle02 .owl-carousel .owl-dots .owl-dot:hover span {
    background: #e8262c!important;
}

.angled:after,
.angled:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    border: 0 solid transparent;
}

.angled.upper-end:before {
    border-right-color: transparent;
    border-right-width: 100vw;
    border-top-width: 4rem;
    top: -4rem;
}

.angled.lower-end:after,
.angled.upper-end:before {
    border-right-color: #fefefe;
}

.NewsStyleHome {
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
}

.newsSingleIntem {
    /* box-shadow: -2px 0px 25px rgb(34 35 36 / 9%); */
    margin-top: 15px;
    background-color: #ffffff;
    padding: 0 0px;
    border-radius: 10px 10px 10px 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    border: #0f0440 solid 1px;
}

.newsSingleIntem figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    background: #000;
}

.newsSingleIntem figure img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    transform: scale(1.1);
    max-height: 250px;
    min-height: 250px;
}

.newsSingleIntem:hover figure img {
    transform: scale(1.2);
}

.newsContentBlock {
    margin: 0;
    padding: 40px 30px 0px 30px;
    ;
    background: #fff;
    position: unset;
    opacity: 1;
    position: relative;
}

.newsContentBlock h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'DINMedium';
}

.news-meta {
    display: flex;
    background: #e8262c;
    position: absolute;
    top: -49px;
    /* left: 44px; */
    right: 0;
    text-align: center;
    justify-content: center;
    padding: 13px 20px;
    margin: 0;
    width: auto;
}

.news-meta:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid #e8262c;
    border-left: 45px solid transparent;
    left: -45px;
    display: block;
    top: 0;
}

.news-meta li {
    font-size: 17px;
    font-weight: 600;
    color: #0f0440;
}

.newsSingleIntem a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #0f0440;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 20px 0px 30px 30px;
    display: flex;
    align-items: flex-end;
}

.newsSingleIntem a .icon {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    padding-right: 5px;
}

.newsSingleIntem:hover a {
    color: #000;
}

.newsSingleIntem:hover a span {
    padding-left: 5px;
}

.partnersWarp {
    padding: 30px 40px;
    position: relative;
}

.partnersWarp .shape-4 {
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-animation: round-01 5s linear infinite;
    animation: round-01 5s linear infinite;
}
.partnersWarp .shape-1 {
    position: absolute;
    left: -45px;
    bottom: 0px;
    -webkit-animation: round-01 5s linear infinite;
    animation: round-01 5s linear infinite;
}

.LogoPanel {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px;
    width: 100%;
	text-align:center;
    position: relative;
}
 
.LogoPanel figure {
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
    margin: 0;
}

.LogoPanel figure {
    height: 100%;
    padding: 20px;
}

.LogoPanel figure img {
    width: auto!important;
    max-width: 100%;
}

.LogoPanel h2 {
    font-size: 12px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    line-height: 14px;
    /* background: #000000; */
    text-align: center;
    color: #181717;
    margin: 0;
}

.exhibitorLogodouble {
    margin-bottom: 20px;
}

.exhibitorLogodouble figure {
    position: relative;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #0f0440;
}

.exhibitorLogodouble figure img {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.GallerySection {
    position: relative;
    background: #0f043e url(../images/bg.jpg) no-repeat center;
    padding: 60px 0px;
    background-size: cover;
}

.GallerySection .line span {
    background: #e8262c;
}

.video-card {
    padding: 10px 10px 23px;
    border-radius: 10px;
    /* -webkit-box-shadow: 0 9px 54px 0 rgb(32 32 32 / 10%); */
    box-shadow: 0px 1px 7px 0 rgb(133 131 131 / 10%);
    background-color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    margin-bottom: 20px;
    border: #d9d9d9 solid 1px;
}

.video-card-image {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 23px;
    position: relative;
}

.video-card-image img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-video a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f61f15;
    color: #f3f1f1;
    border-radius: 50%;
    font-size: 55px;
}

.card-video a span {
    border-radius: 50%;
}

.videoThumbFrame {
    border: #fff solid 1px;
    position: relative;
    padding: 10px;
    background: #000;
    border-radius: 4px;
    height: 100%;
}

.UAESection {
    position: relative;
}

.uAESectionHeading {
    background: #000;
    padding: 40px 0px 60px 0px;
    background-size: cover!important;
    position: relative;
    background-attachment: fixed!important;
}

.uAESectionHeading:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #e8262c96;
}

.uAESectionHeading .section-title h2 {
    color: #fff;
}

.uAESectionHeading .section-title .line span {
    color: #fff;
    background: linear-gradient(53.28deg, #e8262c 4.8%, #e8262c 86.91%);
    z-index: 99;
}
.meeta-category-section .meeta-category-wrap .col-circle .category-item {
	width: 250px;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
}
.meeta-category-section .meeta-category-wrap .col-circle .category-item img{
border:8px solid #ffffff8c;
border-radius:50%;
}

.meeta-category-section .meeta-category-wrap .col-circle .category-item p {
	font-size: 20px;
	line-height: 25px;
	margin-top:20px;
	font-weight: 600;
	color: #fff;
	display: block;
	transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.meeta-category-section .meeta-category-wrap .col-circle .category-item p span {
	color: #ff1296
}

.meeta-category-section .meeta-category-wrap .col-circle .category-item a img {
	transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.meeta-category-section .meeta-category-wrap .col-circle .category-item:hover a img {
	transform: scale(-1) rotate(180deg)
}



.uaeInnerSection {
    background: #fff;
    padding: 30px 30px;
    /* margin-top: -200px; */
    position: relative;
    -webkit-perspective: 1000px;
    -webkit-box-shadow: 0 15px 38px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 15px 38px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 38px 10px rgb(0 0 0 / 20%);
    margin-bottom: 50px;
}

.whiteTextBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 10px 20px;
}

.whiteTextBlock p {
    text-align: center;
}


.services-section {
    padding: 3em 0;
    background: #f1f0f0;
}
.service-grids {
    margin-top: 3em;
}
.agile-w3l-serve {
    background: #fff;
    padding: 2em;
    border: 10px solid #363632;
    position: relative;
}
.icon-one {
    float: left;
	width:30%;
}
.abt-icon {
    width: 75%;
    margin-left: 26%;
}
.abt-icon h4 {
    font-size:1.8em;
    color: #333;
    font-weight: 400;
	text-transform:uppercase;
}
.abt-icon p{
	position:relative;
}
.abt-icon p:before{
    position: absolute;
    content: '';
    left: -28px;
    top: 12px;
    bottom: 0;
    width: 11px;
    height: 11px;
    border-top: 2.6px solid #e8262c;
    border-right: 2.6px solid #e8252b;
    transform: rotate(40deg);
    display: flex;
    align-items: center;
	}



.secvice-grids{
	margin-top:55px;
}
.hi-icon-effect-4 .hi-icon.icon1 {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 0 4px rgb(247, 247, 247);
    background: url(../images/icon1.png) no-repeat center;
    background-size: 60% !important;
}
.hi-icon-effect-4 .hi-icon.icon2 {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 0 4px rgb(247, 247, 247);
    background: url(../images/icon2.png) no-repeat center;
    background-size: 60% !important;
}
.hi-icon-effect-4 .hi-icon.icon3 {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 0 4px rgb(247, 247, 247);
    background: url(../images/icon3.png) no-repeat center;
    background-size: 60% !important;
}
.hi-icon-wrap {
    padding: 0;
}
.hi-icon {
    margin: 0px;
}
.diff-grid h4{
    font-size: 25px;
    margin: 20px 0 19px;
    color: #98CD23;
}
.diff-grid p {
    color: #464646;
    font-size: 15px;
    line-height: 2.2em;
}
.bor-bot {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.bor-top {
    padding-top: 15px;
}
/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
	width: 92px;
	height: 92px;
	box-shadow: 0 0 0 4px rgba(255,255,255,1);	
}

.hi-icon-effect-4a .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
	line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border:4px dashed #222;
}

.hi-icon-effect-4 .hi-icon:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #fff;
}
.agile-w3l-ab {
      background: #fff;
    padding: 2em;
    border: 10px solid #363632;
    position: relative;
    width: 63%;
}

#about {
    padding: 0.5em 0;
}

.ab-agile-bottom p {
    color: #fff;
    font-size: 1em;
    line-height: 37px;
    text-align: left;
    letter-spacing: 1px;
    margin: 1em 0;
}
.sign-up {
    float: left;
    text-transform: uppercase;
}
.ab-agile-top {
    position: absolute;
    top: 22%;
    left: 55%;
    padding: 3em 2em;
    background: #ef4d4a;
	    z-index: 999;
}
.about-w3l-agileifo-grid {
    position: relative;
}
.ab-agile-top h1{
    font-size: 2.5em;
    color: #fff;
    font-weight: 400;
}
.slider {
    position: relative;
    height: 100%;
}
.carousel-control-prev-icon {
   
    position: relative;
    left: -32px !important;
}
.footer-widget.links-widget.contact {
    padding-left: 19px;
    background: #ed1c24;
    height: 100%;
    border-bottom: 3px solid white;
}
.widget-content p {
    color: white;
    font-size: 16px!important;
    font-weight: 500; 
}
img.foot-icon {
    width: 19px!important;
    margin-right: 10px;
}
.footer-wood strong {
    width: 90%;
    float: right;
}
.footer-wood p {
    width: 100%;
    float: right;
}
.widget-content a {
    color: white;
}
.adress p {
    color: white;
    padding-top: 13px;
}

   .Industr {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
}
        .serviceBoxs{ 
    text-align: center;
    margin-bottom: 51px;
}
.serviceBoxs .service-icon{
    height: 170px;
    width: 170px;
    margin: 0 auto 15px;
    border: 3px solid #e8262c;
    border-right-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
} 
.serviceBoxs .service-icon span{
    display: block;
    transform: rotate(-45deg);
}
.heading h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 55px;
}
.heading h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #e8262c;
}
.heading h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #e8262c;
}
.serviceBoxs .service-content{
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 18%);
    height: 245px;
}
.serviceBoxs .title{
   color: #e8262c;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 7px;
}
 .service-content a {
    border: 1px solid red;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 10px 0px;
    color: black;
    font-weight: 700;
    font-size: 18px;
}
.serviceBoxs.red .service-icon{
    color: #CD283E;
    border-color: #CD283E;
    border-right-color: transparent;
}
.serviceBoxs.red .title{ color: #CD283E; }
.serviceBoxs.yellow .service-icon{
    color: #FD7B19;
    border-color: #FD7B19;
    border-right-color: transparent;
}
.serviceBoxs.yellow .title{ color: #FD7B19; }
.serviceBoxs.blue .service-icon{
    color: #122984;
    border-color: #122984;
    border-right-color: transparent;
}
.Industr h3 {
    margin-top: 23px;
    color: #e8262c;
}
.service-icon img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 6px;
}
.Schedu {
    box-shadow: 0 0 15px rgb(0 0 0 / 18%);
    padding: 20px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 20px;
}
.Speake {
    text-align: center;
    margin-bottom: 70px;
}
.newcontentbx h1 {
    text-align: center;
    color: #e8262c;
}
.footer-wood img{
    width:85%;
}

@media screen and (min-device-width: 992px) and (max-device-width: 1120px){
.main-footer { 
    width: 100%;
    padding-left: 63px;
}
.header-style-two .header-upper{
    width: 55%; 
    left: 40%;
}
.wad-logo { 
    height: 461px;
    overflow: hidden;
}
.abt-icon {
    width: 89%;
    margin-left: 18%;
}
.footer-widget.links-widget.time-date p{
    font-size: 13px!important;
}
}

@media screen and (min-device-width: 767px) and (max-device-width: 991px){
     .wad-logo {
    position: absolute;
    z-index: 1;
    width: 53%;
}
     .inner-page img {
    height: 281px;
}
     .inner-page { 
    bottom: 0;
}
     .heading h1{
         margin-top: 43px;
     }
     .serviceBoxs .service-content{
         height: 299px;
     }
     .nav-outer .mobile-nav-toggler{
         color: #e6262b;
     }
     .slider{
         height: 100%;

     }
     .slider-left-cont{
         top: 71%;
    width: 34%;
     }
     .introBGCard{
         padding: 30px 3px; 
    height: inherit;
     }
     .meeta-category-section .meeta-category-wrap .col-circle .category-item{
         width: 206px;
     }
     .abt-icon {
    width: 94%;
    margin-left: 9%;
}
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1299px){
    .Exhibit img{
        margin-left: 4px;
    margin-right: 11px;
    }
    .footer-widget.links-widget.time-date p{
        padding-left: 8px;
    }
     .carousel-control-prev-icon {
    position: relative;
    left: 290%;
}
     .slider {
    height: 100%;
    overflow: hidden;
}
     .wad-logo img {
    height: 622px;
    overflow: hidden;
}
     .header-style-two .header-upper{
         width: 100%; 
    left: 32%;
     }
     .slider-left-cont{
         left: 92px!important;
         top: 90%!important;
     }
     .serviceBoxs .service-content{
         height: 285px;
     }
      
}

@media screen and (min-device-width: 1300px) and (max-device-width: 1366px){
     .header-style-two .header-upper{ 
    width: 100%;
    left: 32%;
}
     .serviceBoxs .service-content{
         height: 275px;
     }
     .footer-widget.links-widget.time-date p{
         font-size: 14px!important; 
    line-height: 26px;
     }
     .footer-widget.links-widget.time-date p{
         padding-left: 15px!important;
     }
     .Exhibit img{
         margin-right:12px;
     }
     .slider {
    position: relative;
    height: 647px;
    overflow: hidden;
    margin-bottom: 43px;
}
     .carousel-control-prev-icon {
    position: relative;
    left: 268%;
}
     .slider-left-cont{
         left: 111px!important;
         top: 85%!important;
     }
}


@media screen and (min-device-width: 1400px) and (max-device-width: 1600px){
    .slider-left-cont{
        top: 78%!important;
    }

}
@media screen and (min-device-width: 767px) and (max-device-width: 2500px){
.desktop{
    display:block;
}
.mobile{
    display:none;
}
img.d-block.w-100.desktop {
    display: block!important;
}
img.d-block.w-100.mobile {
    display: none!important;
}
}


 @media only screen and (max-width: 766px){
     .mobile_view{
         height:100% !important;
     }
     .carousel-control-prev {
    left: -30px !important;
    top: 42px !important;
}
     span.carousel-control-next-icon {
    height: 11%;
    width: 18px;
}
     span.carousel-control-prev-icon {
    height: 11%;
}
     .carousel-control-next {
    right: -12px !important;
    /* left: -30px; */
    top: 42px !important;
}

     img.d-block.w-100.desktop {
    display: none!important;
    
}
     .header-style-two .header-upper{
         padding-left:0px;
     }
     .nav-logo img {
    padding: 7px;
    background: white;
}
     .header-upper img {
    width: 80%;
    float: left;
    padding: 9px;
    background: white;
}
img.d-block.w-100.mobile {
    display: block!important;
    width:100%!important;
}
.right-slider {
    position: relative;
    z-index: 9;
    top: 32%;
    border: 1px solid #ed1b242b;
}
.slider {
    position: inherit;
    height:100%;
}
.w-100 {
    width: 100%!important;
    height: 310px;
}
 
.footer-wood img{
    width:60%;
}
 
.carousel-control-prev-icon {
    position: relative;
    left: 37%!important;
}
.header-style-two .header-upper {
    width: 100%;
    left: 0;
}
.nav-outer .mobile-nav-toggler{
    font-size: 35px;
    color: #ffffff;
}
.desktop{
    display:none;
}
.mobile{
    display:block;
}
.wad-logo {
    position: absolute;
    z-index: 1;
    top: 59px;
    width: 100%;
}
.header-style-two .header-upper {
    width: 100%!important;
    left: 0!important;
    background: #ed1b24;
}
.header-style-two .nav-outer .mobile-nav-toggler {
    margin-top: 0px!important;
}
.header-style-two .header-upper .nav-content { 
    padding-top: 0px!important;
}
.slider-left-cont { 
    left: 34px!important;
    top: 23%!important;
}
.slider-left-cont{
    font-size: 19px!important;
}
    .section-title h2 {
        font-size: 17px;
        line-height: 28px;
    }
    .shape-4 img {
    display: none;
}
    .introSecttion{
        padding: 30px 0px 1px 0px;
    }
    .partnersWarp {
    padding: 30px 0px; 
}
    .abt-icon {
    width: 90%;
    margin-left: 12%;
}
    .co-locat {
    width: 99%!important;
    text-align: center;
}
    .Quick {
    width: 100%!important;
}
    .news-block h4, .main-footer .widget-title h4 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
    ul.links {
    padding: 0px;
    padding-left: 32%;
}
    .footer-widget.links-widget {
    padding-left: 0px!important;
}
    .footer-wood {
    padding-left: 23px;
}
    .introBGCard{
        padding: 30px 22px; 
    height: inherit;
    }
    p.versati {
    margin-top: 0px!important;
}
    .header-style-two .header-upper { 
    position: relative;
}
    .inner-page { 
    bottom: 0;
    height: 225px;
}
    .inner-page img {
    height: 161px;
}
    .heading{
        top: 16%!important;
    }
     
    .header-style-two .header-upper {
    background: #ed1b24!important;
    display: flex;
}
    .serviceBoxs .service-content{
        height: 282px;
    }
    .newcontentbx img {
    width: 100%!important;
}
    .newcontentbx span {
    width: 100%;
}
  
 
}


  @media only screen and (max-width: 360px){
     .slider-left-cont {
    left: 26px!important;
    top: 23%!important;
}
     .wad-logo {
    position: absolute;
    z-index: 1;
    top: 59px;
    width: 100%;
}
    
 }

  .page_width{
      width:100%;
  }






