::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
    border-radius: 10px
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.44, rgb(122, 153, 217)), color-stop(.72, rgb(73, 125, 189)), color-stop(.86, rgb(28, 58, 148)))
}

body {
    font-family: 'Muli', sans-serif, 'Nothing You Could Do', cursive
}

#testimonials {
    padding: 1%;
    margin: 20px 0;
    text-align: center;
    backdrop-filter: saturate(180%) blur(20px);
    background: rgb(250 250 250 / 70%);
}

#testimonials .testimonial_msg {
    margin: 1% 15%;
}

@media screen and (max-width:550px) {
    #testimonials .testimonial_msg {
        margin: 3% 15%
    }
}

.testimonial-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 1%
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none
}

.addReadMore.showmorecontent .readMore {
    display: none
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #00bfff;
    cursor: pointer
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block
}

.container {
    position: relative
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: mintcream;
    overflow: hidden;
    width: auto;
    margin: 0 15px;
    height: 0;
    transition: 0.5s ease;
    text-align: center
}

.container:hover .overlay {
    height: 20%;
    background: rgba(135, 206, 250, 0.7)
}

.SocialIcons {
    color: #e0dede;
    font-size: 32px;
    padding: 25px 7px 0 7px
}

.SocialIcons:hover {
    color: midnightblue
}

@media screen and (max-width:380px) {
    .SocialIcons {
        padding: 10px 7px 10px 7px;
        font-size: 11px
    }
}

@media screen and (max-width:550px) {
    .SocialIcons {
        padding: 13px 7px 10px 7px;
        font-size: 18px
    }
}

@media screen and (min-width:550px) and (max-width:993px) {
    .SocialIcons {
        font-size: 18px
    }
}

@media screen and (max-width:380px) {
    .SocialIcons {
        padding: 13px 7px 10px 7px;
        font-size: 11px
    }
}

.tcontainer {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 5px;
    background: #00bfff
}

.ticker-wrap {
    width: 100%;
    padding-left: 100%
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 50s
}

.ticker-move:hover {
    animation-play-state: paused
}

.ticker-item {
    display: inline-block;
    padding: 0 2rem;
    color: black;
    font-weight: bold;
    text-transform: capitalize
}

@media only screen and (max-width:768px) {
    .ticker-move {
        animation-duration: 60s
    }
}

#header:after,
.btn-area:after,
.clearfix:after,
.client-area:after,
.comment ol:after,
.comment-form .column:after,
.comment:after,
.contact .column:after,
.f1 .wpcf7-form .rows:after,
.info .filter:after,
.info .img-area .caption .icons:after,
.info .pricing .list:after,
.info .pricing:after,
.info .services:after,
.info .slider .pagination .mask-inner:after,
.info .slider .slide:after,
.info .slider:after,
.info .txt-frame .img-holder:after,
.info .txt-frame .text-box:after,
.info:after,
.masonry-holder .links:after,
.masonry-holder .masonry .caption .icons:after,
.masonry-holder .masonry:after,
.max-container:after,
.navigation-single:after,
.post .holder:after,
.post .social:after,
.post-password-form p:after,
.post:after,
.project-area ul:after,
.project-area:after,
.search-form:after,
.sidebar .categories:after,
.sidebar .instagram:after,
.sidebar .recent li:after,
.sidebar .recent:after,
.sidebar .tags:after,
.sidebar .widget:after,
.sidebar .wpcf7-form:after,
.social-networks:after,
.visual .pagination ul:after,
.widget:after {
    content: "";
    display: block;
    clear: both
}

.serviceIcons {
    color: #00bfff;
    margin-bottom: 10px;
    font-size: 1rem
}

.client-area,
.comment ol,
.f1 .testimonial,
.f2 .sub-nav,
.info .filter,
.info .img-area .caption .icons,
.info .pricing,
.info .pricing .list,
.info .services,
.info .slider .pagination .mask-inner,
.info .txt-frame .text-box,
.masonry-holder .links,
.masonry-holder .masonry,
.masonry-holder .masonry .caption .icons,
.paginations ul,
.post .info-list,
.post .social,
.project-area ul,
.sidebar .categories,
.sidebar .instagram,
.sidebar .recent,
.sidebar .tags,
.social-networks,
.visual .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.client-area,
.comment ol,
.f1 .testimonial,
.f2 .sub-nav,
.info .filter,
.info .img-area .caption .icons,
.info .pricing,
.info .pricing .list,
.info .services,
.info .slider .pagination .mask-inner,
.info .txt-frame .text-box,
.masonry-holder .links,
.masonry-holder .masonry,
.masonry-holder .masonry .caption .icons,
.paginations ul,
.post .info-list,
.post .social,
.project-area ul,
.sidebar .categories,
.sidebar .instagram,
.sidebar .recent,
.sidebar .tags,
.social-networks,
.visual .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#header:after,
.btn-area:after,
.clearfix:after,
.client-area:after,
.comment ol:after,
.comment-form .column:after,
.comment:after,
.contact .column:after,
.f1 .wpcf7-form .rows:after,
.info .filter:after,
.info .img-area .caption .icons:after,
.info .pricing .list:after,
.info .pricing:after,
.info .services:after,
.info .slider .pagination .mask-inner:after,
.info .slider .slide:after,
.info .slider:after,
.info .txt-frame .img-holder:after,
.info .txt-frame .text-box:after,
.info:after,
.masonry-holder .links:after,
.masonry-holder .masonry .caption .icons:after,
.masonry-holder .masonry:after,
.max-container:after,
.navigation-single:after,
.post .holder:after,
.post .social:after,
.post-password-form p:after,
.post:after,
.project-area ul:after,
.project-area:after,
.search-form:after,
.sidebar .categories:after,
.sidebar .instagram:after,
.sidebar .recent li:after,
.sidebar .recent:after,
.sidebar .tags:after,
.sidebar .widget:after,
.sidebar .wpcf7-form:after,
.social-networks:after,
.visual .pagination ul:after,
.widget:after {
    content: "";
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

.comment-form input[type=date],
.comment-form input[type=email],
.comment-form input[type=password],
.comment-form input[type=search],
.comment-form input[type=tel],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea,
.post-password-form input[type=date],
.post-password-form input[type=email],
.post-password-form input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=tel],
.post-password-form input[type=text],
.post-password-form input[type=url],
.post-password-form textarea,
.search-form input[type=date],
.search-form input[type=email],
.search-form input[type=password],
.search-form input[type=search],
.search-form input[type=tel],
.search-form input[type=text],
.search-form input[type=url],
.search-form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #999;
    padding: .5em .7em
}

.comment-form input[type=date]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=password]:focus,
.comment-form input[type=search]:focus,
.comment-form input[type=tel]:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus,
.post-password-form input[type=date]:focus,
.post-password-form input[type=email]:focus,
.post-password-form input[type=password]:focus,
.post-password-form input[type=search]:focus,
.post-password-form input[type=tel]:focus,
.post-password-form input[type=text]:focus,
.post-password-form input[type=url]:focus,
.post-password-form textarea:focus,
.search-form input[type=date]:focus,
.search-form input[type=email]:focus,
.search-form input[type=password]:focus,
.search-form input[type=search]:focus,
.search-form input[type=tel]:focus,
.search-form input[type=text]:focus,
.search-form input[type=url]:focus,
.search-form textarea:focus {
    border-color: #333
}

.comment-form input[type=date]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=password]::-webkit-input-placeholder,
.comment-form input[type=search]::-webkit-input-placeholder,
.comment-form input[type=tel]::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.post-password-form input[type=date]::-webkit-input-placeholder,
.post-password-form input[type=email]::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder,
.post-password-form input[type=search]::-webkit-input-placeholder,
.post-password-form input[type=tel]::-webkit-input-placeholder,
.post-password-form input[type=text]::-webkit-input-placeholder,
.post-password-form input[type=url]::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder,
.search-form input[type=date]::-webkit-input-placeholder,
.search-form input[type=email]::-webkit-input-placeholder,
.search-form input[type=password]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=tel]::-webkit-input-placeholder,
.search-form input[type=text]::-webkit-input-placeholder,
.search-form input[type=url]::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder {
    color: #ccc
}

.comment-form input[type=date]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=password]::-moz-placeholder,
.comment-form input[type=search]::-moz-placeholder,
.comment-form input[type=tel]::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.post-password-form input[type=date]::-moz-placeholder,
.post-password-form input[type=email]::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.post-password-form input[type=search]::-moz-placeholder,
.post-password-form input[type=tel]::-moz-placeholder,
.post-password-form input[type=text]::-moz-placeholder,
.post-password-form input[type=url]::-moz-placeholder,
.post-password-form textarea::-moz-placeholder,
.search-form input[type=date]::-moz-placeholder,
.search-form input[type=email]::-moz-placeholder,
.search-form input[type=password]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder,
.search-form input[type=tel]::-moz-placeholder,
.search-form input[type=text]::-moz-placeholder,
.search-form input[type=url]::-moz-placeholder,
.search-form textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc
}

.comment-form input[type=date]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.comment-form input[type=password]:-moz-placeholder,
.comment-form input[type=search]:-moz-placeholder,
.comment-form input[type=tel]:-moz-placeholder,
.comment-form input[type=text]:-moz-placeholder,
.comment-form input[type=url]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.post-password-form input[type=date]:-moz-placeholder,
.post-password-form input[type=email]:-moz-placeholder,
.post-password-form input[type=password]:-moz-placeholder,
.post-password-form input[type=search]:-moz-placeholder,
.post-password-form input[type=tel]:-moz-placeholder,
.post-password-form input[type=text]:-moz-placeholder,
.post-password-form input[type=url]:-moz-placeholder,
.post-password-form textarea:-moz-placeholder,
.search-form input[type=date]:-moz-placeholder,
.search-form input[type=email]:-moz-placeholder,
.search-form input[type=password]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder,
.search-form input[type=tel]:-moz-placeholder,
.search-form input[type=text]:-moz-placeholder,
.search-form input[type=url]:-moz-placeholder,
.search-form textarea:-moz-placeholder {
    color: #ccc
}

.comment-form input[type=date]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=password]:-ms-input-placeholder,
.comment-form input[type=search]:-ms-input-placeholder,
.comment-form input[type=tel]:-ms-input-placeholder,
.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.post-password-form input[type=date]:-ms-input-placeholder,
.post-password-form input[type=email]:-ms-input-placeholder,
.post-password-form input[type=password]:-ms-input-placeholder,
.post-password-form input[type=search]:-ms-input-placeholder,
.post-password-form input[type=tel]:-ms-input-placeholder,
.post-password-form input[type=text]:-ms-input-placeholder,
.post-password-form input[type=url]:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder,
.search-form input[type=date]:-ms-input-placeholder,
.search-form input[type=email]:-ms-input-placeholder,
.search-form input[type=password]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder,
.search-form input[type=tel]:-ms-input-placeholder,
.search-form input[type=text]:-ms-input-placeholder,
.search-form input[type=url]:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder {
    color: #ccc
}

