@import url('expressway/stylesheet.css');

.mbuidsec {
    display: none;
}

html {
    font-size: 1rem;
}

body {
    color: #22262d;
    font-family: 'expressway';
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a,
a:hover,
a img,
a:hover img,
.main-menu li,
.main-menu li:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.head {}

#header {
    background-color: #0d173a;
    z-index: 9;
    position: relative;
}

#header .topbar {
    text-align: right;
    padding: 10px 15px;
    background-image: linear-gradient(to right, #0d173a 40%, #1a2959);
}

a.btn,
.h2-category-slide-button,
a.rbtn,
.spform input[type="submit"] {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: url(../images/home/btnimg.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 60px;
}

a.h2-category-slide-button {
    color: #101010 !important;
}

a.btn.dark {
    color: #000 !important;
}

a.btn:hover,
a.h2-category-slide-button:hover,
a.btn.dark:hover {
    color: #6ebe4c !important;
}

#header .topbar a.facebook {
    margin: 6px 10px 0 33px;
}

.main-menu {
    margin: 30px 0 0 0;
}

.main-menu li {
    margin: 0 0 0 50px;
    padding: 0 0 24px 0;
}

.main-menu li:first-child {
    margin-left: 0;
}

.main-menu li a {
    color: #fff;
    letter-spacing: 1px;
}

.main-menu li a:hover {
    color: #6ebe4c;
}

.main-menu li a.z-desktop-mobile-menu-icon {
    margin: -12px 0 0 0;
}

#footer {
    padding: 80px 15px 60px 15px;
    background-image: url(../images/home/footerbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#footer .foobox {
    float: left;
    width: 33.33%;
}

#footer .head {
    padding-bottom: 30px;
    text-transform: uppercase;
}

.foo-menu li {
    padding: 0 0 8px 0;
}

#footer .foobox.box2 {}

#footer .sec2 {
    font-size: 17px;
    margin: 60px 0 30px 0;
}

#footer .about p {
    padding: 35px 0 0 0;
    line-height: 30px;
}

#footer .about p:first-child {
    padding-top: 0;
}

#footer a {
    /*color: #062440;*/
}

#footer a:hover {
    color: #6ebe4c;
}

#footer .foobox.box1 {
    text-align: left;
}

#footer .foobox.box1 .follow {
    margin: 40px 0 0 0;
}

#footer .foobox.box1 .follow a {
    vertical-align: super;
    margin: 0 0 0 10px;
}

#footer .foobox.box1 a.btn {
    margin: 5px 0;
}

#footer .foobtns {
    margin: 50px 0;
}

.sociall {
    margin-top: 40px;
}

.sociall span {
    padding: 0 10px 0 0;
}

.sociall a {
    font-size: 24px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: baseline;
}

.copyright {
    line-height: 30px;
    text-align: left;
    display: inline-block;
}

.main-menu li {
    position: relative;
}

.main-menu li>a {
    display: inline-block;
}

.main-menu li .menuSubUL {
    display: none;
    padding: 0px;
    margin: 0px;
    float: left;
    position: absolute;
    top: 43px;
}

.main-menu li:hover .menuSubUL {
    display: block;
}

.menuHeadingYes {
    font-size: 18px;
    display: block;
    float: left;
    padding-top: 5px;
    width: 290px;
    padding: 5px;
    background-color: rgb(13 23 58 / 80%);
}

.menuHeadingNo {
    font-size: 16px;
    display: block;
    float: left;
    width: 290px;
    padding: 5px;
    background-color: rgb(13 23 58 / 80%);
}

.mainbanner {
    position: relative;
}

.mainbanner .text {
    position: absolute;
    bottom: 115px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 110px;
    padding: 0 20px;
    text-transform: uppercase;
}