.comment-form input[type=date].placeholder,
.comment-form input[type=email].placeholder,
.comment-form input[type=password].placeholder,
.comment-form input[type=search].placeholder,
.comment-form input[type=tel].placeholder,
.comment-form input[type=text].placeholder,
.comment-form input[type=url].placeholder,
.comment-form textarea .placeholder,
.post-password-form input[type=date].placeholder,
.post-password-form input[type=email].placeholder,
.post-password-form input[type=password].placeholder,
.post-password-form input[type=search].placeholder,
.post-password-form input[type=tel].placeholder,
.post-password-form input[type=text].placeholder,
.post-password-form input[type=url].placeholder,
.post-password-form textarea .placeholder,
.search-form input[type=date].placeholder,
.search-form input[type=email].placeholder,
.search-form input[type=password].placeholder,
.search-form input[type=search].placeholder,
.search-form input[type=tel].placeholder,
.search-form input[type=text].placeholder,
.search-form input[type=url].placeholder,
.search-form textarea .placeholder {
    color: #ccc
}

.widget {
    margin-bottom: 1.2em
}

.widget ul {
    padding-left: 2em
}

.widget select {
    min-width: 150px
}

.comment-form label {
    display: block;
    padding-bottom: 4px
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px
}

.comment-form input[type=text],
.comment-form textarea {
    margin: 0 4px 0 0;
    width: 300px
}

.comment-form input[type=button],
.comment-form input[type=submit] {
    display: block;
    float: none
}

.post-password-form label {
    display: block
}

.post-password-form input[type=password] {
    margin: 0 4px 0 0;
    width: 300px
}

.search-form input {
    float: left;
    height: 2em
}

.search-form input[type=search] {
    margin: 0 4px 0 0;
    width: 150px
}

.post-password-form input {
    float: left;
    height: 2em
}

.post-password-form input[type=password] {
    width: 150px
}

.comment-form input[type=button],
.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
    background: #333;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em
}

.comment-form input[type=button]:hover,
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
    opacity: .8
}

.commentlist {
    margin: 0 0 1.2em
}

.commentlist .edit-link {
    margin: 0
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0
}

.commentlist-item .commentlist-item {
    padding: 0
}

.comment,
.commentlist-holder {
    overflow: hidden
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 1.2em
}

.widget_calendar #next {
    text-align: right
}

.gallery-item dt {
    float: none;
    padding: 0
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    padding: .4em;
    text-decoration: none
}

.navigation-single {
    margin-bottom: 1.2em
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    text-decoration: none
}

.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block
}

.navigation-single .next {
    float: right
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #ccc;
    padding: .4em;
    margin-bottom: 1.2em
}

.wp-caption img {
    margin: 0;
    vertical-align: top
}

.wp-caption p {
    margin: .4em 0 0
}

div.aligncenter {
    margin: 0 auto 1.2em
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em
}

.mejs-container {
    margin-bottom: 1.2em
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
    height: auto
}

#cf {
    position: relative;
    text-align: center;
    width: 260px;
    max-width: 360px;
    height: 480px;
    max-height: 720px;
    margin: 10px auto
}

#cf img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

#cf img.top:hover {
    opacity: 0
}

@font-face {
    font-family: fontello;
    src: url(vendor/fonts/fontello.eot);
    src: url(vendor/fonts/fontello.eot?#iefix)format("embedded-opentype"), url(vendor/fonts/fontello.woff)format("woff"), url(vendor/fonts/fontello.ttf)format("truetype"), url(vendor/fonts/fontello.svgfontello)format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(vendor/fonts/icomoon.eot);
    src: url(vendor/fonts/icomoon.eot?#iefix)format("embedded-opentype"), url(vendor/fonts/icomoon.woff)format("woff"), url(vendor/fonts/icomoon.ttf)format("truetype"), url(vendor/fonts/icomoon.svgicomoon)format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OCRAStd;
    src: url(vendor/fonts/OCRAStd.eot);
    src: url(vendor/fonts/OCRAStd.eot?#iefix)format("embedded-opentype"), url(vendor/fonts/OCRAStd.woff)format("woff"), url(vendor/fonts/OCRAStd.ttf)format("truetype"), url(vendor/fonts/OCRAStd.svgOCRAStd)format("svg");
    font-weight: 400;
    font-style: normal
}

[class*="icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: "\e800"
}

.icon-mail:before {
    content: "\e801"
}

.icon-facebook:before {
    content: "\e802"
}

.icon-twitter:before {
    content: "\e803"
}

.icon-instagram:before {
    content: "\e804"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-attach:before {
    content: "\e806"
}

.icon-resize-full-alt:before {
    content: "\e807"
}

.icon-quote-left:before {
    content: "\e808"
}

.icon-left-thin:before {
    content: "\e809"
}

.icon-right-thin:before {
    content: "\e80a"
}

.icon-down-open-mini:before {
    content: "\e80b"
}

.icon-left-open-mini:before {
    content: "\e80c"
}

.icon-right-open-mini:before {
    content: "\e80d"
}

.icon-up-open-mini:before {
    content: "\e80e"
}

.icon-instagram:before {
    content: "\e80f"
}

.icon-music:before {
    content: "\e810"
}

.icon-location:before {
    content: "\e811"
}

[class*="icons-"],
[class^=icons-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icons-ico-01:before {
    content: "\e900"
}

.icons-ico-02:before {
    content: "\e901"
}

.icons-ico-03:before {
    content: "\e902"
}

.icons-ico-04:before {
    content: "\e903"
}

.icons-ico-05:before {
    content: "\e904"
}

.icons-ico-06:before {
    content: "\e905"
}

.icons-ico-07:before {
    content: "\e906"
}

.icons-ico-08:before {
    content: "\e907"
}

.icons-ico-09:before {
    content: "\e908"
}

.icon-cross:before {
    content: "\ea0f"
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px
}

a {
    outline: 0
}

a:focus {
    outline: 0
}

#header {
    font-weight: 700;
    padding: 5px 0 5px;
    margin: -100px 0 0 0;
    background: rgba(255, 255, 255, 0)
}

#header.sticky-header.sticky {
    position: fixed;
    backdrop-filter: saturate(180%)blur(20px);
    background: rgb(255, 255, 255, .7);
    box-shadow: 0 0 7px 2px #ccc;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all .6s ease .8s;
    transition: all .6s ease .8s;
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.max-container {
    max-width: 1770px;
    margin: 0 auto
}

.logo {
    float: left;
    width: 233px
}

.logo a {
    text-decoration: none
}

.logo .icon,
.logo .img {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700
}

.logo .icon {
    margin: 0 5px 0-2px
}

.logo .img {
    width: 100%;
    margin: 5px 0 0 15px
}

.logo .img img {
    display: block;
    width: auto;
    max-height: 70px
}

.align-right {
    float: right;
    width: 72.7%;
    margin: 25px 0 0 0
}

.align-right .search-area {
    float: right;
    width: 17%;
    text-align: right
}

.align-right .search-area a {
    display: inline-block;
    vertical-align: middle;
    color: #0b213d;
    font-size: 24px;
    line-height: 24px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.align-right .search-area a span {
    display: none
}

.align-right .search-area .mail {
    margin: 2px 5px 0 30px
}

.align-right .search-area .search {
    font-size: 26px;
    line-height: 26px
}

.align-right .search-box {
    position: relative;
    display: inline-block
}

.align-right .search-box::-moz-placeholder {
    opacity: 1;
    color: #000
}

.align-right .search-box:hover input[type=search] {
    width: 200px;
    border-color: #000
}

.align-right .search-box input[type=search] {
    width: 0;
    height: 32px;
    position: absolute;
    top: 0;
    right: 100%;
    border: 1px solid transparent;
    color: #000;
    padding: 2px 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

#header .navbar-default {
    width: 80%;
    float: left
}

#header .navbar-nav>li>a {
    margin: 0 0 13px
}

#header .navbar-nav li {
    margin: 5px 25px 0 0
}

#header .navbar-nav li.active a {
    font-style: italic
}

#header .navbar-nav li.active a:after,
#header .navbar-nav li.active a:before,
#header .navbar-nav li.open a:after,
#header .navbar-nav li.open a:before,
#header .navbar-nav li:hover a:after,
#header .navbar-nav li:hover a:before {
    opacity: 1;
    visibility: visible;
    left: 0
}

#header .navbar-nav li.active a:before,
#header .navbar-nav li.open a:before,
#header .navbar-nav li:hover a:before {
    left: auto;
    right: 0
}

#header .navbar-nav li:last-child .dropdown-menu {
    right: 0
}

#header .navbar-nav li:last-child .drop {
    left: auto;
    right: 100%
}

#header .navbar-nav a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 13px;
    line-height: 16px;
    color: #0b213d;
    padding: 8px 22px;
    letter-spacing: 2px
}

#header .navbar-nav a:after,
#header .navbar-nav a:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 2px;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

#header .navbar-nav a:before {
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0
}

#header .navbar-nav a:hover:after,
#header .navbar-nav a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0
}

#header .navbar-nav a:hover:before {
    left: auto;
    right: 0
}

#header .navbar-nav .dropdown-menu {
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    font-style: normal;
    border-top: 2px solid transparent;
    box-shadow: 0 13px 12px rgba(0, 0, 0, .176)
}

#header .navbar-nav .dropdown-menu li {
    margin: 0;
    position: relative
}

#header .navbar-nav .dropdown-menu li:hover .drop {
    opacity: 1;
    visibility: visible
}

#header .navbar-nav .dropdown-menu li:hover>a {
    background: #f5f5f5
}

#header .navbar-nav .dropdown-menu a {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 10px 16px 45px;
    text-transform: lowercase;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 16px;
    width: 100%
}

#header .navbar-nav .dropdown-menu li:last-child a {
    border-bottom: 0
}

#header .navbar-nav .dropdown-menu a:hover {
    color: #000
}

#header .navbar-nav .dropdown-menu a:after,
#header .navbar-nav .dropdown-menu a:before {
    display: none
}

#header .navbar-nav .drop {
    margin: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    list-style: none;
    position: absolute;
    left: 100%;
    background: #fff;
    font-size: 14px;
    z-index: 1000;
    border-top: 2px solid transparent;
    box-shadow: 0 13px 12px rgba(0, 0, 0, .176);
    top: 0;
    min-width: 240px
}

#header .navbar-nav .drop a {
    text-decoration: none
}

#header .navbar-nav .drop a:hover {
    background: #f5f5f5
}

.dropdown-menu {
    opacity: 0;
    display: block;
    min-width: 240px;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .6s ease;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(100px)
}

.navbar-nav>li.dropdown:hover .dropdown-menu,
.navbar-nav>li.open .dropdown-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: 0 0
}

.visual {
    overflow: hidden;
    margin: 30px 0 120px 0
}

@media screen and (min-width:768px) {
    .visual {
        overflow: hidden;
        position: relative;
        flex-wrap: wrap;
        height: 85vh;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.visual .slideshow {
    overflow: hidden;
    position: relative
}

.visual .slideshow .box {
    border-style: solid;
    border-width: 20px;
    position: absolute;
    left: 26.5%;
    right: 26.5%;
    top: 15.8%;
    bottom: 15.8%
}

.visual .slide {
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: block !important
}

.visual .slide.slick-active .image {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease .4s;
    transition: all .6s ease .4s
}

.visual .slide.slick-active .box {
    opacity: 1;
    -ms-transform: rotate(0)translateX(0);
    -webkit-transform: rotate(0)translateX(0);
    transform: rotate(0)translateX(0);
    -webkit-transition: all .8s ease 0.8s;
    transition: all .8s ease 0.8s
}

.visual .slide.slick-active .caption h2 {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s ease 0.8s;
    transition: all .8s ease 0.8s
}

.visual .slide.slick-active .caption .txt {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s ease 0.8s;
    transition: all .8s ease 0.8s
}

.visual .slide.slick-active .social-networks {
    margin: 2px 2px;
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s ease 0.8s;
    transition: all .8s ease 0.8s
}

.visual .slide .image {
    width: 60%;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .6s ease .8s;
    transition: all .6s ease .8s
}

.visual .slide .image img {
    display: block;
    width: 100%;
}

.visual .slide .caption,
.visual .slide .image {
    display: table-cell;
    vertical-align: middle
}

.visual .slide .caption .text {
    max-width: 80%;
    padding: 0 0 0 0
}

.visual .slide .caption .txt {
    margin: 11px 0 23px;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    opacity: 0;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .6s ease 2s;
    transition: all .6s ease 2s
}

.visual .slide .caption h2 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 100px;
    opacity: 0;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .6s ease 2s;
    transition: all .6s ease 2s
}

.visual .slide .caption h2 .icon,
.visual .slide .caption h2 .light {
    display: table-cell;
}

.visual .slide .caption h2 .add,
.visual .slide .caption h2 .add2 {
    display: block;
}

.visual .slide .caption .icon {
    font-weight: 700
}

.visual .slide .caption .light {
    font-weight: 200
}

.visual .slide .box {
    opacity: 0;
    z-index: -1;
    -ms-transform: rotate(20deg)translateX(50px);
    -webkit-transform: rotate(20deg)translateX(50px);
    transform: rotate(20deg)translateX(50px);
    -webkit-transition: all .6s ease 1.4s;
    transition: all .6s ease 1.4s
}

.visual .pagination {
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 3;
    margin: -51px 0 0
}

.visual .pagination li {
    margin: 0 0 30px;
    display: block
}

.visual .pagination a {
    text-decoration: none;
    width: 30px;
    height: 4px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    border-color: #fff
}

.visual .slick-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 3;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: -30px 0 0
}

.visual .slick-dots li {
    margin: 0 0 10px
}

.visual .slick-dots button {
    text-decoration: none;
    width: 20px;
    height: 4px;
    margin: 0;
    padding: 0;
    background: 0 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    border-color: #fff
}

.visual .social-networks {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .6s ease 2s;
    transition: all .6s ease 2s
}

.social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0
}

.social-networks a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 100%;
    border: 1px solid #0b213d;
    color: #0b213d;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.smooth-section {
    position: absolute;
    margin: -100px 0 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: -1
}

.section-heading {
    font-size: 18px;
    text-align: left;
    color: white;
    font-family: 'Muli', sans-serif;
    background-color: #0B213D;
    backface-visibility: hidden;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.5s;
    letter-spacing: 2.6px;
}

.info {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 50px;
    display: table;
    width: 100%;
    padding: 1%;
}

.info:nth-child(even).img-frame:after {
    left: auto;
    right: 0
}

.info:first-child .txt-frame {
    padding: 0 0 0 4.1%
}

.info.team .txt-frame .text-box {
    padding: 71px 42px 117px 0
}

.info.team .img-frame {
    width: 54.8%;
    vertical-align: top
}

.info.team .img-frame:after {
    width: 58.8%
}

.info.team .img-frame .image {
    width: 58.8%
}

.info.team .img-frame .image img {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: inline-block;
    vertical-align: top
}

.info.team .img-frame .image a {
    text-decoration: none
}

.info.team .img-frame .image a:hover img {
    opacity: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4)
}

.info.team .num {
    padding: 14px 0 0 116px
}

.info.team .tild {
    left: -40px;
    right: auto;
    top: 239px
}

.info.work .txt-frame {
    vertical-align: top;
    position: relative;
    z-index: 1;
    width: 33%;
    padding: 4%0 0
}

.info.work .txt-frame:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: #0b213d;
    z-index: -1
}

.info.work .num {
    padding: 12px 79px 0 93px
}

.info.work .tild {
    margin: 28px -160px 0 0;
    right: 50%
}

.info.work .img-frame {
    width: 75%
}

.info.work .img-frame:after {
    display: none
}

.info.work .more {
    right: auto;
    left: 100px
}

.info.work .img-area {
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.info.service-area .img-frame {
    width: 32.2%;
    vertical-align: top;
    text-align: right;
    padding: 4.8%0 0;
    color: rgba(255, 255, 255, .1)
}

.info.service-area .img-frame:after {
    width: 100%
}

.info.service-area .num {
    padding: 12px 78px 0 43px
}

.info.service-area .tild {
    position: absolute;
    left: 50%;
    top: 50%; /* Adjust this value based on your needs */
    margin-top: -0.5em; /* Adjust this value to vertically center the text properly */
}

.info.testimonial .img-frame {
    width: 70%
}

.info.testimonial .img-frame:after {
    display: none
}

.info.testimonial .txt-frame {
    position: relative;
    vertical-align: top;
    padding: 4%0 0;
    z-index: 1;
    width: 30%
}

.info.testimonial .txt-frame:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 113.7%;
    content: "";
    background: #0b213d;
    z-index: -1
}

.info.testimonial .num {
    padding: 12px 92px 0 92px
}

.info.testimonial .tild {
    right: 27px;
    top: 291px
}

.info.testimonial .more {
    left: 100px;
    right: auto
}

@media screen and (min-width:1024px) {
    .info.work .more {
        bottom: 25px
    }
}

.info.blogs .img-frame {
    width: 70%;
    padding: 0
}

.info.blogs .img-frame:after {
    display: none
}

.info.blogs .txt-frame {
    vertical-align: top;
    padding: 4.7%0 0;
    width: 30%;
    position: relative;
    z-index: 1;
    text-align: right
}

.info.blogs .txt-frame:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: #0b213d;
    z-index: -1
}

.info.blogs .num {
    padding: 12px 78px 0 43px
}

.info.blogs .tild {
    top: 300px
}

.info.price {
    padding: 21px 0 0
}

.info.price .img-frame {
    vertical-align: top;
    color: rgba(255, 255, 255, .1);
    width: 32.2%;
    padding: 4.7%0 0
}

.info.price .img-frame:after {
    width: 100%
}

.info.price .txt-frame {
    vertical-align: bottom
}

.info.price .num {
    padding: 12px 89px 0 92px
}

.info.price .tild {
    top: 190px;
    right: auto;
    left: 127px
}

.info.price .more {
    left: 100px;
    right: auto
}

.info .pricing {
    text-align: right;
    padding: 97px 0 0
}

.info .pricing li {
    display: inline-block;
    vertical-align: middle;
    width: 30.8%;
    border: 1px solid #e5e5e5;
    padding: 95px 15px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    margin: 0 0 0 2.1%
}

.info .pricing li:hover {
    border-color: #fff;
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22)
}

.info .pricing li:hover .price {
    font-size: 48px;
    line-height: 48px
}

.info .pricing .icon {
    display: inline-block;
    vertical-align: middle;
    width: 182px;
    height: 182px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 0 0 36px
}

.info .pricing .ico-text {
    display: table;
    width: 100%;
    height: 100%
}

.info .pricing .ico-box {
    display: table-cell;
    vertical-align: middle
}

.info .pricing .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 36px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #0b213d;
    margin: 4px 0 12px
}

.info .pricing .price sup {
    font-size: 18px;
    line-height: 18px;
    color: #707070;
    top: -.7em
}

.info .pricing .month {
    display: block;
    color: #707070;
    font-weight: 200;
    font-style: italic;
    font-size: 18px;
    line-height: 18px
}

.info .pricing .package {
    display: block;
    text-transform: uppercase;
    color: #0b213d;
    margin: 0 0 26px;
    font-size: 18px;
    line-height: 20px
}

.info .pricing .list {
    border: solid #e5e5e5;
    border-width: 1px 0;
    padding: 27px 0 6px;
    max-width: 53%;
    margin: 0 auto 37px
}

.info .pricing .list li {
    padding: 0 0 24px;
    width: 100%;
    display: block;
    border: 0;
    color: #707070;
    font-size: 16px;
    line-height: 18px
}

.info .pricing .list li:hover {
    box-shadow: none
}

.info .pricing .plan {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #0b213d;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #0b213d;
    padding: 10px 16px 12px;
    letter-spacing: 2.2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .txt-holder {
    overflow: hidden;
    margin: 0 0 5px
}

.info .txt-holder .images,
.info .txt-holder .txts {
    display: table-cell;
    vertical-align: middle
}

.info .txt-holder.right .txt-box {
    float: right;
    text-align: right;
    max-width: 80%;
    padding: 20px 0 0 0
}

.info .txt-holder.right .images .sub-caption {
    right: auto;
    left: -70px;
    top: 47.4%
}

.info .txt-holder.right .images img {
    float: right;
    padding: 0 5%0 80px;
    max-height: 400px;
    margin: auto
}

.info .txt-holder .images {
    position: relative;
    width: 55%
}

.info .txt-holder .images .sub-caption {
    position: absolute;
    right: -38px;
    top: 45.1%;
    color: #b7b7b7;
    font-size: 12px;
    letter-spacing: 6px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.info .txt-holder .images img {
    float: left;
    max-height: 400px;
    padding: 0 80px 0 0
}

.info .txt-holder .txts h3 {
    margin: 0 0 24px;
    color: #0b213d;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px
}

.info .txt-holder .txt-box {
    max-width: 75%
}

.info .txt-holder .txt-box p {
    color: #707070;
    font-size: 16px;
    margin: 0 0 28px;
    text-transform: none
}

.info .txt-holder .continue {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    color: #0b213d;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .txt-holder .continue i,
.info .txt-holder .continue span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .txt-holder .continue:hover i {
    margin: 0 0 0 8px
}

.info .slider {
    position: relative;
    padding: 50px 0 50px
}

.info .slider .mask {
    padding: 78px 0 0
}

.info .slider .slide {
    background: #fff;
    padding: 0 99px 80px;
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22)
}

.info .slider blockquote {
    float: left;
    width: 55%;
    border: 0;
    margin: -10px 0;
    padding: 71px 20px 0 0;
    letter-spacing: .2px;
    font-size: 18px
}

.info .slider blockquote q {
    quotes: none;
    display: block;
    margin: 0 0 31px;
    position: relative;
    z-index: 1
}

.info .slider blockquote q:after {
    position: absolute;
    left: 3px;
    top: -14px;
    font-family: fontello;
    content: "\e808";
    color: #eee;
    z-index: -1;
    font-size: 58px;
    line-height: 58px
}

.info .slider blockquote cite {
    font-style: normal
}

.info .slider blockquote .heading4 {
    margin: 0 0 17px;
    font-weight: 300;
    font-size: 36px
}

.info .slider blockquote .designation {
    display: block;
    text-transform: uppercase;
    color: #b7b7b7;
    letter-spacing: 2.9px;
    font-size: 14px
}

@media screen and (min-width:1300px) {
    .info .slider blockquote .heading4 {
        font-weight: 400;
        font-size: 14px;
        line-height: 0
    }
}

.info .slider .images {
    float: right;
    width: 44%;
    margin-top: -78px
}

.info .slider .pagination {
    margin: -10px 0;
    width: 47.3%;
    position: absolute;
    left: 99px;
    bottom: 159px
}

.info .slider .pagination li {
    float: left;
    width: 33.1%;
    padding: 0 4.4%0 0
}

.info .slider .pagination li.active a {
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22)
}

.info .slider .pagination a {
    display: block
}

.info .slider .pagination a.tabset-active,
.info .slider .pagination a:hover {
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.info .services {
    padding: 188px 0 122px
}

.info .services li {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 33%;
    padding: 0 20px 68px 0
}

.info .services li h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.3px
}

.info .services li h3 {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center
}

.info .services li h3 i {
    flex-shrink: 0;
    padding-right: 10px;
    font-size: 30px;
    line-height: 20px;
    border-right: 1px solid #e5e5e5;
    text-align: center
}

.info .services li h3 span {
    flex-grow: 1
}

.info .services li h3 .icons-ico-02 {
    font-size: 20px
}

.info .services li p {
    margin: 0
}

.info .filter {
    float: right;
    width: 41%;
    padding: 0;
    min-height: 560px
}

.info .filter li {
    margin: 0 0 46px
}

.info .filter a {
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: inline-block;
    vertical-align: bottom
}

.info .tild {
    margin: 10px -19px 0 0;
    font-size: 32px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 213px;
    right: -30px;
    letter-spacing: 24px;
    font-weight: 700;
    white-space: nowrap;
    color: rgba(255, 255, 255, .1)
}

.info .num {
    font-family: OCRAStd, sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 72px;
    line-height: 72px;
    padding: 12px 129px 0 43px;
    letter-spacing: 14px;
    color: rgba(255, 255, 255, .1)
}

.info .more {
    position: absolute;
    right: 100px;
    bottom: 80px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 20px 12px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    letter-spacing: 2.6px
}

.info .more:after,
.info .more:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    content: "";
    height: 2px;
    background: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .more:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0
}