.hsec1 {
    background-image: url(../images/home/build-secbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -1px;
}

.hsec1,
.hsec2,
.hsec4 {
    overflow: hidden;
}

.headlines {
    display: inline-block;
    position: relative;
}

.headlines:after {
    content: '';
    background-image: url(../images/home/heading-lines.png);
    position: absolute;
    width: 1295px;
    height: 33px;
    top: 50%;
    left: 100%;
    transform: translateY(-38%);
    margin-left: 30px;
}

.hsec1 a.thumb,
.blinkbox a.thumb {
    overflow: hidden;
    width: 100%;
}

.hsec1 a.thumb:hover img,
.blinkbox a.thumb:hover img {
    transform: scale(1.1);
}

.hsec1 .bname,
.hsec4 .box .linkb,
.blinkbox .bname {
    text-align: right;
    background-image: linear-gradient(45deg, #0d173a, #192757);
    padding: 20px;
}

.hsec1 .bname a.btn,
.blinkbox .bname a.btn {
    font-size: 22px;
    line-height: 21px;
}

.hsec2 {
    background-image: url(../images/home/explore-secbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.col2 {
    color: #051c2c;
}

.hsec3 {
    position: relative;
    background-color: #FFF;
    padding-top: 90px;
    overflow: hidden;
}

.hsec3 .inner {
    background-image: url(../images/home/hsec3-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hsec3 img.image {
    bottom: 0;
    height: 100%;
    /*left: 45%;*/
    position: absolute;
    right: 0;
}

.hsec4 {
    background-image: url(/images/home/difference-secbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.hsec4 .box {
    padding: 0;
    max-width: 395px;
}

.hsec4 .box .bgbox {
    background-image: url(../images/home/difference-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    width: 100%;
    padding: 40px 40px 60px 40px;
}

.hsec5,
.hsec6 {
    background-color: #e5e2e2;
}

.hsec5 .box {
    padding: 0;
    max-width: 395px;
}

.hsec5 .box a {
    position: relative;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.hsec5 .box a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.hsec5 .box a .text .t2 {
    height: 70px;
    overflow: hidden;
}

.hsec5 .box a:hover {
    color: #ffd102;
}

.hsec7 {
    background-color: #0d173a;
    padding: 0 100px;
}

.signsecinn {
    background-image: url(../images/home/newsletter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    width: 100%;
    margin: -150px 0 90px 0;
    position: relative;
    padding: 60px;
}

.signsecinn .z-container {
    max-width: 100%;
}

.signsecinn input {
    color: #fff !important;
}

.spform input[type="text"],
.spform input[type="email"],
.spform select,
.spform textarea {
    background-color: transparent;
    width: 36%;
    font-family: 'expressway';
    border: 2px solid #fff;
    color: #000;
    padding: 16px 20px;
    vertical-align: top;
    font-size: 18px;
    margin: 0 5px 0 0;
}

.spform input[type="submit"] {
    background-color: transparent;
    width: auto;
    margin: 25px 0 0 15px;
    font-size: 18px;
}

.spform ::placeholder {
    color: #fff;
}

.spform input[type="submit"]:hover {
    background-color: transparent;
    background-image: url(../images/home/btnimg.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #6ebe4c;
}

.main-menu .z-mobile-menu-icon span {
    background: #ffffff;
}



.z-mobile-menu-icon.open span:nth-child(3) {
    top: 26px !important;
}

.z-mobile-menu-icon {
    top: -9px !important;
}

.h2-default-subpage {
    margin-top: 0px;
}

.m2-model-heading,
h1 {
    letter-spacing: 0px !important;
    font-style: normal;
    font-size: 54px;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

h2 {
    font-style: normal;
    font-size: 50px;
    color: #000;
}

h3 {
    letter-spacing: 0px !important;
    font-style: normal;
    font-size: 24px;
    color: #000;
}

.h2-maincontent h1 {
    letter-spacing: 1px !important;
    font-style: normal;
}

.h2-maincontent h2 {
    letter-spacing: 1px !important;
    font-style: normal;
}

.h2-default-subpage2 {
    margin: 210px 0 0 0;
    text-transform: uppercase;
    padding: 35px 0 30px 0;
    background-image: linear-gradient(45deg, transparent, #000000d1, transparent);
}

.h2-default-subpage2 h2.z-text-white {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 60px;
    font-weight: bold;
}

.h2-default-subpage2 h1 {
    font-style: normal;
    font-size: 72px;
}

.h2-blog4 {
    text-transform: none;
    letter-spacing: 0px !important;
    font-weight: bold;
}

.primary-heading-font {
    letter-spacing: 0px !important;
}

.primary-heading-font-bold {
    letter-spacing: 0px !important;
}

.secondary-heading-font {}

.ui-widget-header {
    border: 1px solid #999;
    background: #999;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #000;
}

.z-text-white .m2-feature-text-heading1,
.z-bg-black .m2-feature-text-heading1 {
    color: #FFF;
    letter-spacing: 0px !important;
}

.m2-feature-text-heading1 {
    font-size: 26px;
}

.m2-feature-text-right {
    padding-left: 3%;
}

.m2-feature-text-left {
    padding-right: 3%;
}

#slideshowHomeDiv1 {
    position: relative;
    z-index: 1;
}

.homeSlideshowPrevious,
.homeSlideshowNext,
.homeSlideshowPause,
.homeSlideshowPlay {
    background-color: #000;
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    padding: 15px;
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(100, 100, 100, .7);
}

.homeSlideshowPause,
.homeSlideshowPlay {
    border: 1px solid rgba(100, 100, 100, .7);
}

.homeSlideshowPause,
.homeSlideshowPlay {
    width: 60px;
    padding: 7px;
    text-align: center;
}

.homeSlideshowPrevious {
    bottom: 45%;
    left: 0px;
    color: #FFF !important;
}

.homeSlideshowNext {
    bottom: 45%;
    right: 0px;
    color: #FFF !important;
}

.homeSlideshowPause {
    bottom: 15px;
    right: 10px;
    color: #FFF !important;
}

.homeSlideshowPlay {
    bottom: 15px;
    right: 10px;
    color: #FFF !important;
}

.homeSlideshowPrevious:focus {
    outline: 2px dashed #FFF !important;
}

.homeSlideshowNext:focus {
    outline: 2px dashed #FFF;
}

.homeSlideshowPlay:focus {
    outline: 2px dashed #FFF;
}

.homeSlideshowPause:focus {
    outline: 2px dashed #FFF;
}

#myMultiPanelSliderId1 .multiPanelSliderBackground {
    color: #FFF;
    padding-bottom: 0px;
}

.h2-category-slide-heading1 {
    color: #101010;
    font-style: normal;
    font-weight: 400;
    margin-top: 0;
}

.h2-category-slide-heading2 {
    color: #101010;
    letter-spacing: 0px !important;
}

.h2-category-slide-text1 {
    color: #101010;
    margin-bottom: 20px;
}

a.h2-category-slide-button {
    width: auto;
    background-color: transparent;
    margin: 10px;
}

.multiPanelSliderContainer .slider-pager span {
    background-color: #FFF;
}

.multiPanelSliderContainer .slider-pager span.active {
    background-color: #999;
}

.z-mobile-header .z-mobile-menu ul li a {
    text-transform: uppercase;
}

#header .logo {
    margin: -10px 0 20px 0;
}

#modelPageTabs {
    width: 100%;
    border: none;
    background: none;
}

#modelPageTabs img {
    max-width: 100%;
}

.flat-main-button {
    display: inline-block;
    letter-spacing: 2px !important;
    padding: 20px 10px !important;
    float: left;
    background-color: #051c2c;
    color: #FFF !important;
    text-align: center;
    width: 100%;
    border-radius: 0px;
    text-transform: uppercase;
}

.flat-main-button.active {
    background-color: #ffd102;
}

#modelPageTabs .ui-state-active {
    border: none;
}

#modelPageTabs .ui-state-active .flat-main-button {
    background-color: #ffd102;
    color: #051c2c !important;
}

#modelPageTabs .ui-tabs-nav li {
    width: 33%;
    border: none;
    background: none;
}

#modelPageTabs .ui-tabs-nav {
    padding: 0px;
    border: 0px;
    background: none;
}

#modelPageTabs h3 {
    padding-bottom: 30px;
}

#modelPageTabs ul {
    padding-bottom: 30px;
}

.photovideobutton {
    margin: 2px;
    display: inline-block;
    float: none;
    width: 25%;
}

.z-float.h2-default-subpage {
    background-position: center top;
}


.hsecctas {
    display: inline-block;
    width: 100%;
}

.hsecctas .box {
    float: left;
    width: 33.333%;
}

.hsecctas .box a,
.modelsbox a.thumb {
    position: relative;
    background-color: #000;
    color: #fff;
}

.hsecctas .box a img,
.modelsbox a.thumb img {
    opacity: .5;
}

.hsecctas .box a:hover img,
.modelsbox a.thumb:hover img {
    opacity: .7;
}

.hsecctas .box a span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transform: translateY(-50%);
}

.hsec2 .model .info {
    background-image: url(/images/home/modelbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}

.multiPanelSliderContainer .multiPanelSliderBackground {
    background-color: transparent;
}

.multiPanelSliderContainer .multiPanelSlide img {
    opacity: 0.9;
}

.multiPanelSlide.active .h2-category-slide-text-container {
    background-color: #e4e4e4;
}

.h2-category-slide-text-container {
    opacity: 1 !important;
    background-color: #e4e4e4;
    padding: 70px;
}

#myMultiPanelSliderId1 .slider-pager,
#myMultiPanelSliderId2 .slider-pager {
    display: none;
}

.homeExploreContainer {
    display: flex;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.homeExploreImageColumn {
    width: 50%;
    float: left;
}

.homeExploreTextColumn {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accsec2 .spform table.table-list {
    margin: 0;
    width: 100%;
}

.accsec2 .spform input[type="text"],
.accsec2 .spform input[type="email"],
.accsec2 .spform select,
.accsec2 .spform textarea {
    width: 100% !important;
    background-color: #fff;
    border-radius: 0;
}

.m2-model-heading2 {
    font-size: 22px !important;
    letter-spacing: normal !important;
}

h2.blogt {
    font-size: 24px;
    padding: 0;
}

a.h2-blog4:hover,
a.more:hover {
    color: #424242 !important;
}

.rss-summary-title {
    color: #000;
}

.rss-summary-text {
    font-size: 100%;
    display: inline-block;
    width: 100%;
}

.rss-summary-text a.rss-summary-readmore {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    color: #1c2535;
}

.rss-summary-text a.rss-summary-readmore:hover,
.rss-summary-title:hover {
    color: #c10104;
}

#myMultiPanelSliderId1 .slider-pager,
#myMultiPanelSliderId2 .slider-pager {
    bottom: 30px;
}

.multiPanelSliderContainer .slider-pager.circles span {
    background-color: #051c2c;
}

.multiPanelSliderContainer .slider-pager.circles span.active {
    background-color: #ffd102;
}

.h2-default-subpage2 {
    background-color: transparent;
}

.bildsec2 {
    background-color: #e5e2e2;
}

table.table-list {
    display: inline-block;
    width: 100%;
}

table.table-list input[type="text"],
table.table-list input[type="email"],
table.table-list select,
table.table-list textarea,
table.table-list select {
    width: 100% !important;
    padding: 20px;
}

button.zSiteOptionGroupSubmitButton,
a.yspbtn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 60px;
    text-align: center;
    color: #000;
    background-color: #6ebe4c;
}

button.zSiteOptionGroupSubmitButton:hover,
a.yspbtn:hover {
    color: #fff;
    background-color: #000000;
}

.proslider.content-slider .slider-previous-button,
.proslider.content-slider .slider-next-button {
    background: transparent;
}

.proslider.content-slider {
    margin: 0;
}

.modelsbox a.thumb span {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.adrianna {}

.hsec2.nodelsli .multiPanelSliderContainer .multiPanelSliderBackground {
    background-image: url(/images/site/sliderbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 412px;
}

.hsec2.nodelsli .multiPanelSliderContainer .h2-category-slide-text-container .h2-category-slide-heading1,
.hsec2.nodelsli .multiPanelSliderContainer .h2-category-slide-text-container .h2-category-slide-heading2,
.hsec2.nodelsli .multiPanelSliderContainer .h2-category-slide-text-container .h2-category-slide-text1 {
    color: #fff;
}

.hsec2.nodelsli .multiPanelSliderContainer .slider-pager.circles span {
    background-color: #fff;
}

.hsec2.nodelsli .multiPanelSliderContainer .slider-pager.circles span.active {
    background-color: #ffd102;
}

.videotext {
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 3;
    text-align: center;
    width: 100%;
    padding: 30px;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 90%), rgb(0 0 0 / 30%));
    color: #fff;
    overflow: hidden;
}

.videotext .t2 {
    position: relative;
    width: 100%;
    display: inline-block;
}

.videotext .t2:before,
.videotext .t2:after {
    content: '';
    position: absolute;
    background-image: url(../images/slide-side.png);
    width: 100%;
    height: 33px;
    top: 50%;
    right: 50%;
    background-repeat: no-repeat;
    background-position: center top;
}

.videotext .t2:after {
    right: auto;
    left: 50%;
    transform: rotate(180deg);
}

.videotext .t1 {
    font-size: 36px;
    margin: 0 0 -15px 0;
}

.videotext .t2 {
    font-size: 90px;
}

.videotext .t3 {
    font-size: 25px;
    padding: 5px;

}

.newsevesec {
    background-image: url(../images/home/blog-secbg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 200px;
}

.newsevesec .blog {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.newsevesec .blog a.thumb {
    float: left;
    width: 43%;
}

.newsevesec .blog .info {
    float: left;
    width: 57%;
    padding: 0 0 0 30px;
}

.newsevesec .blog a.title {
    margin: 0 0 20px 0;
    display: inline-block;
    text-transform: uppercase;
}

.newsevesec .blog a.title:hover {
    color: #ee3a43;
}

.instasec {
    background-image: url(../images/home/instagram-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.main-menu .z-mobile-menu-icon {
    top: 0 !important;
    margin: -5px 0;
    max-width: 36px;
}

.hsec1 .box,
.blinkbox {
    max-width: 295px;
}

.multiPanelSliderContainer .slider-previous-button,
.multiPanelSliderContainer .slider-next-button {
    width: 42px;
}




.subpsec1 {
    padding: 70px 0;
    background-image: linear-gradient(#d7d7d7, transparent);
}

.subpsec1.nobg {
    background-image: none;
}

.subpsec2 {
    padding: 70px 0;
    background-color: #f5f5f5;
}

h2.cus-head {
    font-size: 44px;
    letter-spacing: normal !important;
    font-weight: 600;
    color: #051c2c;
}

.z-text-white h2.cus-head {
    color: #fff;
}

a.modellink {
    color: #505050;
}

a.modellink:hover {
    color: #051c2c;
}

table.table-list,
table.table-list tr,
table.table-list td,
table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}

table.table-list tr {
    margin: 0 0 20px 0;
}

.eventsm .event {
    border-top: 1px solid #6a6868;
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}

.eventsm .event:first-child {
    border-top: none;
}

.rss-summary-text,
.zblog-story {
    font-size: 100%;
}

.rss-summary-text {
    display: inline-block;
    width: 100%;
}

.event a.title,
.eventsm .event a.more,
a.rss-summary-title {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.event a.title:hover,
.eventsm .event a.more:hover,
.rss-summary-text a.rss-summary-readmore:hover,
.rss-summary-title:hover {
    color: #6ebe4c !important;
}

.eventsm .event a.thumb {
    float: left;
    width: 21%;
}

.eventsm .event .info {
    float: left;
    width: 79%;
    padding: 0 0 0 30px;
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.eventsP {
    background-image: url(../images/site/eventsec2-bg.jpg);
}

.blogsP {
    background-image: url(../images/site/blog-bg.jpg);
}

.diffsec2 .mainb:nth-child(odd) .imgbox {
    float: right;
}

.diffsec3 ul {
    column-count: 3;
}

.partners {
    background-image: url(../images/site/partners-bg.jpg);
}

.partners .owl-carousel {
    padding: 0 40px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-25px);
    width: auto;
    height: auto;
    font-size: 30px;
    color: #000;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 3px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: #6ebe4c !important;
}

.owl-carousel .owl-item {
    text-align: center;
}

.owl-carousel .owl-item img {
    display: inline-block;
    margin: 0 auto;
}

.caresec2 {
    background-image: url(../images/site/careers-bg.jpg);
}

.caresec2 .spform input[type="text"],
.caresec2 .spform input[type="email"],
.caresec2 .spform select,
.caresec2 .spform textarea {
    background-color: #fff;
}

.caresec2 table.table-list tr {
    width: 50% !important;
    padding: 0 10px;
}

.tabbtns,
.tabgalbtns {
    text-align: center;
}

.tabbtns a,
.tabgalbtns a,
.photovideobutton {
    display: inline-block;
    width: 350px;
    text-align: center;
    font-size: 18px;
    color: #ffffff !important;
    background-color: #6ebe4c;
    padding: 20px;
    cursor: pointer;
    text-transform: uppercase;
    max-width: 100%;
}

.tabbtns a:hover,
.tabgalbtns a:hover,
.photovideobutton:hover {
    background-color: #0d173a;
}

.tabbtns a.active,
.tabgalbtns a.active,
.photovideobutton.active {
    background-color: #0d173a;
}

.tabconmain {
    display: inline-block;
    width: 100%;
    margin: 35px 0 0 0;
    text-align: center;
}

.gallsec2 {
    background-image: url(../images/site/gallery-bg.jpg);
}

.ownsec {
    background-image: url(../images/site/owners-bg.jpg);
}

.modbtns a {
    margin: 0 20px;
}

.mquotesec,
.diffsec3 {
    background-image: url(../images/site/Quotebg.jpg);
}

section.testimonial-sec {
    padding: 100px 0 60px 0;
    background-color: #cccccc;
    background-image: url(../images/quots.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.testi-slider {
    margin-bottom: 0;
    padding: 0 60px;
}

.testi-slider a.slider-previous-button,
.testi-slider a.slider-next-button {
    height: auto;
    background: no-repeat;
    color: #000;
    font-size: 45px;
    line-height: normal;
    left: 12px;
}

.testi-slider a.slider-next-button {
    right: 12px;
    left: auto;
}

.testi-slider a.slider-previous-button:hover,
.testi-slider a.slider-next-button:hover {
    color: #424242;
}

a.yspbtn {
    padding: 15px 60px;
    color: #fff;
}

.mbuidsec {
    background-image: linear-gradient(#d7d7d7, transparent);
}

.hide-label label,
.hide-label span[style="font-size:80%;"] {
    display: none;
}

.hidelable ::placeholder {
    color: #9a9a9a;
}

tr.siteOptionFormField11652.hide-label label,
tr.siteOptionFormField3790.hide-label label,
tr.siteOptionFormField3791.hide-label label,
tr.siteOptionFormField3792.hide-label label,
tr.siteOptionFormField3779.hide-label label {
    display: inline-block;
}

a.modgallimg {
    padding-bottom: 15.5%;
    height: 1px;
}

a.modgallimg,
a.videoModalLinkNew {
    margin: 1%;
    min-width: 250px;
    width: 31.33%;
    overflow: hidden;
    position: relative;
    background: #0d173a;
    display: inline-block;
}

a.modgallimg i.fa-solid,
a.videoModalLinkNew i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    font-size: 36px;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

a.modgallimg:hover i.fa-solid,
a.videoModalLinkNew:hover i {
    color: #6ebe4c;
}

a.modgallimg img,
a.videoModalLinkNew img {
    opacity: .5;
    transform: scale(1.1);
}

a.modgallimg:hover img,
a.videoModalLinkNew:hover img {
    transform: scale(1);
    opacity: 1;
}

a.modellink {
    max-width: 395px !important;
}

ul.advlist {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
}

ul.advlist li {
    background-image: url(../images/site/list.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 5px 15px 5px 50px;
    text-transform: uppercase;
}

.reqbtn a.btn {
    color: #000;
}

.diffsec2 {
    background-image: linear-gradient(#fff9, #fff),
        url(../images/diifernce-bg.jpg);
}

.newsbg {
    background-image: linear-gradient(#fff9, #fff), url(../images/news-bg.jpg);
}

.owneresec .z-manager-edit-head {
    display: none;
}

table.table-list th {
    text-align: center;
}

.owneresec input[type="text"] {
    padding: 25px !important;
}

.blogs,
.events {
    position: relative;
}

.newsevesec a.btn.dark {
    position: absolute;
    bottom: 0;
    left: 0;
}

.client-sec {
    padding: 90px 0 70px 0;
    background-color: #fff;
}

.z-column {
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    .h2-category-slide-text-container {
        padding: 30px;
    }
}

@media screen and (max-width: 1362px) {
    .h2-category-slide-heading1 {
        font-size: 24px;
    }

    .h2-category-slide-text1 {
        margin-bottom: 10px;
    }

    .h2-category-slide-text-container {
        padding: 20px;
    }

    #modelPageTabs .ui-tabs-nav li {
        width: 24.5%;
        border: none;
        background: none;
        font-size: 14px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 21px;
    }

    .m2-model-heading,
    h1 {
        font-size: 40px;
    }

    .h2-default-subpage2 h1 {
        font-size: 60px;
    }

    .z-mobile-menu-icon {
        top: -7px !important;
    }

    #header .logo {
        width: 260px;
    }

    .main-menu li {
        margin: 0 0 0 30px;
    }

    .main-menu li a {
        font-size: 16px;
    }

    .main-menu {
        margin: 30px 0 0 0
    }

    .h2-category-slide-button,
    .rbtn,
    .spform input[type="submit"],
    .z-text-white input[type="submit"],
    .z-text-white button {
        font-size: 16px;
    }

    .hsec2.nodelsli .multiPanelSliderContainer .multiPanelSliderBackground {
        background-size: 100% 396px;
    }

    .h2-default-subpage2 {
        margin: 150px 0 0 0;
        padding: 20px 0 15px 0;
    }

    h2.cus-head {
        font-size: 34px;
    }

    .h2-default-subpage2 h2.z-text-white {
        font-size: 50px;
    }

    .videotext .t2::before,
    .videotext .t2::after {
        right: 60%;
    }

    .videotext .t2::after {
        left: 60%;
    }
}

@media screen and (max-width: 992px) {
    .homeExploreContainer {
        display: block;
        width: 100%;
        padding-left: 5px;
        text-align: center;
        padding-right: 5px;
        float: left;
    }

    .homeExploreImageColumn {
        width: 100%;
        float: left;
    }

    .homeExploreTextColumn {
        width: 100%;
        float: left;
    }

    .h2-category-slide-text-container {
        padding: 10px;
    }

    #modelPageTabs .ui-tabs-nav li {
        width: 49%;
    }

    .m2-feature-text-container {
        text-align: left !important;
    }

    .m2-feature-text-right,
    .m2-feature-text-left {
        padding-left: 3%;
        padding-right: 3%;
    }

    h2 {
        font-size: 30px;
    }

    .m2-model-heading,
    h1 {
        font-size: 30px;
    }

    .h2-default-subpage2 h1 {
        font-size: 36px;
    }

    .z-mobile-menu-icon {
        top: 20px !important;
    }

    .z-mobile-header,
    .z-mobile-header-fixed {
        background-color: #0d173a !important;
    }

    .z-mobile-header .z-mobile-menu ul li a {
        text-transform: uppercase;
    }

    #header .logo,
    .main-menu {
        display: none;
    }

    .text br {
        display: none;
    }

    .hsec4 {
        background-image: none;
        background-color: #000;
    }

    .hsec4 .blog a.thumb {
        width: 30%;
    }

    .hsec4 .blog .info {
        width: 70%;
    }

    #footer .foobox {
        width: 100%;
    }

    #footer .foobox.box1 {
        text-align: left;
        width: 350px;
        max-width: 100%;
    }

    #footer .foobox.box1 .follow {
        text-align: center;
    }

    #footer .foobox.box3 {
        padding: 40px 0;
    }

    #footer .about p {
        padding: 15px 0 0 0;
    }

    #header {
        position: relative;
    }

    #header .topbar {
        text-align: center;
        padding: 10px 15px;
    }

    #zcidspangroup3 .head {
        font-size: 58px !important;
    }

    .z-mobile-header .z-mobile-menu-icon span,
    .z-mobile-header .z-mobile-menu-icon.open span {
        background: #fff !important;
    }

    .z-mobile-header .z-mobile-menu.open {
        background: #0d173a !important;
    }

    .hsec1 img.image,
    .hsec3 img.image {
        position: relative;
        right: auto;
        height: auto;
        top: auto;
        max-width: 100%;
        left: auto;
    }

    .hsec1,
    .hsec3,
    .hsec3 .inner {
        background-image: none;
        background-color: #051c2c;
    }

    .hsec2.nodelsli .multiPanelSliderContainer .multiPanelSliderBackground {
        background-size: 100% 420px;
    }

    .hsec7 {
        padding: 0 50px;
    }

    .videotext .t1 {
        font-size: 24px;
        margin: 0 0 -7px 0;
    }

    .videotext .t2 {
        font-size: 40px;
    }

    .videotext .t3 {
        font-size: 16px;
    }

    .client-sec {
        padding: 90px 0 15px 0;
    }

    .main-menu .z-mobile-menu-icon {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #footer .foobox.box2 {
        width: 100%;
    }

    .m2-model-heading {
        letter-spacing: 0px !important;
    }

    .hsec2.nodelsli .multiPanelSliderContainer .multiPanelSliderBackground {
        background-size: cover;
    }

    .newsevesec .blog a.thumb {
        width: 35%;
    }

    .newsevesec .blog .info {
        width: 65%;
    }

    .signsecinn {
        padding: 30px;
    }

    .spform input[type="text"] {
        width: 30%;
    }

    .multiPanelSlide.active .h2-category-slide-text-container {
        padding: 30px;
    }

    .eventsm .event a.thumb {
        width: 30%;
    }

    .eventsm .event .info {
        width: 70%;
    }

    .caresec2 table.table-list tr {
        width: 100% !important;
    }

    a.modgallimg,
    a.videoModalLinkNew {
        width: 48%;
    }

    ul.advlist {
        column-count: 2;
    }

    .videotext .t2::before,
    .videotext .t2::after {
        right: 75%;
    }

    .videotext .t2::after {
        left: 75%;
    }

    .testi-slider {
        padding: 0;
    }

    .testi-slider a.slider-previous-button {
        left: -30px;
    }

    .testi-slider a.slider-next-button {
        right: -30px;
    }

    a.modgallimg {
        padding-bottom: 30%;
    }

    .videotext {
        bottom: 15px;
        padding: 15px;
    }

    .videotext .t1 {
        font-size: 15px;
    }

    .videotext .t2 {
        font-size: 30px;
    }

    .videotext .t3 {
        font-size: 10px;
    }
}

@media screen and (max-width: 479px) {

    .newsevesec .blog a.thumb,
    .newsevesec .blog .info,
    .spform input[type="text"],
    .spform input[type="email"],
    .spform input[type="submit"],
    .hsecctas .box,
    .foo-menu li {
        width: 100%;
    }

    .newsevesec .blog .info {
        padding: 15px 0 0 0;
    }

    .h2-category-slide-button,
    .rbtn,
    .spform input[type="submit"],
    .z-text-white input[type="submit"],
    .z-text-white button {
        font-size: 16px;
    }

    .spform input[type="submit"] {
        margin: 12px 0 0 0;
    }

    .spform input[type="text"],
    .spform input[type="email"],
    .spform select,
    .spform textarea {
        margin: 0;
    }

    .multiPanelSliderContainer .multiPanelSliderBackground {
        background-size: cover;
    }

    #header .topbar a.facebook {
        margin: 6px 0 0 20px;
    }

    #zcidspangroup3 .head {
        font-size: 30px !important;
    }

    .hsec3 {
        padding-top: 10px;
    }

    .videotext {
        bottom: 15px;
        padding: 15px;
    }

    .videotext .t1 {
        font-size: 15px;
    }

    .videotext .t2 {
        font-size: 30px;
    }

    .videotext .t3 {
        font-size: 10px;
    }

    .hsec7 {
        padding: 0 20px;
    }

    .multiPanelSlide.active .h2-category-slide-text-container {
        padding: 10px;
    }

    #footer .foobtns {
        margin: 25px 0;
    }

    #footer .head {
        padding-bottom: 15px;
    }

    .foo-menu li {
        padding: 0 0 2px 0;
    }

    .h2-default-subpage2 h2.z-text-white {
        font-size: 34px;
    }

    h2.cus-head {
        font-size: 24px;
    }

    .subpsec1 {
        padding: 50px 15px;
    }

    .h2-default-subpage2 {
        margin: 100px 0 0 0;
    }

    .eventsm .event a.thumb,
    .eventsm .event .info,
    a.modgallimg,
    a.videoModalLinkNew {
        width: 100%;
    }

    .eventsm .event .info {
        padding: 10px 0 0 0;
    }

    table.table-list tr {
        margin: 0 0 15px 0;
    }

    .tabbtns a,
    .tabgalbtns a,
    .photovideobutton,
    a.modgallimg,
    a.videoModalLinkNew {
        margin: 7px 0;
    }

    #footer {
        padding: 50px 15px;
    }

    table.table-list input[type="text"],
    table.table-list input[type="email"],
    table.table-list select,
    table.table-list textarea {
        padding: 10px;
        font-size: 16px;
    }

    ul.advlist {
        column-count: 1;
    }

    ul.advlist li {
        background-position: 5px 8px;
        padding: 10px 15px 10px 50px;
    }

    .owneresec input[type="text"] {
        padding: 16px !important;
    }

    .videotext .t2::before,
    .videotext .t2::after {
        display: none;
    }

    .testi-slider a.slider-previous-button {
        left: -25px;
    }

    .testi-slider a.slider-next-button {
        right: -15px;
    }

    .testi-slider {
        padding: 0 13px;
        max-width: 80%;
        margin: 0 auto;
    }

    .testi-head {
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .client-sec {
        padding: 50px 0;
    }

    a.modgallimg {
        padding-bottom: 60%;
    }
}