.info .more:hover:after {
    left: 50%
}

.info .more:hover:before {
    right: 50%
}

.info .img-frame {
    position: relative;
    z-index: 1
}

.info .img-frame:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: #0b213d;
    z-index: -1
}

.info .img-frame .tild {
    margin: 15%  -175px 0 0;
    right: 50%
}

.info .img-frame .image,
.info .img-frame .text {
    display: table-cell;
    vertical-align: top;
    padding: 80px 0
}

.info .img-frame .image img {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    float: left;
    max-height: 520px
}

.info .img-frame .text {
    color: rgba(255, 255, 255, .1);
    position: relative;
    text-align: center
}

.info .img-frame .box {
    position: absolute;
    left: 15px;
    right: 15px;
    text-align: center;
    bottom: 95px
}

.info .img-frame .box p {
    letter-spacing: 2.8px
}

.info .img-frame .box-inner {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 0 0 60px
}

.info .img-frame h3 {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px
}

.info .img-frame p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase
}

.info .img-frame,
.info .txt-frame {
    display: table-cell;
    vertical-align: middle
}

.info .img-frame {
    width: 33%
}

.info .img-frame .text {
    width: 50%
}

.info .txt-frame {
    font-weight: 500;
    color: #000
}

.info .txt-frame h3 {
    font-weight: 700;
    margin: 0 0 22px;
    color: #0b213d;
    font-size: 36px;
    line-height: 36px
}

.info .txt-frame h3 a {
    text-decoration: none;
    color: #0b213d;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .txt-frame p {
    margin: 0 0 30px
}

.info .txt-frame .text-box {
    padding: 41px 42px 0 0;
    text-align: left
}

.info .txt-frame .text-box li {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    position: relative
}

.info .txt-frame .text-box li:first-child:after {
    position: absolute;
    right: 6px;
    top: 9px;
    bottom: 3px;
    width: 1px;
    content: "";
    background: #e5e5e5
}

.info .txt-frame .text-box li span {
    display: block;
    color: #b7b7b7;
    margin: 0 0 37px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.info .txt-frame .text-box p {
    margin: 0 0 0 19px
}

.info .txt-frame .text-box h2 {
    margin: 20px 0 10px;
    font-weight: 300;
    font-size: 36px;
    line-height: 38px
}

.info .txt-frame .text-box h2 a {
    text-decoration: none;
    color: #0b213d;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .txt-frame .social-networks li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: auto
}

.info .txt-frame .social-networks li span {
    display: none
}

.info .txt-frame .img-holder .box {
    float: left;
    width: 49.9%;
    padding: 0 3.6%0 0
}

.info .txt-frame .img-holder .img {
    overflow: visible;
    margin: 0 0 26px
}

.info .txt-frame .img-holder .img img {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .txt-frame .img-holder .img a {
    text-decoration: none
}

.info .txt-frame .img-holder .img a:hover img {
    opacity: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.info .txt-frame .img-holder .txt-box {
    overflow: hidden;
    text-align: left;
    padding: 0 0 0 29px
}

.info .txt-frame .img-holder h3 {
    margin: 0 0 2px;
    color: #0b213d;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px
}

.info .txt-frame .img-holder .designation {
    margin: 0;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 14px
}

.info .img-area {
    overflow: hidden;
    padding: 0 0 0 31px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.info .img-area img {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 5px
}

.info .img-area .image-frame {
    position: relative;
    overflow: hidden
}

.info .img-area .image-frame:hover .caption {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0)
}

.info .img-area .caption {
    -ms-transform: translate(0, 150%);
    -webkit-transform: translate(0, 150%);
    transform: translate(0, 150%);
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .img-area .caption .c1 {
    display: table;
    width: 100%;
    height: 100%
}

.info .img-area .caption .c2 {
    display: table-cell;
    vertical-align: middle
}

.info .img-area .caption .title {
    display: block;
    padding: 2px 0 10px;
    font-weight: 700;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px
}

.info .img-area .caption p {
    margin: 0 0 26px;
    font-size: 12px;
    line-height: 14px;
    color: #b7b7b7;
    font-style: italic;
    text-transform: none
}

.info .img-area .caption .icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px
}

.info .img-area .caption .icons a {
    display: inline-block;
    vertical-align: middle;
    color: #0b213d;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 23px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.info .img-area .caption .icons a span {
    display: none
}

.info .img-area .caption .icons a i {
    display: inline-block;
    vertical-align: middle;
    line-height: 46px
}

.info .img-area .caption .icons a .icon-attach {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}

.info .img-area .img-t {
    overflow: hidden
}

.info .img-area .img-t .align-left {
    float: left;
    width: 66.5%
}

.info .img-area .img-t .align-left .holder {
    overflow: hidden
}

.info .img-area .img-t .align-left .holder .image-frame {
    float: left;
    width: 50%
}

.info .img-area .img-t .align-right {
    float: left;
    width: 33.5%
}

.info .img-area .img-b {
    overflow: hidden
}

.info .img-area .img-b .image-frame {
    float: left;
    width: 33.3%
}

.info .img-area .img-b .image-frame+.image-frame {
    width: 66.7%
}

.info .img-area .item {
    float: left;
    width: 33.33%;
    overflow: hidden
}

.info .img-area .item.add {
    width: 66.66%
}

.info .img-area .item:hover .caption {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

#team {
    padding: 30px 0
}

#team .member {
    text-align: center;
    margin-bottom: 20px
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 200px
}

#team .member .pic img {
    max-height: 100%;
    max-width: 100%
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px
}

#team .member .social {
    margin-top: 15px
}

#team .member .social a {
    color: #b3b3b3
}

#team .member .social a:hover {
    color: #1dc8cd
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px
}

.client-area {
    margin: -12px -6.2% 77px -4%;
}

.client-area li {
    display: inline-block;
    vertical-align: middle;
    width: 19.5%;
    text-align: center
}

.client-area .box {
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.client-area .ico {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    min-height: 100px
}

.client-area .ico img {
    display: block;
    width: 100%;
    height: auto
}

.client-area .ico.heart {
    width: 52px;
    padding: 11px 0 0
}

.client-area .ico.task {
    width: 52px;
    padding: 13px 0 0
}

.client-area .ico.days {
    width: 44px
}

.client-area .ico.team {
    width: 60px;
    padding: 9px 0 0
}

.client-area .title {
    display: block;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 28px;
    letter-spacing: 2.7px
}

.client-area .count {
    display: block;
    color: #0b213d;
    font-weight: 700;
    letter-spacing: 6.9px;
    font-size: 36px;
    line-height: 38px
}

#footer {
    overflow: hidden;
    color: #b7b7b7;
    margin: auto 0
}

#footer .max-container {
    background: #0b213d;
    padding: 30px 0;
}

.logo-footer {
    display: block;
    margin: 0 0 27px
}

.logo-footer a {
    text-decoration: none
}

.logo-footer .icon {
    margin: 0 7px 0-3px
}

.logo-footer .icon,
.logo-footer .img {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 36px
}

.logo-footer .img {
    width: 284px
}

.logo-footer .img img {
    display: block;
    width: 100%;
    height: auto
}

.f1 {
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto
}

.f1 .footer-txt {
    overflow: hidden
}

.f1 .footer-txt .text {
    text-align: justify;
    float: left;
    width: 60%;
    font-size: 14px;
    line-height: 20px
}

.f1 .footer-txt .text p {
    margin: 0 0 10px
}

.f1 .footer-txt p {
    margin: 0
}

.f1 .contact {
    border-top: 1px solid #3b3b3b;
    padding: 20px 0;
    color: #b7b7b7;
    font-size: 14px;
    line-height: 20px
}

.f1 .contact a {
    text-decoration: none;
    color: #b7b7b7;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.f1 address {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px
}

.f1 .email {
    display: block;
    margin: 0 0 10px
}

.f1 .holder {
    float: left;
    width: 60%
}

.f1 .testimonial {
    float: right;
    width: 33%;
    font-size: 14px;
    line-height: 20px
}

.f1 .testimonial li {
    margin: 0 0 20px
}

.f1 .testimonial p {
    margin: 0
}

.f1 .testimonial a {
    text-decoration: none
}

.f1 .frame {
    float: right;
    width: 35%;
    padding: 0
}

.f1 .wpcf7-form {
    background: #fff;
    overflow: hidden;
    padding: 30px
}

.f1 .wpcf7-form h3 {
    margin: 0 0 16px;
    letter-spacing: 2.6px;
    font-size: 20px;
    line-height: 26px
}

.f1 .wpcf7-form input[type=email],
.f1 .wpcf7-form input[type=tel],
.f1 .wpcf7-form input[type=text],
.f1 .wpcf7-form textarea {
    padding: 0;
    outline: 0;
    float: left;
    width: 100%;
    border: solid #e5e5e5;
    border-width: 0 0 1px;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
    height: 52px
}

.f1 .wpcf7-form input[type=email].error,
.f1 .wpcf7-form input[type=tel].error,
.f1 .wpcf7-form input[type=text].error,
.f1 .wpcf7-form textarea.error {
    color: red;
    border-color: red
}

.f1 .wpcf7-form textarea {
    resize: none;
    padding: 15px 0;
    height: 70px;
    margin: 0 0 50px
}

.f1 .wpcf7-form input[type=button],
.f1 .wpcf7-form input[type=submit] {
    float: left;
    background: #fff;
    border: 1px solid #0b213d;
    font-weight: 700;
    color: #0b213d;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    padding: 13px 18px 11px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.done-massage {
    background: #dff0d8 none repeat scroll 0 0;
    border: 1px solid #d6e9c6;
    border-radius: 10px;
    color: #468847;
    display: none;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: center;
    width: 100%
}

.f2 {
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto
}

.f2 .sub-nav {
    float: left;
    width: 60%;
    padding: 20px 0 10px;
    position: relative
}

.f2 .sub-nav:before {
    position: absolute;
    left: 0;
    right: 70px;
    top: 0;
    height: 1px;
    content: "";
    background: #3b3b3b
}

.f2 .sub-nav li {
    float: left;
    margin: 0 57px 0 0;
    position: relative
}

.f2 .sub-nav li:after {
    position: absolute;
    left: -28px;
    top: 4px;
    width: 2px;
    height: 11px;
    content: "";
    background: #707070
}

.f2 .sub-nav a {
    text-decoration: none;
    color: #707070;
    font-weight: 700;
    letter-spacing: 2.2px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.f2 .copyright {
    float: right;
    color: #707070;
    max-width: 45%;
    padding: 23px 30px 10px 0;
    letter-spacing: 1.3px;
    font-size: 12px;
    line-height: 14px
}

.f2 .copyright a {
    text-decoration: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.promo {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    min-height: 100px;
    background: black
}

.promo.add {
    margin: 30px 0;
    padding: 0 0 11px
}

.promo.portfolio {
    padding: 0 0 5px
}

.promo.contact {
    padding: 0 0 50px
}

.promo .max-container {
    position: relative
}

.promo .holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center
}

.promo .frame {
    display: table;
    width: 100%;
    height: 100%
}

.promo .box {
    display: table-cell;
    vertical-align: middle
}

.promo .heading {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 5px
}

.promo h1 {
    margin: 5px 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px
}

.promo h2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 0;
    position: relative;
    font-style: italic;
    font-size: 18px;
    line-height: 20px
}

.promo h2:after,
.promo h2:before {
    position: absolute;
    left: 100%;
    top: 8px;
    height: 1px;
    content: "";
    width: 1000%
}

.promo h2:before {
    left: auto;
    right: 100%
}

.blockquote {
    overflow: hidden;
    margin: 0 0 50px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%50%
}

.blockquote .img {
    width: 100%;
    display: block;
    max-width: inherit
}

.blockquote .frame {
    margin: 30px 20px;
    border: 1px solid #5e5e5e
}

.blockquote .box-t {
    width: 100%;
    height: 100%;
    display: table
}

.blockquote .box-c {
    display: table-cell;
    vertical-align: middle
}

.blockquote blockquote {
    border: 0;
    padding: 30px 36px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.blockquote blockquote .icon-quote-left {
    font-size: 25px;
    line-height: 25px;
    margin: -3px 0 4px -4px;
    display: block
}

.blockquote blockquote .icon-attach {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 16px -3px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}

.blockquote blockquote q {
    font-style: italic;
    quotes: none;
    display: block;
    margin: 0 0 20px
}

.blockquote blockquote q span {
    display: block
}

.blockquote blockquote cite {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    padding: 9px 0 0 15px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    letter-spacing: 2.8px
}

.blockquote blockquote cite:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 2px;
    width: 30px
}

.post {
    padding: 11px 0 0
}

.post.detail {
    padding: 0
}

.post.detail .text-area {
    margin: 0 0 26px
}

.post.detail .text-area p {
    margin: 0 0 26px
}

.post.detail .txts {
    padding: 3px 0 44px;
    font-size: 16px;
    line-height: 26px
}

.post.add .image-box {
    margin: 0 0 37px
}

.post.add .text-area {
    margin: 0 0 47px
}

.post.add .text-area h3 {
    margin: 0 0 23px
}

.post .image-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 60px
}

.post .image-box time {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 9px 9px 10px;
    letter-spacing: 2px;
    background: #fff;
    text-align: center
}

.post .image-box time .date {
    display: block;
    color: #0b213d;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px
}

.post .image-box time .month {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #707070;
    font-size: 12px;
    line-height: 14px
}

.post .image-box .slide {
    position: relative
}

.post .image-box .slide img {
    display: block;
    width: 100%;
    height: auto
}

.post .image-box .slide .btn-play {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0-30px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    pointer-events: none
}

.post .image-box .slide .btn-play.add:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    border-style: solid;
    margin: -6px 0 0-6px;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff
}

.post .image-box .slide .btn-play .icon-music {
    display: block;
    margin: 0;
    line-height: 50px
}

.post .image-box .slick-next,
.post .image-box .slick-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -25px 0 0;
    z-index: 2;
    padding: 0;
    background: 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 30px;
    height: 50px;
    border: 1px solid #707070;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.post .image-box .slick-next:after,
.post .image-box .slick-prev:after {
    top: 12px;
    left: 12px;
    color: #fff;
    text-indent: 0;
    content: "\e80c";
    position: absolute;
    font-family: fontello;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.post .image-box .slick-next {
    left: auto;
    right: 10px
}

.post .image-box .slick-next:after {
    content: "\e80d"
}

.post .text-area {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: 0 0 54px
}

.post .text-area h2 {
    margin: 0 0 4px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px
}

.post .text-area h3 {
    margin: 0 0 33px;
    font-size: 30px;
    line-height: 32px
}

.post .text-area p {
    margin: 0 0 36px;
    text-align: left;
    line-height: 26px
}

.post .btn-holder {
    overflow: hidden
}

.post .btn-holder .more {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #0b213d;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 2.9px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.post .btn-holder .more i,
.post .btn-holder .more span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.post .btn-holder .more:hover i {
    margin-left: 5px
}

.post .social {
    text-align: center;
    color: #00bfff;
    border: 1px solid #000;
    padding: 9px 5px;
    margin: 0 0 59px
}

.post .social li {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    position: relative
}

.post .social li+li:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 30px;
    content: "";
    background: #e5e5e5
}

.post .social .name,
.post .social .num {
    color: #707070
}

.post .social .social-networks li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 4px;
    width: auto
}

.post .social .social-networks li+li {
    border: 0
}

.post .social .social-networks li+li:after {
    display: none
}

.post .social .social-networks a {
    border: 0
}

.post .social .social-networks span {
    display: none
}

.post .info-list {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 14px;
    font-style: italic
}

.post .info-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 23px;
    position: relative
}

.post .info-list li+li:after {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 20px;
    height: 1px;
    content: "";
    background: #b7b7b7
}

.post .holder {
    margin: 0-3.3%0 0
}

.post .holder .box {
    display: inline-block;
    vertical-align: top;
    width: 47.2%;
    margin-right: 20px
}

.post .box {
    margin: 0 0 58px
}

.post .box .image-box {
    margin: 0 0 27px
}

.post .box .image-box a:hover img {
    opacity: .7
}

.post .box img {
    width: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.post .box .text-area {
    margin: 0 0 10px
}

.post .box h3 {
    margin: 0 0 7px;
    font-size: 24px;
    line-height: 26px
}

.post .box h3 a {
    text-decoration: none;
    color: #0b213d;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.btn-area {
    text-align: center;
    margin: -30px 0 80px
}

.btn-area .more {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    min-width: 170px;
    text-transform: uppercase;
    border: 1px solid #0b213d;
    font-size: 12px;
    line-height: 26px;
    padding: 5px 5px 7px;
    color: #0b213d;
    letter-spacing: 2.3px
}

.paginations {
    overflow: hidden;
    margin: 0 0 80px;
    display: block;
    border-radius: 0
}

.paginations ul {
    text-align: center
}

.paginations li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px
}

.paginations li.active a {
    border-color: #000
}

.paginations a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 39px;
    border: 1px solid #e5e5e5;
    color: #0b213d;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    line-height: 36px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.paginations a:hover {
    border-color: #000
}

.sidebar .widget {
    margin: 0
}

.sidebar .widget.add h2 {
    padding-bottom: 28px
}

.sidebar .widget h2 {
    margin: 0;
    font-weight: 700;
    padding: 8px 0 18px 13px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px
}

.sidebar .widget h2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    content: "";
    background: #000
}

.sidebar .wpcf7-form {
    border: 1px solid #e5e5e5;
    padding: 8px 0 5px;
    margin: 0 0 61px
}

.sidebar .wpcf7-form .rows {
    float: left;
    width: 219px
}

.sidebar .wpcf7-form .rows span {
    float: left;
    width: 100%
}

.sidebar .wpcf7-form .rows input[type=search] {
    width: 100%;
    height: 31px;
    float: left;
    border: 0;
    background: #fff;
    outline: 0;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5
}

.sidebar .wpcf7-form button[type=submit] {
    float: right;
    width: 45px;
    border: 0;
    background: #fff;
    outline: 0;
    padding: 0;
    margin: -6px 2px 0 0;
    font-size: 26px
}

.sidebar .categories {
    padding: 0 0 36px
}

.sidebar .categories li {
    padding: 10px 0 19px 24px;
    position: relative
}

.sidebar .categories li:after {
    position: absolute;
    left: 0;
    top: 18px;
    content: "";
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #e5e5e5
}

.sidebar .categories li+li {
    border-top: 1px solid #e5e5e5
}

.sidebar .categories a {
    text-decoration: none;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.sidebar .instagram {
    margin: 11px -10px 50px 0
}

.sidebar .instagram li {
    display: inline-block;
    vertical-align: top;
    width: 83px;
    margin: 0 7px 10px 0
}

.sidebar .instagram a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.sidebar .instagram a:hover img {
    opacity: .7
}

.sidebar .recent {
    padding: 20px 0 30px
}

.sidebar .recent li {
    margin: 0 0 30px
}

.sidebar .recent .img {
    float: left;
    width: 83px;
    margin: 0 17px 0 0
}

.sidebar .recent .img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.sidebar .recent .img a:hover img {
    opacity: .7
}

.sidebar .recent .txt {
    overflow: hidden
}

.sidebar .recent h3 {
    margin: -7px 0 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.sidebar .recent h3 a {
    text-decoration: none;
    color: #0b213d;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.sidebar .recent time {
    display: block;
    color: #b7b7b7;
    font-style: italic;
    font-size: 12px;
    line-height: 14px
}

.sidebar .tags {
    padding: 20px 0 0
}

.sidebar .tags li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 9px 0
}

.sidebar .tags a {
    display: inline-block;
    vertical-align: top;
    color: #707070;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 7px 22px;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.article-holder {
    overflow: hidden;
    padding: 11px 0 57px
}

.article-holder .article {
    display: table;
    margin: 30px 0;
    width: 100%;
}

.article-holder .article:nth-child(even).txt {
    text-align: right;
    padding: 0 7%0 0
}

.article-holder .article:nth-child(even).title {
    left: auto;
    right: -97px
}

.article-holder .image {
    width: 48.8%
}

.article-holder .image img {
    display: block;
    /*width: 80%;*/
    max-height: 360px;
    border-radius: 10%;
    margin: 15px auto
}

.article-holder .image,
.article-holder .text {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.article-holder .txt {
    max-width: 80%;
    /*padding: 0 0 0 7%;*/
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px
}

.article-holder .title {
    font-weight: 400;
    position: absolute;
    left: -99px;
    top: 50%;
    white-space: nowrap;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 14px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    margin: -11px 0 0;
    letter-spacing: 6px
}

.article-holder h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 25px
}

.article-holder p {
    margin: 0 0 30px;
    color: #707070
}
.article .txt .author-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.article .txt .author-row caption,
.article .txt .author-row a.more {
  margin: 0;
}
.article-holder .more {
    display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px ;
  background: transparent;
  border: 1.5px solid currentColor;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;

}

.article-holder .more .icon-right-thin,
.article-holder .more span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.article-holder .more:hover .icon-right-thin {
    margin-left: 5px
}

.comment {
    overflow: visible;
    margin: -9px 0 38px;
    padding: 0 0 2px;
    border-bottom: 1px solid #e9e9e9
}

.comment h3 {
    margin: 0;
    font-weight: 700;
    padding: 8px 0 49px 13px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px
}

.comment h3:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 30px;
    content: ""
}

.comment ol li {
    margin: 0
}

.comment ol ol li {
    padding: 0 0 0 96px
}

.comment ol .box {
    overflow: hidden;
    padding: 0 0 41px
}

.comment ol .box .imgs {
    float: left;
    width: 68px;
    margin: 1px 28px 0 0
}

.comment ol .box .imgs img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.comment ol .box .imgs a:hover img {
    opacity: .7
}

.comment ol .box .txt {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 30px
}

.comment ol .box .txt:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 8px;
    width: 1px;
    content: "";
    background: #e9e9e9
}

.comment ol .box .txt p {
    color: #707070;
    margin: 0;
    font-size: 17px;
    line-height: 26px
}

.comment ol .box .head-area {
    overflow: hidden;
    margin: 0 0 10px
}

.comment ol .box .head {
    float: left;
    max-width: 50%
}

.comment ol .box .head time {
    display: block;
    color: #b7b7b7;
    margin: 0 0 4px;
    font-style: italic;
    font-size: 12px;
    line-height: 14px
}

.comment ol .box .head h4 {
    margin: 0;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px
}

.comment ol .box .head h4 a p {
    color: #0b213d;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.comment ol .box .reply {
    float: right;
    max-width: 50%;
    text-decoration: none;
    min-width: 92px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 5px 8px;
    color: #0b213d;
    margin: 14px 0 0;
    border: 1px solid #0b213d;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.comment-form {
    overflow: hidden;
    margin: 0 0 15px
}

.comment-form::-webkit-input-placeholder {
    color: #b7b7b7
}

.comment-form:-moz-placeholder {
    color: #b7b7b7
}

.comment-form::-moz-placeholder {
    color: #b7b7b7;
    opacity: 1
}

.comment-form:-ms-input-placeholder {
    color: #b7b7b7
}

.comment-form h3 {
    margin: 0;
    font-weight: 700;
    padding: 10px 0 30px 15px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px
}

.comment-form h3:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 30px;
    content: ""
}

.comment-form .column .rows {
    float: left;
    width: 42.6%
}

.comment-form .column .rows+.rows {
    float: right
}

.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form input[type=text],
.comment-form textarea {
    float: left;
    width: 100%;
    height: 49px;
    padding: 0 0 4px;
    border: 0;
    margin: 0;
    color: #b7b7b7;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.comment-form textarea {
    padding: 25px 0 0;
    min-height: 102px;
    resize: none;
    margin: 0 0 59px
}

.comment-form input[type=button],
.comment-form input[type=submit] {
    margin: 0;
    color: #0b213d;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #0b213d;
    background: #fff;
    padding: 9px 20px 13px;
    letter-spacing: 2.2px;
    height: auto;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.masonry-holder {
    overflow: hidden;
    padding: 0 0 80px;
    text-align: center
}

.masonry-holder h2 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding: 8px 0 59px 23px;
    letter-spacing: 3.6px;
    text-align: left
}

.masonry-holder h2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 1px;
    content: ""
}

.masonry-holder .links {
    padding: 0 0 56px
}

.masonry-holder .links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px
}

.masonry-holder .links a {
    text-decoration: none;
    color: #0b213d;
    letter-spacing: .3px;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.masonry-holder .masonry {
    margin: 0 0 2.7%
}

.masonry-holder .masonry.add li {
    width: 31.8%
}

.masonry-holder .masonry.grid2 li {
    width: 50%
}

.masonry-holder .masonry.grid3 li {
    width: 33.33%
}

.masonry-holder .masonry li {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    padding: 0 1%2.4%;
    width: 100%
}

.masonry-holder .masonry li .holder {
    overflow: hidden;
    position: relative
}

.masonry-holder .masonry li:hover .caption {
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0)
}

.masonry-holder .masonry li.coll2 {
    width: 50%
}

.masonry-holder .masonry li.coll3 {
    width: 33.33%
}

.masonry-holder .masonry li.onethird {
    width: 66.66%
}

.masonry-holder .masonry li .img img {
    display: block;
    width: 100%;
    height: auto
}

.masonry-holder .masonry a {
    text-decoration: none
}

.masonry-holder .masonry .caption {
    -ms-transform: translate(0, -150%);
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.masonry-holder .masonry .caption .c1 {
    display: table;
    width: 100%;
    height: 100%
}

.masonry-holder .masonry .caption .c2 {
    display: table-cell;
    vertical-align: middle
}

.masonry-holder .masonry .caption .title {
    display: block;
    padding: 2px 0 10px;
    font-weight: 700;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px
}

.masonry-holder .masonry .caption p {
    margin: 0 0 26px;
    font-size: 12px;
    line-height: 14px;
    color: #b7b7b7;
    font-style: italic;
    text-transform: none
}

.masonry-holder .masonry .caption .icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    width: auto;
    padding: 0;
    float: none
}

.masonry-holder .masonry .caption .icons a {
    display: inline-block;
    vertical-align: middle;
    color: #0b213d;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 23px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.masonry-holder .masonry .caption .icons a span {
    display: none
}

.masonry-holder .masonry .caption .icons a i {
    display: inline-block;
    vertical-align: middle;
    line-height: 46px
}

.masonry-holder .masonry .caption .icons a .icon-attach {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}

.masonry-holder .more {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #0b213d;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #0b213d;
    text-transform: uppercase;
    padding: 11px 37px 10px;
    letter-spacing: 2.2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.gallery {
    overflow: hidden;
    padding: 39px 0 60px
}

.gallery .img {
    float: left;
    width: 65.8%;
    margin: 5px 11.1%0 0
}

.gallery .img img {
    display: block;
    width: 100%;
    height: auto
}

.gallery .text {
    overflow: hidden;
    color: #707070;
    font-size: 16px;
    line-height: 26px
}

.gallery h2 {
    margin: 0 0 13px;
    color: #0b213d;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px
}

.gallery p {
    margin: 0 0 41px
}

.gallery dl {
    margin: 0;
    border-top: 1px solid #e5e5e5;
    padding: 54px 0 0;
    letter-spacing: 1.6px;
    font-size: 14px;
    line-height: 16px
}

.gallery dl dt {
    float: left;
    clear: left;
    font-weight: 400;
    color: #b7b7b7;
    margin: 0 4px 0 0;
    padding: 0 0 16px
}

.gallery dl dd {
    overflow: hidden;
    font-weight: 700;
    color: #0b213d;
    padding: 0 0 16px
}

.project-area {
    padding: 0 0 43px
}

.project-area h2 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding: 8px 0 59px 23px;
    letter-spacing: 3.6px
}

.project-area h2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 1px;
    content: ""
}

.project-area ul {
    margin: 0-3%;
    text-align: center
}

.project-area ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 1%3%;
    width: 31.8%
}

.contact {
    overflow: hidden;
    color: #707070;
    padding: 0 0 121px;
    font-size: 16px;
    line-height: 26px
}

.contact h3 {
    margin: 0 0 18px;
    font-weight: 700;
    color: #0b213d;
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 28px
}

.contact p {
    margin: 0 0 20px
}

.contact .column {
    padding: 0 0 16px
}

.contact input[type=email],
.contact input[type=tel],
.contact input[type=text],
.contact textarea {
    float: left;
    width: 100%;
    height: 40px;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    outline: 0
}

.contact input[type=email]:focus,
.contact input[type=tel]:focus,
.contact input[type=text]:focus,
.contact textarea:focus {
    padding-left: 10px
}

.contact textarea {
    margin: 0;
    resize: none;
    height: 112px;
    padding: 8px 0 0
}

.contact input[type=submit] {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b213d;
    padding: 12px 29px;
    border: 1px solid #0b213d;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    letter-spacing: 1.7px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.map {
    overflow: hidden;
    padding: 7px 0 0;
    position: relative
}

.map-canvas {
    top: 0;
    bottom: 0;
    width: 1200px;
    position: absolute;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important
}

.map img {
    display: block;
    width: 100%;
    height: auto
}

.map .icon-location {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -89px 0 0-28px;
    z-index: 2;
    font-size: 70px;
    line-height: 70px
}

.loader-container {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader {
    display: block;
    position: absolute;
    font-size: 0;
    color: #f36b21;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    -webkit-transform: translateY(-50%)translateX(-50%);
    -ms-transform: translateY(-50%)translateX(-50%);
    transform: translateY(-50%)translateX(-50%)
}

.loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    display: inline-block;
    float: none;
    background-color: transparent;
    border: 0 solid transparent
}

.loader>div:first-child {
    position: absolute;
    width: 42px;
    height: 42px;
    background: 0 0;
    border-style: solid;
    border-width: 3px;
    border-right-color: transparent;
    border-left-color: transparent;
    -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9)infinite;
    animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9)infinite
}

.loader>div:last-child {
    width: 21px;
    height: 21px;
    -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9)infinite;
    animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9)infinite
}

#back-top {
    bottom: 0;
    opacity: 0;
    z-index: 9;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transition: all .6s ease;
    -webkit-transform: translateY(40px)
}

#back-top.active {
    opacity: 1;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

#back-top:hover {
    opacity: .9
}

.tb-grid[class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f1f1f1;
    border: 1px solid #ddd
}

.padding-top-lg {
    padding-top: 90px
}

.padding-top-md {
    padding-top: 60px
}

.padding-top-sm {
    padding-top: 30px
}

.padding-bottom-lg {
    padding-bottom: 90px
}

.padding-bottom-md {
    padding-bottom: 60px
}

.padding-bottom-sm {
    padding-bottom: 30px
}

.margin-top-lg {
    margin-top: 90px
}

.margin-top-md {
    margin-top: 60px
}

.margin-top-sm {
    margin-top: 30px
}

.margin-bottom-lg {
    margin-bottom: 90px
}

.margin-bottom-md {
    margin-bottom: 60px
}

.margin-bottom-sm {
    margin-bottom: 30px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl].slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.gallery-item dt {
    float: none;
    padding: 0
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 25vh
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    top: 0;
    left: 0;
    z-index: 8020;
    position: absolute
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 9999
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: .8;
    z-index: 8060;
    cursor: pointer;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0-108px
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif)center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-close:after {
    top: 33px;
    right: 38px;
    font-family: "Font Awesome 5 Pro";
    font-size: 35px;
    content: "\f057";
    line-height: 35px;
    position: absolute
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0-36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0-72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    overflow: hidden;
    position: absolute;
    background: url(../images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.error-sec {
    padding: 15px 0 120px;
    overflow: hidden
}

.error-sec.coming-soon {
    padding: 0;
    margin-top: -100px
}

.error-sec .error-code {
    font-size: 150px;
    line-height: 160px;
    color: #0b213d;
    display: block;
    margin: 0 0 57px;
    font-family: muli, sans-serif;
    font-weight: 700;
    letter-spacing: 12px
}

.error-sec .error-code b {
    background-image: url(images/zero.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
    margin: 36px 12px 0 0;
    width: 107px;
    height: 107px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.error-sec .txt {
    font-size: 16px;
    line-height: 18px;
    color: #707070;
    font-weight: 400;
    font-family: muli, sans-serif;
    margin: 0 0 60px
}

.error-sec .txt .title {
    font-family: muli, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #0b213d;
    text-align: center;
    display: block;
    margin: 0 0 29px
}

.error-sec .txt .title i {
    font-style: normal
}

.error-sec .btn-back {
    font-size: 12px;
    line-height: 14px;
    color: #0b213d;
    font-family: muli, sans-serif;
    font-weight: 700;
    padding: 13px 10px 12px 10px;
    letter-spacing: 2px;
    border: 1px solid #0b213d;
    border-radius: 2px;
    width: 190px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.error-sec .btn-back:hover {
    text-decoration: none
}

.error-sec h1 {
    font-size: 30px;
    line-height: 32px;
    color: #0b213d;
    margin: 0 0 21px;
    font-family: muli, sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

.error-sec .sub-title {
    font-size: 12px;
    line-height: 14px;
    color: #707070;
    margin: 0 0 109px;
    font-family: muli, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    display: block
}

.error-sec h2 {
    font-size: 16px;
    line-height: 18px;
    color: #707070;
    margin: 0 0 32px;
    font-family: muli, sans-serif;
    font-weight: 700
}

.error-sec .footer-socials {
    font-size: 13px;
    line-height: 15px;
    color: #707070;
    width: 232px;
    overflow: hidden;
    margin: 0 auto
}

.error-sec .footer-socials li {
    float: left;
    margin: 0 0 0 43px
}

.error-sec .footer-socials li:first-child {
    margin: 0
}

.error-sec .countdown-section {
    margin: 0 0 0 100px
}

.error-sec .countdown-section:first-child {
    margin: 0
}

.error-sec .comming-timer {
    border-width: 0 0 2px;
    border-style: solid;
    margin: 0 auto 76px;
    padding: 0 0 38px;
    width: 920px
}

.comming-timer .countdown-amount {
    font-size: 48px;
    line-height: 50px;
    color: #0b213d;
    font-family: muli, sans-serif;
    font-weight: 700;
    margin: 0 5px 0 0
}

.comming-timer .countdown-period {
    font-size: 16px;
    line-height: 18px;
    color: #707070;
    text-transform: uppercase;
    font-family: muli, sans-serif;
    font-weight: 700;
    position: relative
}

.comming-timer .countdown-period:before {
    position: absolute;
    content: "/";
    left: -5px;
    top: 2px;
    font-size: 16px;
    line-height: 18px;
    color: #707070
}

.error-sec.coming-soon .container-holder {
    white-space: nowrap;
    text-align: center
}

.error-sec.coming-soon .container-holder:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100vh
}

.error-sec.coming-soon .container-holder>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%
}

.error-sec .footer-socials a {
    color: #707070;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

@media screen and (min-width:768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em
    }
}

@media screen and (max-width:767px) {

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em
    }

    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em
    }
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%)rotate(0);
        transform: translate(-50%, -50%)rotate(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%)rotate(180deg);
        transform: translate(-50%, -50%)rotate(180deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%)rotate(360deg);
        transform: translate(-50%, -50%)rotate(360deg)
    }
}

@keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%)rotate(0);
        transform: translate(-50%, -50%)rotate(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%)rotate(180deg);
        transform: translate(-50%, -50%)rotate(180deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%)rotate(360deg);
        transform: translate(-50%, -50%)rotate(360deg)
    }
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%)scale(1);
        transform: translate(-50%, -50%)scale(1)
    }

    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%)scale(.15);
        transform: translate(-50%, -50%)scale(.15)
    }
}

@keyframes ball-clip-rotate-pulse-scale {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%)scale(1);
        transform: translate(-50%, -50%)scale(1)
    }

    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%)scale(.15);
        transform: translate(-50%, -50%)scale(.15)
    }
}

.commentFormDiv {
    position: relative
}

.nextBlogBtn {
    position: absolute;
    margin: 0;
    color: #0b213d;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #0b213d;
    background: #fff;
    padding: 9px 20px 13px;
    letter-spacing: 2.2px;
    height: auto;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1;
    right: .5%;
    bottom: 10%
}

.clients {
    background: #fff;
    padding: 10px 0
}

.clientImg {
    position: relative;
    vertical-align: middle;
    max-height: 8vh;
    padding: 0 10px
}

.commentresults {
    margin: 0 auto 20px auto
}

.team {
    text-align: center;
    padding: 1%5%5%
}

.team p {
    margin: 0 0 10px;
    font-size: 12px;
    font-style: italic
}

.teamImg {
    width: 150px;
    height: 150px;
    border-radius: 100%
}

.teamMember {
    margin-top: 20px;
    margin-bottom: 20px
}

.teamMember h2 {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.teamSocialIcons {
    font-size: 18px;
    padding: 0 2px
}

@media screen and (max-width:768px) {
    .teamImg {
        width: 95px;
        height: 95px
    }

    .teamMember {
        padding: 2%5%5%;
        margin: 5%auto
    }

    .col-sm-6,
    .col-xs-6 {
        height: 200px;
        padding: 0 5px
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .col-md-6 {
    height: auto;
  }
}


.animated-bg {
    animation: themifyAnimatedBG 20s infinite alternate
}

@keyframes themifyAnimatedBG {
    0% {
        background-color: #ec008c
    }

    100% {
        background-color: #00bcc3
    }

    50% {
        background-color: #5fb26a
    }

    33.3% {
        background-color: #fc7331
    }
}

.glow {
    font-size: 14px;
    color: #fff;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 1px #aadee9, 0 0 10px #cde0f3, 0 0 15px #abd2e5
    }

    to {
        text-shadow: 0 0 10px #aadee9, 0 0 15px #cde0f3, 0 0 20px #cedef1
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: saturate(180%)blur(20px);
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    vertical-align: middle
}

.modal-content {
    position: relative;
    text-align: center;
    background-color: rgb(255, 255, 255, .7);
    margin: 20px auto;
    border: 1px solid #888;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 90%; /* Changed from fixed width to percentage */
    left: 50%;
    transform: translateX(-50%); /* This ensures perfect centering */
}

@media screen and (min-width:425px) and (max-width:650px) {
    .modal-content {
        width: 80%
    }
}

@media screen and (max-width:425px) {
    .modal-content {
        width: 100%
    }
}

.close {
    position: absolute;
    left: 90%;
    top: 20px;
    z-index: 9999;
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bolder
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.testimonial-form-div {
    position: relative;
    display: inline-block;
    height: 50%;
    padding: 2%10%
}

#testimonial-form input {
    width: auto;
    background: #fff;
    border: .25px solid grey
}

#testimonial-form input[name=firstname],
#testimonial-form input[name=lastname] {
    width: 49%
}

#testimonial-form select {
    width: 80%;
    height: 30px
}

#testimonial-form textarea {
    resize: none
}

#testimonial-form .name {
    margin-top: -20px;
    font-size: 12px
}

.testimonial-form {
    text-align: left
}

.firstnamelabel {
    position: absolute;
    font-size: 12px;
    left: 33%;
    margin-top: -25px
}

.secondnamelabel {
    position: absolute;
    font-size: 12px;
    left: 60%;
    margin-top: -25px
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: .5
}

.career-bg {
    background: #ffffffa1
}

.career-container {
    max-width: 100%;
    margin: 0 auto 15px;
    padding: 0 15px 10px
}

.career-container:after,
.career-container:before {
    content: "";
    display: table
}

.career-container:after {
    clear: both
}

@media screen and (min-width:768px) {
    .career-container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .career-container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .career-container {
        width: 1200px
    }
}

.table {
    border-collapse: collapse;
    width: 100%
}

.td,
.th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px
}

.tr:nth-child(even) {
    background-color: #ddd
}

.d-block {
    display: block !important
}

.career-post .php-email-form {
    width: 100%
}

.career-post .php-email-form .form-group {
    padding-bottom: 8px
}

.career-post .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.career-post .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.career-post .php-email-form .error-message br+br {
    margin-top: 25px
}

.career-post .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.career-post .php-email-form .loading {
    display: none;
    text-align: center;
    padding: 15px
}

.career-post .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #72c7ef;
    border-top-color: #1a1814;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.career-post .php-email-form input,
.career-post .php-email-form textarea {
    border-radius: 10px;
    box-shadow: none;
    font-size: 14px
}

.career-post .php-email-form input::-webkit-input-placeholder,
.career-post .php-email-form textarea::-webkit-input-placeholder {
    color: #a49b89
}

.career-post .php-email-form input::-moz-placeholder,
.career-post .php-email-form textarea::-moz-placeholder {
    color: #a49b89
}

.career-post .php-email-form input::placeholder,
.career-post .php-email-form textarea::placeholder {
    color: #a49b89
}

.career-post .php-email-form input:focus,
.career-post .php-email-form textarea:focus {
    border-color: #72c7ef
}

.career-post .php-email-form input {
    height: 44px
}

.career-post .php-email-form textarea {
    padding: 10px 12px
}

.career-post .php-email-form button[type=submit] {
    background: #72c7ef;
    padding: 10px 50px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.career-post .php-email-form button[type=submit]:hover {
    background: #0b213d
}

.grays {
    filter: grayscale(100%)brightness(120%)
}

#no-ads-section ins.adsbygoogle {
    display: none
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price-range {
    font-weight: bold;
    font-size: 14px;
}

.quote-button {
    margin-left: 1rem
}

.payment-info {
  text-align: center;
  background:rgb(255 255 255/50%);
}

.payment-info .row {
  margin:2em 0 !important;
}

.payment-info .btn {
  margin:1em 0 !important;
  font-weight: bold;
}

.payment-info .green {
  color: green;
  font-weight: bold;
  text-transform: uppercase;
}

.payment-info .red {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.emoji {
  font-size: 100px;
}

/* Modal Styles */

/* Fixed Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease-out;
}

.modal-content {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    margin: 40px auto;
    padding: 0;
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    max-width: 700px;
    width: 90%;
    animation: slideDown 0.4s ease-out;
    /* Center the modal properly */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* Form Header */
.form-header {
    text-align: center;
    padding: 30px 40px 20px;
    background: linear-gradient(135deg, #0B213D 0%, #1a3658 100%);
    color: white;
    border-radius: 20px 20px 0 0;
}

.form-header h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.form-subtitle {
    margin: 0;
    opacity: 0.9;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

/* Form Sections */
.form-section {
    padding: 30px 40px;
    border-bottom: 1px solid #e9ecef;
}

.form-section:last-of-type {
    border-bottom: none;
}

/* Form Layout */
.form-row {
    margin-bottom: 25px;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-group {
    width: 100%;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

/* Input Styles */
.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #0B213D;
    box-shadow: 0 0 0 3px rgba(11, 33, 61, 0.1);
}

.name-fields {
    display: flex;
    gap: 15px;
}

.name-fields .form-input {
    flex: 1;
}

/* Select Styles */
.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 16px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-select:focus {
    outline: none;
    border-color: #0B213D;
    box-shadow: 0 0 0 3px rgba(11, 33, 61, 0.1);
}

/* Textarea Styles */
.form-textarea {
    width: 100%;
    min-height: 120px;
    padding: 16px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    resize: vertical;
    transition: all 0.3s ease;
    background: white;
    box-sizing: border-box;
}

.form-textarea:focus {
    outline: none;
    border-color: #0B213D;
    box-shadow: 0 0 0 3px rgba(11, 33, 61, 0.1);
}

/* Character Counter */
.char-counter {
    text-align: right;
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

/* Radio Group */
.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
}

.radio-option input {
    margin-right: 8px;
}

/* File Upload */
.file-upload-area {
    border: 2px dashed #e9ecef;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.file-upload-area:hover {
    border-color: #0B213D;
}

.file-input {
    display: none;
}

.file-upload-label {
    cursor: pointer;
    display: block;
}

.upload-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

.file-hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 8px;
}

/* Submit Button - KEEP YOUR STYLES */
.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #0B213D 0%, #1a3658 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(11, 33, 61, 0.3);
}

/* Close Button */
.close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border: none;
}

.close:hover {
    background: #e9ecef;
    transform: rotate(90deg);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from { 
        opacity: 0;
        transform: translateY(-50px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content {
        margin: 20px auto;
        width: 95%;
    }
    
    .form-section {
        padding: 20px;
    }
    
    .form-header {
        padding: 20px;
    }
    
    .form-header h2 {
        font-size: 24px;
    }
    
    .name-fields {
        flex-direction: column;
        gap: 15px;
    }
    
    .radio-group {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        margin: 10px auto;
        width: 98%;
        border-radius: 15px;
    }
    
    .form-section {
        padding: 15px;
    }
    
    .form-header {
        padding: 15px;
    }
    
    .form-header h2 {
        font-size: 20px;
    }
    
    .form-input,
    .form-select,
    .form-textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .close {
        right: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


#myModal * { box-sizing: border-box; margin: 0; padding: 0; }
    
    /* â”€â”€ OVERLAY â”€â”€ */
    #myModal {
      display: none;
      position: fixed;
      z-index: 9999;
      inset: 0;
      overflow-y: auto;
      background: rgba(11, 33, 61, 0.75);
      backdrop-filter: blur(4px);
    }
    
    /* â”€â”€ MODAL BOX â”€â”€ */
    #myModal .modal-content {
      position: relative;
      background: #fff;
      width: calc(100% - 40px);
      max-width: 580px;
      margin: 48px auto 60px;
      border-radius: 3px;
      box-shadow: 0 20px 70px rgba(11,33,61,0.3);
      overflow: hidden;
      animation: tModalIn 0.35s ease both;
      left: auto; right: auto; transform: none;
    }
    @keyframes tModalIn {
      from { opacity:0; transform:translateY(22px); }
      to   { opacity:1; transform:translateY(0); }
    }
    
    /* â”€â”€ CLOSE â”€â”€ */
    #myModal .close {
      position: absolute;
      top: 16px; right: 20px;
      font-size: 24px;
      font-weight: 300;
     
      cursor: pointer;
      z-index: 20;
      line-height: 1;
      transition: color 0.2s;
      font-family: 'Muli', sans-serif;
    }
    #myModal .close:hover { color: #fff; }
    
    /* â”€â”€ HEADER â”€â”€ */
    #myModal .t-header {
      background: #0b213d;
      padding: 42px 44px 36px;
      position: relative;
      overflow: hidden;
    }
    #myModal .t-header::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        45deg, transparent, transparent 60px,
        rgba(255,255,255,0.025) 60px, rgba(255,255,255,0.025) 61px
      );
    }
    #myModal .t-eyebrow {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: 'Muli', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.4);
      font-style: italic;
      margin-bottom: 14px;
      position: relative;
      justify-content: center;
    }
    
    #myModal .t-eyebrow span { display:block; width:22px; height:1px; background:rgba(255,255,255,0.25); }
    #myModal .t-header h2 {
      font-family: 'Muli', sans-serif;
      font-size: 1.85rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      line-height: 1.15;
      margin-bottom: 8px;
      position: relative;
    }
    #myModal .t-subtitle {
      font-family: 'Muli', sans-serif;
      font-size: 14px;
      color: rgba(255,255,255,0.5);
      font-style: italic;
      position: relative;
    }
    
    /* â”€â”€ FORM BODY â”€â”€ */
    #myModal .t-form {
      padding: 40px 44px 44px;
    }
    
    /* â”€â”€ SECTION LABELS â”€â”€ */
    #myModal .t-section {
      margin-bottom: 32px;
      padding-bottom: 32px;
      border-bottom: 1px solid #eaecf0;
    }
    #myModal .t-section:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
    }
    #myModal .t-section-label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
    }
    #myModal .t-section-label .sl-line { width: 22px; height: 2px; background: #0b213d; flex-shrink:0; }
    #myModal .t-section-label span {
      font-family: 'Muli', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      color: #aab0bb;
      font-style: italic;
    }
    
    /* â”€â”€ ROWS â”€â”€ */
    #myModal .t-row { margin-bottom: 22px; }
    #myModal .t-row:last-child { margin-bottom: 0; }
    #myModal .t-row-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 22px;
    }
    
    /* â”€â”€ FIELD GROUP â”€â”€ */
    #myModal .t-field { display: flex; flex-direction: column; }
    
    /* â”€â”€ LABELS â”€â”€ */
    #myModal .t-label {
      font-family: 'Muli', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: #aab0bb;
      font-style: italic;
      margin-bottom: 8px;
      display: block;
      text-align: left !important;
    }
    
    /* â”€â”€ ALL INPUTS â€” underline only â”€â”€ */
    #myModal input[type="text"],
    #myModal input[type="email"] {
      font-family: 'Muli', sans-serif !important;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #0b213d !important;
      width: 100% !important;
      background: transparent !important;
      border: none !important;
      border-bottom: 1.5px solid #d8dde5 !important;
      border-radius: 0 !important;
      outline: none !important;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      padding: 9px 0 !important;
      transition: border-color 0.25s ease;
      -webkit-appearance: none;
    }
    #myModal input[type="text"]::placeholder,
    #myModal input[type="email"]::placeholder {
      color: #c0c6d0 !important;
      font-weight: 400 !important;
      font-style: italic !important;
    }
    #myModal input[type="text"]:focus,
    #myModal input[type="email"]:focus {
      border-bottom: 1.5px solid #0b213d !important;
      outline: none !important;
      box-shadow: none !important;
      background: transparent !important;
    }
    
    /* â”€â”€ SELECT â”€â”€ */
    #myModal select {
      font-family: 'Muli', sans-serif !important;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #0b213d !important;
      width: 100% !important;
      background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23aab0bb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 2px center !important;
      border: none !important;
      border-bottom: 1.5px solid #d8dde5 !important;
      border-radius: 0 !important;
      outline: none !important;
      box-shadow: none !important;
      padding: 10px 28px 10px 0 !important;
      height: 42px !important;
      line-height: 1.4 !important;
      overflow: visible !important;
      cursor: pointer;
      -webkit-appearance: none !important;
      appearance: none !important;
    }
    #myModal select:focus {
      border-bottom: 1.5px solid #0b213d !important;
      outline: none !important;
      box-shadow: none !important;
    }
    
    /* â”€â”€ TEXTAREA â”€â”€ */
    #myModal textarea {
      font-family: 'Muli', sans-serif !important;
      font-size: 14px !important;
      font-weight: 600 !important;
      color: #0b213d !important;
      width: 100% !important;
      background: transparent !important;
      border: none !important;
      border-bottom: 1.5px solid #d8dde5 !important;
      border-radius: 0 !important;
      outline: none !important;
      box-shadow: none !important;
      padding: 9px 0 !important;
      resize: none;
      min-height: 88px;
      line-height: 1.7;
      -webkit-appearance: none;
    }
    #myModal textarea::placeholder {
      color: #c0c6d0 !important;
      font-weight: 400 !important;
      font-style: italic !important;
    }
    #myModal textarea:focus {
      border-bottom: 1.5px solid #0b213d !important;
      outline: none !important;
      box-shadow: none !important;
    }
    
    /* â”€â”€ CHAR COUNTER â”€â”€ */
    #myModal .t-char {
      font-family: 'Muli', sans-serif;
      font-size: 10px;
      letter-spacing: 1.5px;
      color: #c0c6d0;
      text-align: right;
      margin-top: 7px;
      font-style: italic;
    }
    
    /* â”€â”€ RADIO â”€â”€ */
    #myModal .t-radio-group { display: flex; gap: 26px; margin-top: 6px; flex-wrap: wrap; }
    #myModal .t-radio {
      display: flex;
      align-items: center;
      gap: 9px;
      cursor: pointer;
      font-family: 'Muli', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #0b213d;
      user-select: none;
    }
    #myModal .t-radio input[type="radio"] { display: none; }
    #myModal .t-radio-dot {
      width: 17px; height: 17px;
      border: 1.5px solid #d8dde5;
      border-radius: 50%;
      flex-shrink: 0;
      position: relative;
      transition: border-color 0.2s;
    }
    #myModal .t-radio input[type="radio"]:checked ~ .t-radio-dot { border-color: #0b213d; }
    #myModal .t-radio-dot::after {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%,-50%) scale(0);
      width: 7px; height: 7px;
      background: #0b213d;
      border-radius: 50%;
      transition: transform 0.2s;
    }
    #myModal .t-radio input[type="radio"]:checked ~ .t-radio-dot::after { transform: translate(-50%,-50%) scale(1); }
    
    /* â”€â”€ FILE UPLOAD â”€â”€ */
    #myModal .t-file-wrap { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
    #myModal input[type="file"] { display: none !important; }
    #myModal .t-file-btn {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 1.5px solid #d8dde5;
      padding: 9px 18px;
      cursor: pointer;
      font-family: 'Muli', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #0b213d;
      transition: all 0.3s;
      flex-shrink: 0;
    }
    #myModal .t-file-btn:hover { background: #0b213d; color: #fff; border-color: #0b213d; }
    #myModal .t-file-hint {
      font-family: 'Muli', sans-serif;
      font-size: 11px;
      color: #c0c6d0;
      font-style: italic;
    }
    
    /* â”€â”€ SUBMIT â”€â”€ */
    #myModal .t-submit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      padding: 14px 28px;
      background: #0b213d;
      border: 1.5px solid #0b213d;
      color: #fff;
      font-family: 'Muli', sans-serif;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 0;
      margin-top: 6px;
      transition: background 0.35s, color 0.35s;
    }
    #myModal .t-submit::after { content: 'â†’'; font-size: 13px; }
    #myModal .t-submit:hover { background: transparent; color: #0b213d; }
    
    /* â”€â”€ RECAPTCHA â”€â”€ */
    #myModal .t-recaptcha { margin-bottom: 18px; }
    
    /* â”€â”€ RESPONSIVE â”€â”€ */
    @media (max-width: 560px) {
      #myModal .t-header { padding: 34px 24px 28px; }
      #myModal .t-form { padding: 30px 24px 36px; }
      #myModal .t-row-2 { grid-template-columns: 1fr; gap: 22px; }
      #myModal .t-header h2 { font-size: 1.5rem;}
      }